aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObj.java
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: Andreas L. Delmelle2007-01-111-3/+3
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-14/+5
* A few changes combined:Andreas L. Delmelle2006-08-241-59/+67
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-9/+32
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-1/+40
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+1
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-0/+24
* Bugfix for a multi-threading problem:Jeremias Maerki2005-11-241-11/+10
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-0/+11
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-161-51/+0
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-43/+100
* Removing unused import.Finn Bock2005-07-281-1/+0
* Revert revsision 201627.Jeremias Maerki2005-06-261-15/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-3/+3
* Check the proper use of the span attribute.Jeremias Maerki2005-06-241-0/+16
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-7/+6
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-231-0/+7
* Bugfix for whitespace handling that surfaced after my last fix for linefeed h...Jeremias Maerki2005-02-031-1/+11
* 1.) fox:label converted to 1.1 fo:bookmark-title.Glen Mazza2005-01-061-1/+1
* Access to intrinsic image size for eg/ifo through getLayoutDimension() instea...Jeremias Maerki2005-01-031-10/+13
* Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two moreGlen Mazza2005-01-021-2/+2
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-211-0/+12
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-10/+9
* PR:Glen Mazza2004-10-241-1/+1
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+1
* Fourth phase of performance improvement.Finn Bock2004-10-201-63/+4
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Third phase of performance improvement.Finn Bock2004-10-201-13/+0
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-112/+7
* First phase of performance improvement.Finn Bock2004-10-181-5/+42
* PR:Glen Mazza2004-10-131-26/+9
* PR:Glen Mazza2004-10-121-9/+0
* PR:Glen Mazza2004-10-041-2/+4
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* PR:Glen Mazza2004-09-051-2/+2
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-041-5/+6
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-1/+3
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-1/+12
* PR:Glen Mazza2004-08-291-1/+12
* 1.) validateChildNode() added for fo:marker.Glen Mazza2004-08-201-2/+13
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-28/+3
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+0
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-131-9/+11
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-22/+27
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-101-5/+9
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-12/+3
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+8
* PR:Glen Mazza2004-08-061-9/+0
* PR:Glen Mazza2004-08-041-1/+9