aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-071-0/+12
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-37/+0
* PR:Glen Mazza2004-10-241-2/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-5/+3
* Fourth phase of performance improvement.Finn Bock2004-10-201-12/+0
* Third phase of performance improvement.Finn Bock2004-10-191-2/+10
* PR:Glen Mazza2004-10-131-1/+1
* PR:Glen Mazza2004-10-121-3/+4
* PR:Glen Mazza2004-10-021-6/+0
* PR:Glen Mazza2004-10-021-1/+1
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-0/+39
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-6/+76
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-111-0/+3
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-1/+1
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-3/+3
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-4/+4
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-121-20/+0
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-21/+18
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-2/+3
* PR:Glen Mazza2004-05-151-0/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-4/+6
* PR:Glen Mazza2004-03-311-2/+2
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-8/+8
* PR:Glen Mazza2004-03-181-4/+4
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-1/+10
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+1
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-1/+2
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-11/+19
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+397