aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/xml/XMLRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Output vertical position of text area in area tree XML.Jeremias Maerki2005-05-201-0/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-1/+1
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-111-3/+3
* PR:Glen Mazza2005-02-061-1/+1
* Added the page number to the pageViewportJeremias Maerki2005-01-311-0/+1
* normal trait attributes for page-level reference and viewport areas.Jeremias Maerki2005-01-241-0/+5
* More area dimension traits.Jeremias Maerki2005-01-241-9/+21
* Output clip trait for BlockViewportsJeremias Maerki2005-01-201-0/+3
* Safety checkJeremias Maerki2005-01-191-1/+3
* I need the CTM for display-align checks.Jeremias Maerki2005-01-181-2/+6
* Show top|left-position traits only for abs positioned BCs.Jeremias Maerki2005-01-181-2/+4
* More info on blocks and block-containersJeremias Maerki2005-01-171-1/+18
* Some more info on the area-tree.Jeremias Maerki2005-01-121-2/+8
* Alloc IPD/BPD, too, not just content IPD/BPD.Jeremias Maerki2005-01-061-0/+2
* Improved area tree XML generation by filtering uninformative attributes while...Jeremias Maerki2005-01-061-40/+35
* Refactored Area Tree XML Renderer to write XML to a TransformerHandler instea...Jeremias Maerki2005-01-051-151/+261
* PR:Glen Mazza2004-11-241-6/+6
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-251-2/+1
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-6/+5
* Removed unneded import statements.Finn Bock2004-09-091-1/+0
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-1/+2
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-5/+5
* Adding reporting of mime type to renderers.Simon Pepping2004-07-091-0/+5
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-1/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+0
* added ipd property to block elementChris Bowditch2004-05-181-5/+6
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-1/+1
* PR:Glen Mazza2004-04-221-7/+5
* 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-2/+2
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-241-1/+1
* Block height/width elaboration for XML Renderer--Patch by Finn Bock.Glen Mazza2004-01-201-2/+3
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+0
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-3/+2
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-7/+7
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-101-1/+1
* move renderXML() from apps/FOUserAgent to render/AbstractRendererWilliam Victor Mote2003-08-281-1/+1
* move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend...William Victor Mote2003-08-281-2/+2
* remove region code from /area/RegionReference in favor of those in fo/paginat...William Victor Mote2003-08-271-5/+6
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-2/+3
* 1. create control packageWilliam Victor Mote2003-08-141-17/+18
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-6/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+536