aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-012-3/+4
* 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
* bug fix: avoid NPE when GC has removed a weak reference in the Property CacheChris Bowditch2007-11-121-5/+7
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-4/+29
* Better solution for missing hyphenation character problem.Jeremias Maerki2007-11-121-0/+46
* Attempt to shed light on what this method does.Jeremias Maerki2007-11-091-0/+5
* PropertyCache phase 2:Andreas L. Delmelle2007-09-2110-193/+861
* Slight correction: Andreas L. Delmelle2007-07-204-39/+76
* Remove method added only for quick debug.Andreas L. Delmelle2007-07-201-4/+0
* Fix possible memory leak in PropertyCacheAndreas L. Delmelle2007-07-201-6/+13
* Fix bug in equals() that made caching effect-less.Jeremias Maerki2007-07-201-1/+1
* Cache CharacterPropertyAndreas L. Delmelle2007-07-191-6/+32
* Fix: add implementation of hashCode() and equals() to NumberProperty, to make...Andreas L. Delmelle2007-07-191-0/+16
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1843-113/+99
* Removal of unused methodAndreas L. Delmelle2007-07-141-9/+0
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-079-53/+218
* Improvement in handling relative font-weightsAndreas L. Delmelle2007-07-062-17/+141
* Slight correction: value of "inherit" was not yet handled; delegate to the su...Andreas L. Delmelle2007-02-181-35/+39
* Fix: override PropertyMaker.make() to properly parse font-family names contai...Andreas L. Delmelle2007-02-061-0/+50
* Code cleanup: Andreas L. Delmelle2007-01-114-12/+11
* Correction: undo part of refactoring I've done locally, but not committedAndreas L. Delmelle2006-12-231-1/+1
* Slight improvement of the check in equals(); make sure String.equals() gets c...Andreas L. Delmelle2006-12-231-4/+8
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-209-58/+103
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-0/+16
* Bugzilla #40729:Jeremias Maerki2006-11-135-17/+34
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-078-12/+12