aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/LayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-0/+7
* Comments added; I hope they are clear, not too few and not too many ... other...Luca Furini2005-09-151-4/+28
* Documentation request for the getChangedKnuthElements() method. Very few of u...Jeremias Maerki2005-09-151-1/+3
* Bugzilla #36379:Finn Bock2005-08-311-2/+45
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-9/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-12/+0
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-9/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-5/+0
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-12/+2
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-11/+0
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-3/+3
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-78/+30
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-1/+1
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-3/+4
* PR:Glen Mazza2005-02-171-1/+1
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-1/+12
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-0/+6
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-15/+0
* PR:Glen Mazza2004-10-241-5/+5
* PR:Glen Mazza2004-10-021-7/+0
* 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/+15
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-0/+27
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-4/+4
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-3/+4
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-121-14/+0
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-3/+3
* PR:Glen Mazza2004-05-151-2/+1
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-0/+182
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* 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/+85