aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 669423,669436,669835,670217,670222,670323,670325,670332,6703...Adrian Cumiskey2008-06-231-3/+2
* Merged revisions 655791,655801 via svnmerge from Adrian Cumiskey2008-05-141-43/+1
* Merged revisions 655489,655500,655522,655531,655578,655601,655603,655614,6557...Adrian Cumiskey2008-05-134-87/+410
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-123-202/+114
* Merged revisions 654111,654121,654190,654314,654322-654323,654338,654347,6544...Adrian Cumiskey2008-05-0813-71/+78
* Merged revisions 652821-652822,652835,653036,653045,653048,653106,653144,6532...Adrian Cumiskey2008-05-061-2/+3
* Merged revisions 651323,651333,651538,651540,651543-651544,651551,651558 via ...Adrian Cumiskey2008-04-251-16/+0
* Merged revisions 649657,650050 via svnmerge from Adrian Cumiskey2008-04-211-0/+34
* 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