1092 Commits (b073a605e44760bcb7add72968a3a2f78cf06d97)

Author SHA1 Message Date
  Vincent Hennebert b073a605e4 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 years ago
  Peter Hancock 5fac6eaf12 Fix FO tree hierarchy: BasicLink shouldn't inherit from Inline 12 years ago
  Jeremias Maerki 7e27b87ae7 Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root. 13 years ago
  Andreas L. Delmelle a581b1c788 Bugzilla 51032: Fixed regression due to oversight in refactoring text-decoration. 13 years ago
  Andreas L. Delmelle d13c4630ad Bugzilla 50988: Fixed a NullPointerException in case a fo:character was removed due to white-space handling. 13 years ago
  Andreas L. Delmelle 3274df5c71 Cleanup unused field + dead/commented code 13 years ago
  Andreas L. Delmelle 0d7a18773e Fix FindBugs warning... 13 years ago
  Andreas L. Delmelle d9c453d8fb Reverted previous commit; looks like it does require all related property classes to be committed... Better luck next week 13 years ago
  Andreas L. Delmelle 910d93cd2e Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public constructor (+ corresponding update in MarkerAttribute) 13 years ago
  Andreas L. Delmelle e1d2e4628b Commit file necessary to avoid compile error after r1066198 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
  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
  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
  Andreas L. Delmelle dab44c5bc7 Remove unused class 13 years ago
  Andreas L. Delmelle b10e0688b1 Enable id property on fo:root. 13 years ago
  Simon Pepping 1eaae07e7d Fix deprecation warnings; add some type safety 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 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 7c5be87cdb Add type-safe parameters to collections; replace XGC jar to benefit from new type-safe methods 13 years ago
  Jeremias Maerki ce6d9e1eee Adjust to changes in XML Graphics Commons: 13 years ago
  Simon Pepping 24e2fad7e1 Allow for words consisting of only soft hyphens; fixes bug 49837 13 years ago
  Vincent Hennebert 55fbf51025 Another go at removing all trailing whitespace 13 years ago
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 years ago
  Vincent Hennebert 41b4797e3a Fixed typos and source code indentation issues. 13 years ago
  Vincent Hennebert f7710aa99b Replaced @asf.todo with normal TODO comment 14 years ago
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 years ago
  Simon Pepping c81729764a Removed a bunch of javadoc warnings in addition to patch 49733 14 years ago
  Jeremias Maerki bad25566ec Added support for the cie-lab-color() function that is found in the current XSL 2.0 design notes. 14 years ago
  Jeremias Maerki ce1985d668 Added support for the rgb-named-color() function that is found in the current XSL 2.0 design notes. 14 years ago
  Jeremias Maerki 9dc0ea2f7a Bugzilla #49403: 14 years ago
  Vincent Hennebert 21f5a088d5 Added getEventKey method to Event so that it's no longer necessary to store the whole event ID (fully qualified interface name) in message files 14 years ago
  Vincent Hennebert 5ca051ca12 Now that the creation of event-model.xml has been standardised, the EventModelFactory mechanism is no longer needed. Removed all the factory classes. 14 years ago
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 years ago
  Vincent Hennebert 8f6b532710 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory 14 years ago
  Vincent Hennebert 37b744039a Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups and minor refactorings. 14 years ago
  Vincent Hennebert c161b98d6d Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback RGB colors were used instead. 14 years ago
  Vincent Hennebert 2a54372f5d Renamed some variables and methods for consistency. 14 years ago
  Vincent Hennebert 0a05a9f129 Route message for missing alt-text property through event notification system 14 years ago
  Adrian Cumiskey ea58935a59 Documented with generics comments. 14 years ago