aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOPropertyMapping.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #36379:Finn Bock2005-08-311-25/+28
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-261-8/+9
* Fix a bug where the specified value was inherite for percentages onFinn Bock2005-08-251-1/+1
* Bugzilla #36067 Jeremias Maerki2005-08-101-2/+6
* Patch supplied by Manuel Mall in bugzilla 36036 with minor modificationsChris Bowditch2005-08-051-95/+102
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-0/+8
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-111-4/+8
* Support for border-spacing shorthand.Jeremias Maerki2005-02-071-2/+6
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-1/+3
* Missing aliases for background-position-*.Jeremias Maerki2005-01-241-0/+9
* PR:Glen Mazza2005-01-111-314/+316
* Support for percentages on external-graphic and instream-foreign-object for t...Jeremias Maerki2004-12-281-0/+2
* PR:Glen Mazza2004-11-241-315/+315
* Moved white-space-treatment from shorthands to "block and line related".Finn Bock2004-10-291-11/+11
* More properties implemented.Finn Bock2004-10-291-13/+37
* The 'space-treatment' property has long ago been renamed toFinn Bock2004-10-291-6/+0
* Style fix.Finn Bock2004-10-291-1/+2
* More properties implement in the property subsystem.Finn Bock2004-10-291-28/+132
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-17/+17
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-1/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-3/+3
* Third phase of performance improvement.Finn Bock2004-10-191-0/+1
* Calculations of indents must use the writing-mode of the parent. SeeFinn Bock2004-10-101-0/+2
* Make text-indent inheritedSimon Pepping2004-09-281-1/+1
* Use the correct default (medium) for border-[top|bottom|left|right]-width.Finn Bock2004-09-221-2/+1
* Changed initial-page-number from string to number property.Finn Bock2004-09-131-1/+4
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Make maximum-repeats a number property instead of a string. This addFinn Bock2004-09-071-1/+2
* Support for line-stacking-strategy.Finn Bock2004-09-071-2/+5
* Style: removed tab.Finn Bock2004-09-071-1/+1
* Use the position shorthand for [absolute|relative]-position.Finn Bock2004-09-071-1/+5
* Removed the shorthand from genericBorder[Width|Style]. The shorthands areFinn Bock2004-09-071-2/+0
* Default for border-[before|after]-width.conditionality set to discard asFinn Bock2004-09-071-2/+2
* Support debug string values for enum properties.Finn Bock2004-09-071-176/+176
* PR:Glen Mazza2004-09-061-0/+3
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-4/+4
* Support for [letter|word]-spacing properties with a value of 'normal'.Finn Bock2004-08-131-3/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-1/+13
* Add support for setting margin-[top,botton,left,right] by specifyingFinn Bock2004-02-041-1/+6
* Style fixes only.Jeremias Maerki2004-02-031-13/+17
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-1/+14
* Removed unused import.Finn Bock2004-02-021-1/+0
* Phase 2 of bug 26434.Finn Bock2004-02-021-2/+2
* Move the handmade makers into package fop.fo.properties.Finn Bock2004-02-021-0/+1
* Phase 1 of 26434.Finn Bock2004-02-021-44/+49
* Fix missing shorthands.Finn Bock2004-01-251-1/+1
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-221-634/+2472
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-0/+695