aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-258-176/+0
* Added a bpd field so that region reference areas has both ipd (from Area)Finn Bock2004-02-041-0/+20
* Added SPACE_START and SPACE_END traits.Finn Bock2004-01-291-0/+14
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-173-12/+12
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-1/+13
* Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background...Glen Mazza2003-12-231-1/+17
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+0
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-021-16/+12
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-011-0/+87
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-2/+2
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-283-32/+31
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-102-0/+13
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-062-5/+94
* cleanup bookmark logic and doc a bitWilliam Victor Mote2003-10-061-7/+5
* move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...William Victor Mote2003-10-061-1/+43
* 1. BodyRegion's clone() now including child areas (makes it a bona fide clone()Glen Mazza2003-10-021-2/+3
* Fixed Testcase. Joerg Pietschmann2003-09-271-2/+1
* Organize imports. Joerg Pietschmann2003-09-191-3/+2
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-108-109/+210
* remove unneeded reference to Renderer from within the area packageWilliam Victor Mote2003-09-101-21/+10
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-1/+1
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-273-68/+49
* make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper...William Victor Mote2003-08-241-6/+6
* move property resolution logic from area/CTM.getCTMandRelDims() back to fo/Pr...William Victor Mote2003-08-241-3/+2
* move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad...William Victor Mote2003-08-231-12/+80
* move extensions/BookmarkData to area/extensions/BookmarkDataWilliam Victor Mote2003-08-211-0/+271
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+103
* Changed positioning of '{' in nested blocksPeter Bernard West2003-06-201-4/+2
* Fix array out-of-bounds error. pageSequence starts at 1, the array starts at 0.William Victor Mote2003-04-271-12/+12
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1139-0/+5793