aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObj.java
Commit message (Expand)AuthorAgeFilesLines
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-21/+36
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-4/+7
* 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-0/+49
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-0/+1
* Phase 1 of 26434.Finn Bock2004-02-021-3/+4
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-1/+0
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-141-3/+2
* Minor patch for fixing NPE error when Locator not available--submitted byGlen Mazza2003-12-281-3/+5
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-271-3/+4
* ----------------------------------------------------------------------Glen Mazza2003-12-261-0/+15
* Removed the elementStringTable HashMap references (never used; wasGlen Mazza2003-12-241-13/+0
* Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design'sGlen Mazza2003-12-221-1/+0
* PR:Glen Mazza2003-12-221-1/+1
* Removal of some of the temporary code elements (FO Element lists still pending.)Glen Mazza2003-12-221-7/+1
* Property Makers now being activated via int constants. (Maker classes themse...Glen Mazza2003-12-201-12/+23
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-13/+34
* Consolidated PropertyListBuilder and PropertyList.Glen Mazza2003-12-141-28/+10
* port from maintenance branch the variables that are used to track an object's...William Victor Mote2003-10-071-0/+7
* Organize imports. Joerg Pietschmann2003-09-191-9/+6
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-19/+0
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp...William Victor Mote2003-09-011-1/+1
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...William Victor Mote2003-08-241-2/+2
* style/javadoc changes onlyWilliam Victor Mote2003-08-221-0/+6
* move logic for creating bookmarks/outlines in the area tree from extensions/B...William Victor Mote2003-08-201-0/+4
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-9/+4
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-4/+4
* style changes onlyWilliam Victor Mote2003-07-171-5/+20
* style changes onlyWilliam Victor Mote2003-07-131-1/+1
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* Add params includeSelf and returnRoot to findNearestAncestorGeneratingRAs() f...William Victor Mote2003-05-021-8/+31
* Refactor: unwind "for" statement in findNearestAncestorGeneratingRAs() for mo...William Victor Mote2003-05-021-5/+5
* Refactor: extract method findNearestAncestorGeneratingRAs() from setWritingMo...William Victor Mote2003-05-021-9/+21
* Refactor: Extract method FObj.getPropertiesForNamespace() from PropertyListBu...William Victor Mote2003-05-011-0/+10
* Refactor: Clean up API between FObj.handleAttrs() and PropertyListBuilder.mak...William Victor Mote2003-05-011-7/+2
* Refactor: extract method findNearestAncestorFObj from handleAttrsWilliam Victor Mote2003-04-271-16/+26
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+376