aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/PropertyList.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-37/+30
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-031-2/+4
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-3/+5
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-3/+3
* Undo unnecessary changes of previous commit (r578197)Andreas L. Delmelle2007-09-211-3/+3
* Fix behavior of from-nearest-specified-value(): the value should be that of '...Andreas L. Delmelle2007-09-211-15/+19
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-2/+13
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-52/+103
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39701: Jeremias Maerki2006-06-021-1/+1
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-5/+12
* A nit: slight performance optimizationAndreas L. Delmelle2006-02-271-8/+9
* Ignore attributes from foreign namespaces. This is a temporary fix to get rid...Jeremias Maerki2006-02-271-4/+7
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-121-12/+35
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-311-16/+30
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-30/+30
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-1/+1
* Support for table-cells as direct children of table-body|header|footer.Jeremias Maerki2005-02-081-1/+1
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-5/+24
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-1/+1
* PR:Glen Mazza2004-11-241-3/+3
* Handle unknown subproperty names by logging an error message and ignoringFinn Bock2004-11-221-2/+5
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-52/+30
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Third phase of performance improvement.Finn Bock2004-10-201-7/+7
* Second phase of performance improvement.Finn Bock2004-10-191-233/+41
* First phase of performance improvement.Finn Bock2004-10-181-0/+92
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+1
* Implemented a cache for property value lookup.Simon Pepping2004-06-181-0/+78
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-11/+1
* PR:Glen Mazza2004-05-221-22/+24
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-0/+1
* Phase 1 of 26434.Finn Bock2004-02-021-9/+9
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-221-107/+16
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-2/+0
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-7/+6
* static boolean array inheritableProperty[] added, to reduce processing costsGlen Mazza2004-01-131-7/+10
* Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.Glen Mazza2004-01-091-2/+2
* More String->int conversion.Glen Mazza2004-01-071-1/+2
* Last of string->int conversions (more structural improvements still can beGlen Mazza2004-01-071-6/+3
* COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).Glen Mazza2004-01-051-1/+1
* More String->Int Conversions.Glen Mazza2004-01-051-34/+20
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-051-18/+31
* More String->Int conversion; also removed member variable passing (namespace,Glen Mazza2004-01-041-79/+38
* More string-->int conversions.Glen Mazza2004-01-041-19/+21
* more String->int conversions.Glen Mazza2004-01-041-72/+78
* String->Int conversion: removed String version of PropertyList.get()Glen Mazza2004-01-041-24/+0
* Bug 25803 (patch by Simon Pepping): Fix bug occurring when a compound propertyGlen Mazza2004-01-021-9/+23