aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOPropertyMapping.java
Commit message (Expand)AuthorAgeFilesLines
...
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-1/+1
* Bugzilla #40729:Jeremias Maerki2006-11-131-2/+5
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-5/+17
* A few changes combined:Andreas L. Delmelle2006-08-241-47/+59
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-211-1/+2
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-10/+14
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: components of border-separation weren't set when using shorthand-mode...Andreas L. Delmelle2006-06-081-4/+7
* Fixed incorrect handling of percentages in vertical-align property values and...Manuel Mall2006-05-061-0/+1
* Bugzilla #38946:Jeremias Maerki2006-05-031-160/+13
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-081-1/+1
* Changed the way that text-align-last is calculated. Hopefully, this is it, no...Jeremias Maerki2006-03-161-22/+28
* Fixed bug in handling of text-align-last. Value "relative" was not the defaul...Jeremias Maerki2006-02-281-16/+30
* Added default empty String to the border-* shorthands. Added warning for the ...Andreas L. Delmelle2006-02-151-0/+7
* Added default empty String to the border shorthand. Avoids NPE mentioned in B...Andreas L. Delmelle2006-02-151-0/+4
* Added support for the background-position shorthand.Andreas L. Delmelle2006-02-141-2/+6
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-121-17/+32
* Bugzilla #38618:Jeremias Maerki2006-02-111-1/+1
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-301-0/+15
* 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