aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/awt/AWTRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-256/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-4/+4
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-081-1/+2
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-301-43/+19
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-241-19/+43
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-43/+19
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-4/+6
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-121-3/+3
* Bugzilla #47311:Jeremias Maerki2009-08-021-3/+17
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-12/+12
* Duplicate operation removed.Adrian Cumiskey2008-06-301-6/+3
* Merged revisions 648985,649012,649091,649119,649146,649149,649160 via svnmerg...Adrian Cumiskey2008-04-171-2/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+8
* Bugzilla #41831:Jeremias Maerki2007-05-281-2/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38714 and #40048: Jeremias Maerki2006-07-241-1/+1
* Bugzilla #39983:Jeremias Maerki2006-07-101-1/+16
* Bugzilla #39709:Jeremias Maerki2006-07-101-51/+25
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-301-2/+2
* Bugzilla #38946:Jeremias Maerki2006-05-031-6/+5
* Java2D Renderer:Jeremias Maerki2006-05-021-4/+6
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+4
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-1/+2
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-1/+17
* Bugzilla #35561 Jeremias Maerki2005-06-301-30/+1
* Bugzilla: #35358Jeremias Maerki2005-06-201-8/+33
* Bugzilla: #35358Jeremias Maerki2005-06-151-33/+50
* Bugzilla: #33760Jeremias Maerki2005-06-091-1035/+80
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-081-197/+924
* 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
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-181-3/+4
* 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.) 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