aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
...
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-161-6/+9
* Removal of ColumnNumberPropertyMaker.java (until all further conflicts have b...Andreas L. Delmelle2005-09-154-57/+9
* Added new Maker subclass for the column-number propertyAndreas L. Delmelle2005-09-151-0/+50
* Style fixes. Jeremias Maerki2005-09-141-6/+6
* Bugzilla #36068:Finn Bock2005-09-121-17/+30
* Fixed javadoc errors.Joerg Pietschmann2005-09-0818-62/+42
* Cleanup of unused imports.Finn Bock2005-09-013-9/+0
* Bugzilla #36379:Finn Bock2005-08-3114-46/+196
* The necessary SVN properties.Jeremias Maerki2005-08-261-64/+64
* Removed debug output.Finn Bock2005-08-261-1/+0
* Initial version of a property maker that calculate default values for Finn Bock2005-08-261-0/+65
* Fix a bug where the specified value was inherite for percentages onFinn Bock2005-08-251-11/+3
* Bugzilla #36067 Jeremias Maerki2005-08-102-0/+191
* Add support for "mpt" (millipoints, non-standard!!!) Jeremias Maerki2005-07-301-4/+10
* Convenience method for checking "auto" enum value on a property. Makes code m...Jeremias Maerki2005-03-181-0/+6
* Reenabling consistency check.Jeremias Maerki2005-03-181-51/+49
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-111-0/+49
* Convenience method to access conditionality component.Jeremias Maerki2005-03-111-0/+9
* Should run my own tests.... :-(Jeremias Maerki2005-02-221-0/+6
* First real step towards collapsing table borders.Jeremias Maerki2005-02-211-3/+61
* Restored JDK 1.5 compatibility.Jeremias Maerki2005-02-192-13/+13
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-0/+1
* Code clean-up only.Jeremias Maerki2005-02-161-14/+5
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-151-0/+6
* Support for border-spacing shorthand.Jeremias Maerki2005-02-072-7/+81
* Method for determining if there's a background at all.Jeremias Maerki2005-02-071-0/+7
* corresponding.compute() may also return null to indicate that the inherited v...Jeremias Maerki2005-01-281-6/+6
* Get the mark colors for text-decorations right.Jeremias Maerki2005-01-251-0/+23
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-255-26/+330
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-6/+43
* block-containers improved/fixed. The following features are implemented and t...Jeremias Maerki2005-01-172-10/+27
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-20/+1
* Convenience method for accessing inline-progression padding and border extents.Jeremias Maerki2005-01-121-1/+14
* No semantical changes, just style.Jeremias Maerki2005-01-121-9/+12
* Fix for keyword substitutions for enum properties. Check came too late evalua...Jeremias Maerki2005-01-121-3/+3
* Bugfix for start-indent calculation for nested blocks. The inherited start-in...Jeremias Maerki2005-01-071-1/+33
* toString() for easier debugging.Jeremias Maerki2005-01-071-0/+16
* Removed unnecessary cast as per Finn's suggestion.Jeremias Maerki2005-01-061-6/+5
* convertValueForProperty didn't have the right signature and therefore didn't ...Jeremias Maerki2005-01-061-4/+4
* PR:Glen Mazza2004-11-245-21/+21
* Default border style should be NONE.Jeremias Maerki2004-11-011-1/+1
* Now compiles under JDK 5.0Jeremias Maerki2004-11-012-16/+16
* Removing tab characters againJeremias Maerki2004-11-012-23/+23
* More properties implemented.Finn Bock2004-10-291-0/+1
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-286-61/+107
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-2828-159/+166
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Fourth phase of performance improvement.Finn Bock2004-10-201-12/+0
* Third phase of performance improvement.Finn Bock2004-10-202-250/+0
* Third phase of performance improvement.Finn Bock2004-10-203-10/+0