aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Very minor edits to Bookmark handling code.Glen Mazza2004-12-231-3/+2
* PR:Glen Mazza2004-12-011-1/+1
* PR:Glen Mazza2004-11-241-11/+11
* PR:Glen Mazza2004-10-281-1/+1
* PR:Glen Mazza2004-10-271-3/+3
* End textmode before emitting an image.Finn Bock2004-10-191-0/+1
* Exit text-mode before rendering a instream-foreign-object.Finn Bock2004-10-151-0/+1
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-251-2/+1
* Support url(...) function in image source.Finn Bock2004-09-241-0/+1
* Style: fix indent.Finn Bock2004-09-241-6/+6
* Calculate the margin offsets (border & padding), by increasingFinn Bock2004-09-231-95/+20
* Simplify ET/BT handling by keeping track of the current state.Finn Bock2004-09-221-64/+22
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-221-8/+8
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-21/+50
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-2/+68
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-2/+1
* Implementing user configuration file.Simon Pepping2004-07-091-0/+5
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-5/+3
* Removed illegal tab character Jeremias Maerki2004-06-161-4/+4
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-7/+7
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-6/+7
* PDFRenderer does not presently support out-of-order rendering (e.g.,Glen Mazza2004-04-241-1/+1
* PR:Glen Mazza2004-04-221-2/+1
* <sigh> line endings got mucked up by last commit.Chris Bowditch2004-04-071-1/+1
* applied Luca Furini's patch to fix justification bug 28208Chris Bowditch2004-04-071-17/+5
* PDF library no longer gets a logger from its owner.Jeremias Maerki2004-04-021-2/+1
* PR:Glen Mazza2004-03-311-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-271-48/+16
* 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
* 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-121-2/+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
* 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
* 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