| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 14 | -43/+36 |
| * | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 41 | -200/+394 |
| * | Removed a bunch of javadoc warnings in addition to patch 49733 | Simon Pepping | 2010-08-13 | 1 | -1/+1 |
* | | Adjust to changes in XML Graphics Commons: | Jeremias Maerki | 2010-12-13 | 1 | -1/+8 |
|/ |
|
* | Moved ResourceEventProducer to org.apache.fop | Vincent Hennebert | 2010-04-09 | 1 | -1/+1 |
* | Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ... | Vincent Hennebert | 2009-12-22 | 1 | -0/+17 |
* | Merged changes from Trunk up to revision 824832 | Vincent Hennebert | 2009-10-13 | 6 | -0/+0 |
|\ |
|
| * | Removed svn:executable property | Vincent Hennebert | 2009-10-13 | 6 | -0/+0 |
* | | Merged changes from Trunk up to revision 816269 | Vincent Hennebert | 2009-09-18 | 1 | -1/+4 |
|\| |
|
| * | Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ... | Andreas L. Delmelle | 2009-04-19 | 1 | -1/+4 |
| * | Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t... | Andreas L. Delmelle | 2009-04-12 | 1 | -1/+1 |
* | | Introduced the StructurePointerPropertySet interface to aid with accessing th... | Jeremias Maerki | 2009-04-16 | 1 | -0/+34 |
|/ |
|
* | Forgot to add getBackgroundColor() accessor. | Adrian Cumiskey | 2009-03-25 | 1 | -0/+8 |
* | Added some accessor methods to some public member variables. I have left the... | Adrian Cumiskey | 2009-03-25 | 2 | -0/+74 |
* | Bugzilla #45938:
| Jeremias Maerki | 2009-01-02 | 1 | -3/+18 |
* | Bugzilla 46319: | Andreas L. Delmelle | 2008-12-08 | 1 | -1/+16 |
* | Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn... | Jeremias Maerki | 2008-08-25 | 1 | -47/+58 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 1 | -0/+33 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 57 | -636/+636 |
* | Simplifications and a Checkstyle fix. | Jeremias Maerki | 2008-06-19 | 1 | -3/+2 |
* | Undo r655765, which was causing NPEs in the layout-tests | Andreas L. Delmelle | 2008-05-13 | 1 | -43/+1 |
* | Alter auto-id naming to avoid confusion with URI fragment identifiers | Andreas L. Delmelle | 2008-05-13 | 1 | -1/+1 |
* | Added support for auto-generated initial value for the "id" property. | Andreas L. Delmelle | 2008-05-13 | 1 | -0/+47 |
* | Avoid an error if unspecified... | Andreas L. Delmelle | 2008-05-12 | 1 | -2/+3 |
* | Tweak: avoid preloading the background-image with each pass through the const... | Andreas L. Delmelle | 2008-05-12 | 1 | -25/+34 |
* | Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderIn... | Andreas L. Delmelle | 2008-05-12 | 3 | -73/+339 |
* | The spec requires rounding, not truncating | Simon Pepping | 2008-05-11 | 1 | -1/+1 |
* | Correction: set default to true... | Andreas L. Delmelle | 2008-05-10 | 1 | -3/+7 |
* | Tweaks: | Andreas L. Delmelle | 2008-05-10 | 2 | -199/+107 |
* | Tweak: | Andreas L. Delmelle | 2008-05-08 | 13 | -71/+78 |
* | Tweak/correction: save local hash-code (as originally intended...) | Andreas L. Delmelle | 2008-05-03 | 1 | -2/+3 |
* | Improve table-unit computation if proportional-column-width() is used | Simon Pepping | 2008-04-24 | 1 | -16/+0 |
* | An implementation of a positive integer property maker. It implements | Simon Pepping | 2008-04-18 | 1 | -0/+34 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 1 | -1/+1 |
* | Added support for addressing all glyphs available in a Type 1 font, not just ... | Jeremias Maerki | 2008-03-27 | 1 | -2/+3 |
* | Created Constants for unit descriptions | Maximilian Berger | 2008-02-14 | 1 | -9/+27 |
* | Simplified the detection of double as integer | Vincent Hennebert | 2008-02-14 | 1 | -2/+1 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 1 | -1/+1 |
* | Fixed illegal character in the file | Vincent Hennebert | 2008-02-11 | 1 | -1/+1 |
* | Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl... | Andreas L. Delmelle | 2008-02-10 | 1 | -15/+29 |
* | Revisit background-position shorthand implementation: always convert to perce... | Andreas L. Delmelle | 2008-02-10 | 2 | -61/+126 |
* | Tweak: modify PercentLength.toString() to return a value that facilitates deb... | Andreas L. Delmelle | 2008-02-07 | 1 | -11/+13 |
* | Tweak: early percentage resolution by the parser (if the base is known and ab... | Andreas L. Delmelle | 2008-02-07 | 1 | -1/+12 |
* | Added very basic parsing for the xml:lang shorthand. | Andreas L. Delmelle | 2008-02-03 | 1 | -0/+61 |
* | Slight correction for pixel-values: pass the ratio of pixels-per-point into F... | Andreas L. Delmelle | 2008-02-02 | 1 | -16/+8 |
* | Further improvement in FixedLength: | Andreas L. Delmelle | 2008-02-02 | 4 | -7/+14 |
* | Further cleanup/refinement of FixedLength: | Andreas L. Delmelle | 2008-02-02 | 5 | -59/+78 |
* | Minor cleanup/improvement: | Andreas L. Delmelle | 2008-02-02 | 2 | -25/+18 |
* | Bugzilla 44343: | Andreas L. Delmelle | 2008-02-01 | 1 | -3/+16 |
* | Improved error tolerance: an enum property value with leading or trailing spa... | Jeremias Maerki | 2008-01-25 | 1 | -2/+2 |