aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/RenderPagesModel.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from Adrian Cumiskey2008-04-181-2/+7
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-17/+28
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-11/+6
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-1/+1
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-031-3/+3
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* In case where SAX Exception is thrown by Area Tree Parser when parsing Area T...Chris Bowditch2007-07-091-0/+3
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-10/+11
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Don't catch RuntimeExceptions.Jeremias Maerki2006-04-051-0/+2
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-261-1/+9
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-3/+6
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-201-4/+3
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-4/+4
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-071-2/+4
* PR:Glen Mazza2005-02-121-3/+3
* PR:Glen Mazza2005-02-101-2/+3
* PR:Glen Mazza2005-02-061-1/+1
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-161-1/+1
* PR:Glen Mazza2004-12-061-4/+15
* PR:Glen Mazza2004-10-281-17/+16
* PR:Glen Mazza2004-10-271-12/+12
* PR:Glen Mazza2004-10-241-8/+2
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-57/+4
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-251-1/+1
* Implementing user configuration file.Simon Pepping2004-07-091-5/+24
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-071-7/+77
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+223