aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup (minor)Andreas L. Delmelle2011-02-061-8/+10
* Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...Andreas L. Delmelle2011-02-062-165/+51
* Restored part that would otherwise cause a StackOverflowError...Andreas L. Delmelle2011-02-061-1/+3
* Code cleanupAndreas L. Delmelle2011-02-061-140/+46
* Add type safety to LMiterAndreas L. Delmelle2011-02-061-7/+7
* Code cleanupAndreas L. Delmelle2011-02-051-586/+109
* Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-054-67/+40
* Decommission private PositionIterator subclasses in list package (+ minor fix...Andreas L. Delmelle2011-02-052-35/+15
* Decommission AreaAdditionUtil.StackingIter + minor fixupsAndreas L. Delmelle2011-02-051-21/+11
* Refactoring PositionIterator Step 1: make the class instantiable, provide def...Andreas L. Delmelle2011-02-052-9/+24
* Bugfix: Suppress generating duplicate fo:root and fo:declarations extension a...Jeremias Maerki2011-02-041-6/+18
* Bugzilla #50705:Jeremias Maerki2011-02-044-15/+4
* Generify ListUtil methodsAndreas L. Delmelle2011-02-021-6/+6
* Bugzilla #50699:Jeremias Maerki2011-02-021-5/+63
* Commit file necessary to avoid compile error after r1066198Andreas L. Delmelle2011-02-011-9/+19
* Add type safety to PositionIterator + attempt at javadoc improvementAndreas L. Delmelle2011-02-012-18/+28
* Small cleanup: extract TextDecorationMaker, move validation into convertPrope...Andreas L. Delmelle2011-02-013-169/+125
* Bugzilla 48334: Added implementation for xml:baseAndreas L. Delmelle2011-02-014-3/+161
* 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