aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-203-23/+21
* Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)Glen Mazza2003-12-151-1/+15
* Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.Glen Mazza2003-12-011-10/+20
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-242-4/+7
* Partial implementation of space-after functionality--mostly working, butGlen Mazza2003-11-111-3/+12
* fo:block space-before property now activated only on the first Area.Block obj...Glen Mazza2003-11-112-4/+24
* A few more toString() implementations helpful for debugging spacingGlen Mazza2003-11-092-5/+30
* Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug....Glen Mazza2003-11-071-16/+18
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-021-2/+3
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-011-46/+4
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-012-35/+82
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-282-20/+20
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-261-0/+20
* Patch by Finn Bock appliedGlen Mazza2003-10-161-1/+1
* fix signature problem in inner class for InlineStackingLayoutManager -- attem...William Victor Mote2003-10-121-2/+2
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-102-10/+9
* 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-192-14/+5
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-64/+473
* make instance variables protected instead of private to make subclassing easierWilliam Victor Mote2003-09-151-2/+2
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-128-22/+101
* remove global import statementsWilliam Victor Mote2003-09-0817-178/+171
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-0/+1
* remove some convoluted and unnecessary logic -- we already know the Document ...William Victor Mote2003-09-011-7/+3
* 1. reduce visibility of many classesWilliam Victor Mote2003-09-011-15/+11
* store a collection of StaticContentLayoutManager objects, keyed by flow-name,...William Victor Mote2003-08-291-1/+14
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-2824-170/+24
* move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...William Victor Mote2003-08-281-1/+11
* move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLSWilliam Victor Mote2003-08-271-1/+27
* make some classes more readable by reversing the sense of some conditional logicWilliam Victor Mote2003-08-271-49/+49
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-271-7/+7
* duplicate the area.RegionReference region codes in fo/pagination/Region, and ...William Victor Mote2003-08-271-4/+4
* move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-271-2/+17
* 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou...William Victor Mote2003-08-271-2/+46
* move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re...William Victor Mote2003-08-271-1/+35
* remove remaining references to layout/PageMaster (all unused), and remove the...William Victor Mote2003-08-271-2/+0
* instead of storing and cloning page reference-area and viewport objects for e...William Victor Mote2003-08-271-19/+12
* 1. extract method getSimpleMasterPageToUse()William Victor Mote2003-08-271-18/+15
* move field that tracks which SimplePageMaster to use (currentSimplePageMaster...William Victor Mote2003-08-271-14/+25
* move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...William Victor Mote2003-08-261-3/+71
* move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-261-11/+55
* 1. make fo/flow/Table.columns store fo columns instead of column layout managersWilliam Victor Mote2003-08-261-1/+16
* 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/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.get...William Victor Mote2003-08-261-2/+47
* change cryptic method nameWilliam Victor Mote2003-08-261-2/+2