aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/AbstractRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-111-3/+3
* Fix for adding absolutely positioned block without children.Jeremias Maerki2005-02-071-8/+14
* block-containers improved/fixed. The following features are implemented and t...Jeremias Maerki2005-01-171-1/+1
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-3/+11
* PR:Glen Mazza2004-11-291-2/+5
* PR:Glen Mazza2004-10-271-4/+3
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-251-3/+2
* Calculate the margin offsets (border & padding), by increasingFinn Bock2004-09-231-4/+16
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-221-19/+13
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-10/+10
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-2/+0
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-6/+6
* Implementing user configuration file.Simon Pepping2004-07-091-1/+10
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-34/+0
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-10/+0
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-1/+1
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-201-10/+3
* PR:Glen Mazza2004-04-221-2/+2
* PR:Glen Mazza2004-03-311-2/+23
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Changed internal renderInlineXXX() functions from public to protected access....Glen Mazza2004-02-251-6/+6
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-251-110/+53
* Do the regiontraits before changes ctm because the ctm only apply for theFinn Bock2004-02-041-2/+2
* Handle SPACE_START trait for block areas.Finn Bock2004-01-291-10/+20
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+2
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-241-76/+76
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-5/+5
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-9/+9
* Add possibility to set creation date.Joerg Pietschmann2003-09-191-2/+19
* Change to have the fo:region-body display "on top" in cases of overlap with t...Glen Mazza2003-09-141-2/+6
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-101-3/+76
* clean up some gump javadoc warningsWilliam Victor Mote2003-09-011-2/+2
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-7/+6
* move renderXML() from apps/FOUserAgent to render/AbstractRendererWilliam Victor Mote2003-08-281-0/+37
* move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend...William Victor Mote2003-08-281-0/+26
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-271-6/+7
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-2/+2
* 1. create control packageWilliam Victor Mote2003-08-141-2/+2
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-3/+28
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-5/+5
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-241-15/+15
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+654