7543 коммитов (ec17fdd4abda1e86ec72434a3b613092fd843cb3)
 

Автор SHA1 Сообщение Дата
  Andreas L. Delmelle 8dd910c9ac Restored part that would otherwise cause a StackOverflowError... 13 лет назад
  Andreas L. Delmelle 70dcfa2400 Code cleanup 13 лет назад
  Andreas L. Delmelle e8279d632f Add type safety to LMiter 13 лет назад
  Andreas L. Delmelle 4941b30967 Code cleanup 13 лет назад
  Andreas L. Delmelle 58d1c60f10 Decommission InlineStackingLM.StackingIter (+ minor fixups) 13 лет назад
  Andreas L. Delmelle 9e56df1048 Decommission private PositionIterator subclasses in list package (+ minor fixups) 13 лет назад
  Andreas L. Delmelle 8addb610e1 Decommission AreaAdditionUtil.StackingIter + minor fixups 13 лет назад
  Andreas L. Delmelle 186dd12cec Refactoring PositionIterator Step 1: make the class instantiable, provide default implementations for getLM() and getPos(), and make the constructor public 13 лет назад
  Jeremias Maerki 0d5b2a69b9 Disable pixel tests due to differences between JVMs. 13 лет назад
  Jeremias Maerki 8312fbff3f Bugfix: Suppress generating duplicate fo:root and fo:declarations extension attachments. 13 лет назад
  Jeremias Maerki 9adfae3eb6 Fix compile error when JAI is not around. 13 лет назад
  Jeremias Maerki 629e1e66b3 Some tests for bitmap conversions. 13 лет назад
  Jeremias Maerki 2068719a60 Bugzilla #50705: 13 лет назад
  Andreas L. Delmelle 99958ef625 Generify ListUtil methods 13 лет назад
  Jeremias Maerki 9490404b65 Adding information about the font cache file. 13 лет назад
  Jeremias Maerki d42674784f Bugzilla #50699: 13 лет назад
  Andreas L. Delmelle e1d2e4628b Commit file necessary to avoid compile error after r1066198 13 лет назад
  Andreas L. Delmelle 587a85e035 Add type safety to PositionIterator + attempt at javadoc improvement 13 лет назад
  Andreas L. Delmelle 0bf6f2900d Small cleanup: extract TextDecorationMaker, move validation into convertProperty() and eliminate unnecessary TextDecorationProperty 13 лет назад
  Andreas L. Delmelle d8261a197b Bugzilla 48334: Added implementation for xml:base 13 лет назад
  Andreas L. Delmelle 3c839549f3 Bugzilla 50698: Changes after updating XGC JAR 13 лет назад
  Andreas L. Delmelle 723fa887a6 Updated XGC JAR after migrating ColorProfileUtil 13 лет назад
  Jeremias Maerki 941181b8e3 Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) and fo:declarations (document in AFP). Includes a test case. 13 лет назад
  Simon Pepping f540b00cf2 Fix an forgotten change of type in class Area and a checkstyle error in class FObj 13 лет назад
  Andreas L. Delmelle 1c8f05b0a0 Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequence is potentially started multiple times 13 лет назад
  Andreas L. Delmelle 6de2d9fab2 Credit where credit is due... 13 лет назад
  Andreas L. Delmelle 5d677308df Bugzilla 50636: fix performance issue when adding pages in very large documents 13 лет назад
  Andreas L. Delmelle 59933c342d Bugzilla 50593: Mostly add type safety to various collections in the fop.area package. Additionally, added @Override annotations and used static import for Constants. 13 лет назад
  Vincent Hennebert 9e0c21610d Removed unnecessary Checkstyle CSOK comments 13 лет назад
  Jeremias Maerki a136c6faa5 FAQ entry for anti-aliasing artifacts in Adobe Acrobat. 13 лет назад
  Andreas L. Delmelle 881ef26a95 Make HashMaps type safe + remove corresponding redundant casts and unnecessary (un)boxing 13 лет назад
  Andreas L. Delmelle b970c338ba Minor fixups: extract addAttributeToList() + no reason to first check the attributeValue to ignore namespace declarations 13 лет назад
  Andreas L. Delmelle 57d30ce111 Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to mkoegler.AT.auto.tuwien.ac.at. 13 лет назад
  Jeremias Maerki a712bc8cdc Reduced task attribute redundancy by using <presetdef>. 13 лет назад
  Jeremias Maerki 93e2a5192a Fix for paths with spaces. 13 лет назад
  Simon Pepping 03f05c5dc5 Avoid deconstructing and reconstructing the base URI of the 13 лет назад
  Jeremias Maerki 5f60c6889c Code cleanup. 13 лет назад
  Jeremias Maerki 07d78ae970 Bugfix: don't use toString() but properly generate the color function. 13 лет назад
  Jeremias Maerki abbe9fc809 Correct link to replacement. 13 лет назад
  Jeremias Maerki c5d004d473 Make sure sub bridge contexts also have our bridges. 13 лет назад
  Jeremias Maerki d3d628c0b6 Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to better follow the pattern we use for the FontManager and ImageManager. 13 лет назад
  Jeremias Maerki 463d94cbe9 Remove commented line 13 лет назад
  Jeremias Maerki b60bbd26cb Results of color conversions differ between Java 5 and 6. 13 лет назад
  Jeremias Maerki 992d7e9d1d Merge from Trunk, revisions 965390 to 1060234. 13 лет назад
  Jeremias Maerki 5a367c3b12 Bugfix: Extracting the base directory through Configuration.getLocation() didn't work for Windows, since Windows paths can contain drive letters that are separated by colons. This lead to FOP scanning the whole drive for fonts starting from the drive root in the auto-detect case. 13 лет назад
  Andreas L. Delmelle dab44c5bc7 Remove unused class 13 лет назад
  Andreas L. Delmelle 678138119f Add test/use-case for id on fo:root 13 лет назад
  Andreas L. Delmelle 9d2871392c Enable id on fo:root pt 3 - Signal processed id at end of document 13 лет назад
  Andreas L. Delmelle b10e0688b1 Enable id property on fo:root. 13 лет назад
  Andreas L. Delmelle a00c4f3eea Associate id of fo:root with every new page. 13 лет назад