aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...Andreas L. Delmelle2009-04-191-1/+4
* Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t...Andreas L. Delmelle2009-04-121-1/+1
* Forgot to add getBackgroundColor() accessor.Adrian Cumiskey2009-03-251-0/+8
* Added some accessor methods to some public member variables. I have left the...Adrian Cumiskey2009-03-252-0/+74
* Bugzilla #45938: Jeremias Maerki2009-01-021-3/+18
* Bugzilla 46319:Andreas L. Delmelle2008-12-081-1/+16
* Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn...Jeremias Maerki2008-08-251-47/+58
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-0/+33
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2457-636/+636
* Simplifications and a Checkstyle fix.Jeremias Maerki2008-06-191-3/+2
* Undo r655765, which was causing NPEs in the layout-testsAndreas L. Delmelle2008-05-131-43/+1
* Alter auto-id naming to avoid confusion with URI fragment identifiersAndreas L. Delmelle2008-05-131-1/+1
* Added support for auto-generated initial value for the "id" property.Andreas L. Delmelle2008-05-131-0/+47
* Avoid an error if unspecified...Andreas L. Delmelle2008-05-121-2/+3
* Tweak: avoid preloading the background-image with each pass through the const...Andreas L. Delmelle2008-05-121-25/+34
* Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderIn...Andreas L. Delmelle2008-05-123-73/+339
* The spec requires rounding, not truncatingSimon Pepping2008-05-111-1/+1
* Correction: set default to true...Andreas L. Delmelle2008-05-101-3/+7
* Tweaks:Andreas L. Delmelle2008-05-102-199/+107
* Tweak:Andreas L. Delmelle2008-05-0813-71/+78
* Tweak/correction: save local hash-code (as originally intended...)Andreas L. Delmelle2008-05-031-2/+3
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-16/+0
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-181-0/+34
* Merged branchJeremias Maerki2008-04-141-1/+1
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-2/+3
* Created Constants for unit descriptionsMaximilian Berger2008-02-141-9/+27
* Simplified the detection of double as integerVincent Hennebert2008-02-141-2/+1
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-131-1/+1
* Fixed illegal character in the fileVincent Hennebert2008-02-111-1/+1
* Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl...Andreas L. Delmelle2008-02-101-15/+29
* Revisit background-position shorthand implementation: always convert to perce...Andreas L. Delmelle2008-02-102-61/+126
* Tweak: modify PercentLength.toString() to return a value that facilitates deb...Andreas L. Delmelle2008-02-071-11/+13
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-071-1/+12
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-031-0/+61
* Slight correction for pixel-values: pass the ratio of pixels-per-point into F...Andreas L. Delmelle2008-02-021-16/+8
* Further improvement in FixedLength:Andreas L. Delmelle2008-02-024-7/+14
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-025-59/+78
* Minor cleanup/improvement:Andreas L. Delmelle2008-02-022-25/+18
* Bugzilla 44343:Andreas L. Delmelle2008-02-011-3/+16
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-2/+2
* Removed stray reference to ImageFactory.Jeremias Maerki2008-01-111-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-17/+18
* Style only: removed trailing white spacesVincent Hennebert2007-12-131-54/+53
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-131-2/+56
* Corrected javadocsAdrian Cumiskey2007-12-051-5/+5
* Correction and simplification of the PropertyCache: subclass WeakReference an...Andreas L. Delmelle2007-12-011-119/+83
* bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st...Chris Bowditch2007-11-201-5/+9
* Use a singleton for a default BorderInfo of style none, instead of every time...Vincent Hennebert2007-11-131-2/+21
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-2/+6
* Fix two javadoc warnings.Jeremias Maerki2007-11-132-3/+1