aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/ContentLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-307/+0
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-5/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-4/+0
* More cleanup/simplifications.Glen Mazza2005-06-091-3/+4
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-5/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-6/+0
* Two stray isBogus()es removed, AFAICT unnecessary childLC initializationGlen Mazza2005-06-041-5/+0
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-171-5/+0
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-2/+2
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-54/+8
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-3/+5
* More simplifications to PSLM.Glen Mazza2005-03-141-28/+9
* More simplifications to PSLM.Glen Mazza2005-03-131-0/+19
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-2/+2
* PR:Glen Mazza2005-02-171-2/+2
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-1/+7
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-0/+27
* Fixed the NPE for fo:title in FOText.createBlockPointers by returningSimon Pepping2004-12-221-27/+24
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-11/+38
* PR:Glen Mazza2004-10-241-2/+2
* PR:Glen Mazza2004-10-021-5/+0
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-0/+30
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-0/+53
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-3/+3
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-3/+3
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-2/+3
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-5/+5
* PR:Glen Mazza2004-03-181-11/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-0/+8
* remove global import statementsWilliam Victor Mote2003-09-081-11/+11
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* 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/+277