| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Removed stray reference to ImageFactory. | Jeremias Maerki | 2008-01-11 | 1 | -2/+2 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 1 | -17/+18 |
* | Style only: removed trailing white spaces | Vincent Hennebert | 2007-12-13 | 1 | -54/+53 |
* | Implemented the resolution of collapsing borders in the FO tree, for every si... | Vincent Hennebert | 2007-12-13 | 1 | -2/+56 |
* | Corrected javadocs | Adrian Cumiskey | 2007-12-05 | 1 | -5/+5 |
* | Correction and simplification of the PropertyCache: subclass WeakReference an... | Andreas L. Delmelle | 2007-12-01 | 1 | -119/+83 |
* | bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st... | Chris Bowditch | 2007-11-20 | 1 | -5/+9 |
* | Use a singleton for a default BorderInfo of style none, instead of every time... | Vincent Hennebert | 2007-11-13 | 1 | -2/+21 |
* | Moved the creation of grid units to the FO tree building stage. Brought a few... | Vincent Hennebert | 2007-11-13 | 1 | -2/+6 |
* | Fix two javadoc warnings. | Jeremias Maerki | 2007-11-13 | 2 | -3/+1 |