aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-061-134/+120
* Commit file necessary to avoid compile error after r1066198Andreas L. Delmelle2011-02-011-9/+19
* Small cleanup: extract TextDecorationMaker, move validation into convertPrope...Andreas L. Delmelle2011-02-012-167/+123
* Bugzilla 48334: Added implementation for xml:baseAndreas L. Delmelle2011-02-011-0/+148
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-4/+4
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-2/+2
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0310-15/+13
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1414-43/+36
* Bugzilla #49733:Jeremias Maerki2010-08-1441-200/+394
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-1/+1
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-0/+17
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-136-0/+0
|\
| * Removed svn:executable propertyVincent Hennebert2009-10-136-0/+0
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-1/+4
|\|
| * 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
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-0/+34
|/
* 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