aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error when JAI is not around.Jeremias Maerki2011-02-041-2/+1
* Some tests for bitmap conversions.Jeremias Maerki2011-02-042-0/+169
* Bugzilla #50705:Jeremias Maerki2011-02-045-15/+7
* Generify ListUtil methodsAndreas L. Delmelle2011-02-021-6/+6
* Adding information about the font cache file.Jeremias Maerki2011-02-021-0/+15
* Bugzilla #50699:Jeremias Maerki2011-02-022-5/+67
* 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-016-3/+247
* Bugzilla 50698: Changes after updating XGC JARAndreas L. Delmelle2011-02-016-45/+29
* Updated XGC JAR after migrating ColorProfileUtilAndreas L. Delmelle2011-02-011-0/+0
* Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-0122-95/+525
* 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-242-3/+8
* Credit where credit is due...Andreas L. Delmelle2011-01-241-2/+2
* Bugzilla 50636: fix performance issue when adding pages in very large documentsAndreas L. Delmelle2011-01-242-9/+15
* 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
* FAQ entry for anti-aliasing artifacts in Adobe Acrobat.Jeremias Maerki2011-01-243-0/+97
* 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
* Reduced task attribute redundancy by using <presetdef>.Jeremias Maerki2011-01-211-18/+30
* Fix for paths with spaces.Jeremias Maerki2011-01-211-1/+1
* 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
* Add test/use-case for id on fo:rootAndreas L. Delmelle2011-01-151-14/+16
* 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
* Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to sergeyb4...Andreas L. Delmelle2011-01-151-1/+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-1414-68/+80
* Relative URIs in the configuration file are evaluated relative to the base UR...Simon Pepping2011-01-146-7/+83
* Restored compatibility with third-party extensions.Jeremias Maerki2011-01-121-3/+3
* move hyphenation-dependent testcase into hyphenation-testcasesSimon Pepping2011-01-121-0/+0
* 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-093-1/+23
* 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
* Property fixupAndreas L. Delmelle2011-01-081-60/+60