aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOPropertyMapping.java
Commit message (Expand)AuthorAgeFilesLines
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-291-4/+26
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-021-1/+2
* Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...Manuel Mall2005-10-241-8/+0
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-2/+16
* Added custom Maker for page-height and page-width; use fallback values in cas...Andreas L. Delmelle2005-09-241-6/+5
* Fixed inheritance error (bugzilla 36720)Andreas L. Delmelle2005-09-201-0/+1
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-3/+2
* Fixed wrong defaults for conditionality component for padding-before and padd...Jeremias Maerki2005-09-141-2/+2
* Bugzilla #36068:Finn Bock2005-09-121-2/+18
* Using the fo property last-line-end-indent instead of a hard coded value.Luca Furini2005-09-071-0/+1
* 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