aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/awt/AWTRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-12/+5
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-191-1/+0
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+1
* PR:Glen Mazza2004-04-221-4/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-1/+1
* 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-1/+0
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-2/+0
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-10/+10
* 1. BodyRegion's clone() now including child areas (makes it a bona fide clone()Glen Mazza2003-10-021-38/+117
* 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewerGlen Mazza2003-09-211-38/+32
* Organize imports. Joerg Pietschmann2003-09-191-7/+3
* Partial implementation of region border properties.Glen Mazza2003-09-141-21/+36
* clean up some gump javadoc warningsWilliam Victor Mote2003-09-011-17/+17
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-8/+129
* Document paging within AWTRenderer & PreviewDialog activated (no content yet,...Glen Mazza2003-08-301-54/+46
* (Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creati...Glen Mazza2003-08-281-3/+66
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-18/+19
* 1. create control packageWilliam Victor Mote2003-08-141-2/+2
* 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.Glen Mazza2003-08-111-9/+44
* Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.Glen Mazza2003-08-101-14/+24
* Removed empty setProducer() from AWTRenderer; can rely on base class.Glen Mazza2003-08-081-3/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+197