aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-1/+1
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-2/+7
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-3/+85
* Cleanup of unused imports.Finn Bock2005-09-011-5/+0
* Bugzilla #36379:Finn Bock2005-08-311-7/+15
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-11/+0
* Apparently unused getWordSpaceIPD() removed.Glen Mazza2005-06-101-5/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-19/+0
* More cleanup/simplifications.Glen Mazza2005-06-091-5/+0
* Multiple getWordChar() methods placed together.Glen Mazza2005-06-081-5/+7
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-18/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-20/+0
* Simplifications to PSLM.gKNE().Glen Mazza2005-06-011-11/+0
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-16/+0
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-11/+0
* Comment reunited with its method.Glen Mazza2005-05-141-6/+5
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-5/+6
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-149/+55
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-4/+4
* PR:Glen Mazza2005-02-171-2/+2
* Some LMs don't need the childLM List. So create only when necessary.Jeremias Maerki2005-02-101-1/+7
* moving retrieve-marker replacement into separate method to make preLoadList e...Jeremias Maerki2005-02-081-12/+27
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-2/+25
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-1/+13
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-211-1/+1
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* 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