7056 Commits (db3ce3727946ec2a7d7b18093b8bc58783faa89e)
 

Author SHA1 Message Date
  Andreas L. Delmelle db3ce37279 Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to sergeyb49.AT.gmail. 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
  Simon Pepping 5ebc034341 move hyphenation-dependent testcase into hyphenation-testcases 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
  Andreas L. Delmelle 23e1125a2b Property fixup 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
  Simon Pepping 1854e09c00 Fix bug 50510 13 years ago
  Simon Pepping d4ec49dd8f Auxiliary positions do not have an index value; fixing this in InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 13 years ago
  Vincent Hennebert 810ab878c4 Bugzilla #49060: File Descriptor leak in AFP renderer 13 years ago
  Vincent Hennebert 6f9a59a3fd Bugzilla #50089: Content after forced break in block-container is not rendered 13 years ago
  Simon Pepping f4086dd275 Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null position; resolves bug 50276 13 years ago
  Jeremias Maerki bc3a0d90c1 Bugzilla #42034: 13 years ago
  Simon Pepping 08804c7343 Add a cast from char to int before autoboxing 13 years ago
  Simon Pepping 24e2fad7e1 Allow for words consisting of only soft hyphens; fixes bug 49837 13 years ago
  Vincent Hennebert 5afd2a7a4e Replaced creation of new Integer with Java autoboxing feature 13 years ago
  Simon Pepping 347387b317 Second part of patch 50245 by Mehdi Houshmand 13 years ago
  Simon Pepping dbe01e0fa2 Partial application of patch 50245 by Mehdi Houshmand 13 years ago
  Andreas L. Delmelle 3231a8001e Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or white-space 13 years ago
  Andreas L. Delmelle 6e4daecd79 Minor fixups, cleanups; removal of some dead code and a misleading TODO 13 years ago
  Vincent Hennebert 55fbf51025 Another go at removing all trailing whitespace 13 years ago
  Vincent Hennebert 6b4369d222 Set svn:keywords and svn:eol-style properties 13 years ago
  Vincent Hennebert 2e8f9428b4 Bugzilla #49695: Replaced magic numbers with constants from UnitConv and GraphicsConstants 13 years ago
  Simon Pepping fe6fa114ce Exclude all existing findbugs warnings 13 years ago
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping b418c6d6c8 Forgot to rename in one client 13 years ago
  Vincent Hennebert ee9cbf9013 Retroweaver is no longer necessary 13 years ago
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 years ago
  Simon Pepping 43798aa8a3 Update XGC library to pull in the fix for headless junit tests, bug 50253 13 years ago
  Vincent Hennebert e14e091b67 Removed outdated fop.bat script 13 years ago
  Vincent Hennebert c04a030afc Re-ordered class members 13 years ago
  Vincent Hennebert 338ae70df4 Made the result of toString more readable 13 years ago
  Vincent Hennebert e126edb6ed Do not re-create an AlignmentContext instance if one already exists. 13 years ago