aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 50698: Changes after updating XGC JARAndreas L. Delmelle2011-02-016-45/+29
* Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-016-32/+94
* Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-273-7/+7
* 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
* Removed unnecessary Checkstyle CSOK commentsVincent Hennebert2011-01-241-8/+5
* Make HashMaps type safe + remove corresponding redundant casts and unnecessar...Andreas L. Delmelle2011-01-221-14/+17
* Minor fixups: extract addAttributeToList() + no reason to first check the att...Andreas L. Delmelle2011-01-221-26/+22
* Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to ...Andreas L. Delmelle2011-01-221-10/+35
* Avoid deconstructing and reconstructing the base URI of theSimon Pepping2011-01-201-8/+2
* Bugfix: Extracting the base directory through Configuration.getLocation() did...Jeremias Maerki2011-01-171-2/+8
* Remove unused classAndreas L. Delmelle2011-01-161-94/+0
* Enable id on fo:root pt 3 - Signal processed id at end of documentAndreas L. Delmelle2011-01-151-0/+1
* Enable id property on fo:root.Andreas L. Delmelle2011-01-151-0/+1
* Associate id of fo:root with every new page.Andreas 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
* Fix deprecation warnings; add some type safetySimon Pepping2011-01-1412-62/+73
* Relative URIs in the configuration file are evaluated relative to the base UR...Simon Pepping2011-01-143-6/+75
* Restored compatibility with third-party extensions.Jeremias Maerki2011-01-121-3/+3
* CheckStyle fixup...Andreas L. Delmelle2011-01-114-3/+7
* Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...Andreas L. Delmelle2011-01-091-1/+1
* Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...Andreas L. Delmelle2011-01-097-44/+36
* Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
* Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-097-24/+21
* Commit changes forgotten in r757256...Andreas L. Delmelle2011-01-091-20/+4
* Some refactoringSimon Pepping2011-01-081-130/+136
* Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without a...Andreas L. Delmelle2011-01-071-0/+1
* Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-071-47/+33
* Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-0415-36/+38
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-249-144/+187
* Keep a reference to a pageRef string, not to the page itself; suggested by Al...Simon Pepping2010-12-232-9/+10
* Fix bug 50510Simon Pepping2010-12-221-0/+2
* Auxiliary positions do not have an index value; fixing this in InlineStacking...Simon Pepping2010-12-171-2/+5
* Bugzilla #49060: File Descriptor leak in AFP rendererVincent Hennebert2010-12-161-1/+9
* Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-141-1/+1
* Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ...Simon Pepping2010-12-091-2/+3
* Bugzilla #42034:Jeremias Maerki2010-12-073-11/+34
* Add a cast from char to int before autoboxingSimon Pepping2010-12-041-2/+2
* Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-042-11/+18
* Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
* Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2636-340/+354
* Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-252-40/+70
* Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24