aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/awt
Commit message (Expand)AuthorAgeFilesLines
...
* Italian translation of the viewer labelsLuca Furini2005-06-161-10/+46
* Bugzilla: #35358Jeremias Maerki2005-06-159-278/+849
* Icon TweakingJeremias Maerki2005-06-106-130/+4
* Bugzilla: #33760Jeremias Maerki2005-06-0911-2376/+343
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-084-217/+1442
* PR:Glen Mazza2004-11-241-1/+1
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-221-2/+2
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-1/+1
* Removed unneded import statements.Finn Bock2004-09-091-1/+0
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-6/+6
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+1
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-182-14/+15
* Adding reporting of mime type to renderers.Simon Pepping2004-07-091-0/+9
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-271-0/+4
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-2/+1
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-12/+5
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-2/+2
* 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-222-6/+6
* Updated details on getAscender bugPeter Bernard West2004-03-181-0/+17
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2710-464/+144
* 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
* Document name switched from default "Java Printing" text to "FOP Document".Glen Mazza2003-10-071-1/+1
* 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-2123-38/+1453
* 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-302-56/+48
* (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-202-2/+2
* more FO Tree isolation workWilliam Victor Mote2003-08-191-18/+19
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-69/+70
* 1. create control packageWilliam Victor Mote2003-08-142-63/+63
* 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-102-15/+25
* Removed empty setProducer() from AWTRenderer; can rely on base class.Glen Mazza2003-08-081-3/+0
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...Glen Mazza2003-08-021-14/+17
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-271-1/+1
* Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer define...Glen Mazza2003-07-101-0/+150
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-114-0/+923