aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-03-311-1/+1
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-211-1/+3
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-1/+1
* now for some "real" commitsChris Bowditch2004-03-021-27/+55
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-274-190/+62
* Draw the borders of a BlockViewport before setting the CTMFinn Bock2004-02-101-18/+19
* Do the regiontraits before changes ctm because the ctm only apply for theFinn Bock2004-02-041-3/+4
* Tab char and style fixes only.Jeremias Maerki2004-02-031-27/+26
* Handle SPACE_START trait for block areas.Finn Bock2004-01-291-20/+51
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-7/+7
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-241-1/+1
* Use PDFNumber.doubleOut to format the floats in a transformation matrix.Finn Bock2004-01-211-3/+7
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+0
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-124-515/+3
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-241-17/+38
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-021-7/+4
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-011-27/+6
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-4/+4
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-12/+12
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-261-20/+63
* 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewerGlen Mazza2003-09-211-25/+18
* Add possibility to set creation date.Joerg Pietschmann2003-09-191-0/+1
* remove global import statementsWilliam Victor Mote2003-09-081-1/+0
* 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-41/+40
* for generic FOP image processing (i.e. not related to rendering), use java.aw...William Victor Mote2003-08-301-15/+17
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-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-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-1/+2
* move extensions/BookmarkData to area/extensions/BookmarkDataWilliam Victor Mote2003-08-211-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-203-3/+4
* more FO Tree isolation workWilliam Victor Mote2003-08-192-2/+4
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-70/+71
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-3/+3
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-142-4/+4
* 1. create control packageWilliam Victor Mote2003-08-143-98/+100
* move render.pdf.FontReader to fonts.FontReaderWilliam Victor Mote2003-08-121-325/+0
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-22/+0
* Use code from the new FontUtil class.Jeremias Maerki2003-07-041-21/+2
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-241-1/+1
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-031-1/+1
* Fix font registration (normal and bold work again, invalid values get barked ...Jeremias Maerki2003-04-031-5/+18
* Added toString() method for debuggingJeremias Maerki2003-04-031-0/+7
* Adjust to changes in the PDF library. Jeremias Maerki2003-03-271-72/+25
* Adjust for new PDFImage design. Jeremias Maerki2003-03-271-48/+38
* Added method for build a font list from an Avalon Configuration object.Jeremias Maerki2003-03-271-2/+34
* Fix font triplet registration (weight and style were mixed) Jeremias Maerki2003-03-151-2/+3
* Fix parser construction.Jeremias Maerki2003-03-151-1/+5