aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-2/+2
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-28/+19
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-312-4/+4
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-087-73/+69
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-082-6/+7
* Bugzilla #51808: Fixed memory waste in traits map.Glenn Adams2012-04-061-2/+4
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0312-20/+20
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-023-4/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-3/+10
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-021-6/+6
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* 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