3652 Commits (12e4f1844c62cc9ddfe27f91e2d59b62f0ad7456)

Author SHA1 Message Date
  Jeremias Maerki 8312fbff3f Bugfix: Suppress generating duplicate fo:root and fo:declarations extension attachments. 13 years ago
  Jeremias Maerki 2068719a60 Bugzilla #50705: 13 years ago
  Andreas L. Delmelle 99958ef625 Generify ListUtil methods 13 years ago
  Jeremias Maerki d42674784f Bugzilla #50699: 13 years ago
  Andreas L. Delmelle e1d2e4628b Commit file necessary to avoid compile error after r1066198 13 years ago
  Andreas L. Delmelle 587a85e035 Add type safety to PositionIterator + attempt at javadoc improvement 13 years ago
  Andreas L. Delmelle 0bf6f2900d Small cleanup: extract TextDecorationMaker, move validation into convertProperty() and eliminate unnecessary TextDecorationProperty 13 years ago
  Andreas L. Delmelle d8261a197b Bugzilla 48334: Added implementation for xml:base 13 years ago
  Andreas L. Delmelle 3c839549f3 Bugzilla 50698: Changes after updating XGC JAR 13 years ago
  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 years ago
  Simon Pepping f540b00cf2 Fix an forgotten change of type in class Area and a checkstyle error in class FObj 13 years ago
  Andreas L. Delmelle 1c8f05b0a0 Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequence is potentially started multiple times 13 years ago
  Andreas L. Delmelle 5d677308df Bugzilla 50636: fix performance issue when adding pages in very large documents 13 years ago
  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 years ago
  Vincent Hennebert 9e0c21610d Removed unnecessary Checkstyle CSOK comments 13 years ago
  Andreas L. Delmelle 881ef26a95 Make HashMaps type safe + remove corresponding redundant casts and unnecessary (un)boxing 13 years ago
  Andreas L. Delmelle b970c338ba Minor fixups: extract addAttributeToList() + no reason to first check the attributeValue to ignore namespace declarations 13 years ago
  Andreas L. Delmelle 57d30ce111 Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to mkoegler.AT.auto.tuwien.ac.at. 13 years ago
  Simon Pepping 03f05c5dc5 Avoid deconstructing and reconstructing the base URI of the 13 years ago
  Jeremias Maerki 5f60c6889c Code cleanup. 13 years ago
  Jeremias Maerki 07d78ae970 Bugfix: don't use toString() but properly generate the color function. 13 years ago
  Jeremias Maerki abbe9fc809 Correct link to replacement. 13 years ago
  Jeremias Maerki c5d004d473 Make sure sub bridge contexts also have our bridges. 13 years ago
  Jeremias Maerki d3d628c0b6 Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to better follow the pattern we use for the FontManager and ImageManager. 13 years ago
  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 years ago
  Andreas L. Delmelle dab44c5bc7 Remove unused class 13 years ago
  Andreas L. Delmelle 9d2871392c Enable id on fo:root pt 3 - Signal processed id at end of document 13 years ago
  Andreas L. Delmelle b10e0688b1 Enable id property on fo:root. 13 years ago
  Andreas L. Delmelle a00c4f3eea Associate id of fo:root with every new page. 13 years ago
  Andreas L. Delmelle 503980704c Previous commit would have caused compile error, unless others included as well. 13 years ago
  Andreas L. Delmelle bbb419b067 Might as well make those primitive ints... 13 years ago
  Andreas L. Delmelle 37f7acac32 Eliminate unnecessary boxing 13 years ago
  Andreas L. Delmelle c3245eafd9 Eliminate a small waste: no reason to store the char as a String, and then constuct a new one in getSpace() 13 years ago
  Andreas L. Delmelle 15cc348a97 Minor fixups 13 years ago
  Andreas L. Delmelle a7b8c7f2c9 Minor nit: eliminate stray hungarian... 13 years ago
  Simon Pepping 1eaae07e7d Fix deprecation warnings; add some type safety 13 years ago
  Simon Pepping 4c8a18e4a5 Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file 13 years ago
  Jeremias Maerki e5edb89a59 Restored compatibility with third-party extensions. 13 years ago
  Andreas L. Delmelle af425f58c3 CheckStyle fixup... 13 years ago
  Andreas L. Delmelle 092af3cf90 Bugzilla 49848: Correct behavior of keep-together.within-line in case of nested inlines 13 years ago
  Andreas L. Delmelle aaf2ae529e Switch to type-safe collections (+ related cleanup of redundant casts, for-loops...) 13 years ago
  Andreas L. Delmelle f7d9c3fa72 Fix minor bug in validateChildNode() + make regions Map type-safe 13 years ago
  Andreas L. Delmelle 2fb9c63eea Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaster as a parameter, as Regions have access to it 13 years ago
  Andreas L. Delmelle e5e7806fd2 Commit changes forgotten in r757256... 13 years ago
  Simon Pepping 795c023eae Some refactoring 13 years ago
  Andreas L. Delmelle dfa4c54704 Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without a linebreak class 13 years ago
  Andreas L. Delmelle 4de3abbc23 Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limit 13 years ago
  Simon Pepping 7c5be87cdb Add type-safe parameters to collections; replace XGC jar to benefit from new type-safe methods 13 years ago
  Simon Pepping e058f4d959 Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove unused method removeWordSpace 13 years ago
  Simon Pepping c65432227a Keep a reference to a pageRef string, not to the page itself; suggested by Alexis Giotis 13 years ago