aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Simplification as suggested by Simon.Jeremias Maerki2011-02-101-3/+3
* | Fix IF test for color_1.xml.Jeremias Maerki2011-02-101-1/+5
* | Adjust range of valid results for OpenJDK 6Jeremias Maerki2011-02-101-3/+3
* | Code cleanup.Jeremias Maerki2011-01-191-30/+22
* | Bugfix: don't use toString() but properly generate the color function.Jeremias Maerki2011-01-191-2/+34
* | Correct link to replacement.Jeremias Maerki2011-01-181-1/+6
* | Make sure sub bridge contexts also have our bridges.Jeremias Maerki2011-01-181-3/+12
* | Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache(...Jeremias Maerki2011-01-184-38/+40
* | Remove commented lineJeremias Maerki2011-01-181-1/+0
* | Results of color conversions differ between Java 5 and 6.Jeremias Maerki2011-01-181-10/+16
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-18702-11507/+14919
|\|
| * 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