aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/AreaTreeHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-531/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-2/+2
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* apply complex scripts patchGlenn Adams2012-02-261-0/+14
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-0/+9
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex...Andreas L. Delmelle2011-03-261-1/+1
* Fix checkstyle issueAndreas L. Delmelle2011-02-061-1/+2
* Bugfix: Suppress generating duplicate fo:root and fo:declarations extension a...Jeremias Maerki2011-02-041-6/+18
* Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-241-14/+17
* Enable id on fo:root pt 3 - Signal processed id at end of documentAndreas L. Delmelle2011-01-151-0/+1
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-2/+5
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-29/+29
* javadoc corrections, minor cleaupsAdrian Cumiskey2008-05-281-16/+16
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-2/+3
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-14/+8
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-2/+32
* Bugzilla #43910:Jeremias Maerki2007-11-201-23/+21
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-181/+118
* ArrayList -> List.Jeremias Maerki2007-05-071-1/+1
* Bugzilla #42067:Jeremias Maerki2007-05-071-1/+2
* Move out all statistics/debug related code into an inner Statistics class.Vincent Hennebert2007-04-201-122/+153
* changes to support named destinationJay Bryant2007-04-011-0/+12
* corrected a couple of javadoc warnings issued by checkstyleChris Bowditch2006-08-221-1/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Add bookmarks even if one of the leaves didn't resolve.Jeremias Maerki2006-06-071-0/+4
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-2/+14
* Bugzilla #39118:Jeremias Maerki2006-04-231-2/+61
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-1/+1
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-101-10/+13
* Also let the last page sequence notify its listeners. Add a check forSimon Pepping2006-01-081-2/+5
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-2/+15
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-201-4/+16
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-4/+3
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-2/+27
* Use a more direct notify mechanism for the formatting resultsSimon Pepping2005-07-311-8/+10
* Bugzilla #35937: Jeremias Maerki2005-07-301-3/+23
* Additional ppm indicator especially interesting for those of us doing high-vo...Jeremias Maerki2005-05-231-1/+3
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-171-8/+34
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-10/+3
* PR:Glen Mazza2005-02-171-1/+1
* PR:Glen Mazza2005-02-061-14/+2
* PR:Glen Mazza2005-02-051-1/+1
* Add a facility for the PageSequenceLayoutManager to notify about a new page b...Jeremias Maerki2005-02-031-3/+17
* Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two moreGlen Mazza2005-01-021-4/+4
* Changed LayoutManagerMaker.makeLayoutManager(FONode node) to throw aSimon Pepping2004-12-271-2/+8
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-2/+23
* Moved the (upcoming) fo:bookmark-tree construction code from AreaTreeHandlerGlen Mazza2004-12-171-53/+23
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-161-8/+9
* PR:Glen Mazza2004-12-161-1/+1