aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* apply complex scripts patchGlenn Adams2012-02-2625-127/+859
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-2/+0
* Associate structure tree elements directly to render contentPeter Hancock2012-01-272-14/+3
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-244-50/+29
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex...Andreas L. Delmelle2011-03-261-1/+1
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-244-17/+120
* Renamed Viewport into InlineViewportVincent Hennebert2011-03-155-12/+19
* Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-144-21/+81
* 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
* Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-271-2/+2
* Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequenc...Andreas L. Delmelle2011-01-241-3/+4
* Bugzilla 50636: fix performance issue when adding pages in very large documentsAndreas L. Delmelle2011-01-241-9/+7
* Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-2432-360/+398
* Enable id on fo:root pt 3 - Signal processed id at end of documentAndreas L. Delmelle2011-01-151-0/+1
* Previous commit would have caused compile error, unless others included as well.Andreas L. Delmelle2011-01-151-31/+31
* Might as well make those primitive ints...Andreas L. Delmelle2011-01-151-31/+31
* Eliminate unnecessary boxingAndreas L. Delmelle2011-01-142-165/+94
* Eliminate a small waste: no reason to store the char as a String, and then co...Andreas L. Delmelle2011-01-141-3/+3
* Minor fixupsAndreas L. Delmelle2011-01-141-3/+1
* Minor nit: eliminate stray hungarian...Andreas L. Delmelle2011-01-141-3/+3
* Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-091-6/+4
* Bugzilla #42034:Jeremias Maerki2010-12-073-11/+34
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-253-3/+3
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-3/+0
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-1735-5/+104
* Bugzilla #49885:Jeremias Maerki2010-09-071-2/+15
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-8/+7
* Bugzilla #49733:Jeremias Maerki2010-08-1411-9/+30
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-5/+5
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-092-2/+2
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+37
* Bugzilla #46486: having a special page-master for the last page caused loss o...Vincent Hennebert2010-01-181-1/+13
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-5/+5
* Issue an error when attempting to render an intermediate XML file in accessib...Vincent Hennebert2009-10-221-5/+19
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-151-11/+12
* Implemented rendering of structure tree to Area Tree XML and parsing back fro...Vincent Hennebert2009-10-131-12/+70
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-182-10/+12
|\
| * Bugzilla #47311:Jeremias Maerki2009-07-282-10/+12
* | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-1/+2
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-145-7/+48
|\|
| * Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-133-4/+9
| * AreaTreeParser redirecting image loading exceptions to event subsystem.Jeremias Maerki2009-03-101-2/+30
| * Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-012-2/+10
* | Bugzilla #46705:Jeremias Maerki2009-02-191-1/+5
|/
* Bugfix: Need to copy attributes. Xalan XSLTC reuses the Attributes instance (...Jeremias Maerki2009-02-111-1/+2
* Fixed test error for transcoders.Jeremias Maerki2009-01-303-16/+15
* Merge from Trunk revisions 731480 - 735028.Jeremias Maerki2009-01-162-39/+35
|\