aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-1242-279/+1046
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-122-0/+154
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-122-67/+74
* beef up the javadoc comments explaining what these classes doWilliam Victor Mote2003-07-293-7/+20
* move layoutmgr/LayoutHandler to fo/FOTreeHandler:William Victor Mote2003-07-291-0/+538
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-2913-46/+46
* clean up some gump javadoc warningsWilliam Victor Mote2003-07-264-4/+4
* style changes onlyWilliam Victor Mote2003-07-172-23/+36
* style changes onlyWilliam Victor Mote2003-07-1710-79/+193
* style changes onlyWilliam Victor Mote2003-07-173-51/+99
* style changes onlyWilliam Victor Mote2003-07-175-50/+178
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-178-22/+31
* style changes onlyWilliam Victor Mote2003-07-161-7/+137
* style changes onlyWilliam Victor Mote2003-07-163-20/+137
* cleanup some gump javadoc warningsWilliam Victor Mote2003-07-161-1/+1
* style changes onlyWilliam Victor Mote2003-07-153-37/+109
* style changes onlyWilliam Victor Mote2003-07-154-38/+98
* style changes onlyWilliam Victor Mote2003-07-145-63/+152
* style changes onlyWilliam Victor Mote2003-07-145-61/+145
* remove unused local variablesWilliam Victor Mote2003-07-141-37/+10
* style changes onlyWilliam Victor Mote2003-07-146-68/+138
* remove unused local variables in getInlineArea()William Victor Mote2003-07-141-22/+0
* extract methods computeXOffset() and computeYOffset() from getInlineArea()William Victor Mote2003-07-141-40/+50
* style changes onlyWilliam Victor Mote2003-07-137-76/+184
* style changes onlyWilliam Victor Mote2003-07-138-97/+163
* style changes onlyWilliam Victor Mote2003-07-1312-129/+267
* style changes onlyWilliam Victor Mote2003-07-1317-186/+414
* extract methods nextDecimalPoint() and nextColor() from method next(), primar...William Victor Mote2003-07-131-43/+54
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-123-28/+44
* style changes onlyWilliam Victor Mote2003-07-061-13/+21
* Non-applicable white-space-collapse property removed from fo:page-number and ...Glen Mazza2003-07-062-7/+0
* Style onlyJeremias Maerki2003-07-041-6/+4
* Make resolution configurableJeremias Maerki2003-07-041-1/+10
* FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuil...Glen Mazza2003-07-041-0/+159
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-11/+5
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-299-8/+352
* Test commit from Eclipse: removed unused import.Joerg Pietschmann2003-06-271-5/+3
* Fix checkstyle problems.William Victor Mote2003-05-061-0/+8
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-061-1/+10
* Refactor: extract method startStructuredPageSequence(), and reuse it.William Victor Mote2003-05-041-18/+22
* 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: rename and cleanup findBaseProperty().William Victor Mote2003-05-011-24/+26
* Refactor: minor cleanup of variable names, APIs, javadocs.William Victor Mote2003-05-011-14/+12
* Refactor: combine the two convertAttributeToProperty() methods.William Victor Mote2003-05-011-60/+65
* Refactor: extract overloaded method convertAttributeToProperty() from the "fo...William Victor Mote2003-05-011-38/+46
* Refactor: extract method convertAttributeToProperty() from makeList()William Victor Mote2003-05-011-16/+37
* Refactor: Extract method FObj.getPropertiesForNamespace() from PropertyListBu...William Victor Mote2003-05-012-9/+13
* Refactor: Clean up API between FObj.handleAttrs() and PropertyListBuilder.mak...William Victor Mote2003-05-012-9/+22