aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/Renderer.java
Commit message (Expand)AuthorAgeFilesLines
* Merged branchJeremias Maerki2008-04-141-0/+6
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-4/+12
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-2/+2
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...Jeremias Maerki2006-01-241-0/+5
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-1/+6
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* PR:Glen Mazza2004-11-291-7/+0
* PR:Glen Mazza2004-10-271-3/+5
* Add getMimeType() to the Renderer interface as AbstractRenderer implements th...Jeremias Maerki2004-10-101-0/+7
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-251-2/+2
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-8/+0
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-28/+0
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-7/+0
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-201-7/+0
* PR:Glen Mazza2004-04-221-3/+3
* PR:Glen Mazza2004-03-311-0/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Changed internal renderInlineXXX() functions from public to protected access....Glen Mazza2004-02-251-44/+0
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-4/+4
* Add possibility to set creation date.Joerg Pietschmann2003-09-191-2/+13
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-12/+12
* 1. create control packageWilliam Victor Mote2003-08-141-2/+2
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+255