aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/LayoutManagerLS.java
Commit message (Expand)AuthorAgeFilesLines
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-181-141/+0
* PR:Glen Mazza2004-05-151-5/+1
* Removed currently unused Document object from the LayoutStrategy (the latterGlen Mazza2004-04-241-3/+2
* PR:Glen Mazza2004-03-181-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* remove unused variableWilliam Victor Mote2003-10-071-1/+0
* move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t...William Victor Mote2003-10-061-2/+0
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-061-1/+1
* move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...William Victor Mote2003-10-061-41/+1
* Organize imports. Joerg Pietschmann2003-09-191-4/+3
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-2/+26
* remove global import statementsWilliam Victor Mote2003-09-081-2/+0
* remove some convoluted and unnecessary logic -- we already know the Document ...William Victor Mote2003-09-011-7/+3
* move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLSWilliam Victor Mote2003-08-271-1/+27
* don't try to create bookmarks in output unless there are some in the input (g...William Victor Mote2003-08-261-0/+3
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-261-1/+2
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* move extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmark...William Victor Mote2003-08-211-1/+18
* move extensions/BookmarkData to area/extensions/BookmarkDataWilliam Victor Mote2003-08-211-1/+1
* move logic for creating bookmarks/outlines in the area tree from extensions/B...William Victor Mote2003-08-201-0/+32
* style/javadoc changes onlyWilliam Victor Mote2003-08-201-0/+1
* move startup of laying out a PageSequence from PageSequence.format() and Docu...William Victor Mote2003-08-201-0/+60
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-9/+0
* 1. add infrastructure for LayoutStrategyWilliam Victor Mote2003-08-141-0/+72