aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/awt
Commit message (Expand)AuthorAgeFilesLines
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-242-12/+7
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+4
* Found another old URLJeremias Maerki2005-11-241-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-5/+5
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-112-1/+51
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-1/+3
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-5/+5
* Bugzilla #36418: Jeremias Maerki2005-08-311-4/+7
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-234-8/+87
* Fix regression that caused duplicate IDs when Reload was pressed in the AWT V...Jeremias Maerki2005-08-121-3/+2
* Bugzilla #35561 Jeremias Maerki2005-06-301-30/+1
* Bugzilla: #35358Jeremias Maerki2005-06-203-21/+91
* Bugzilla: #35358Jeremias Maerki2005-06-201-5/+5
* 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