6727 Commity (404eacbf2cdc7202bc3161829182e33776320829)
 

Autor SHA1 Wiadomość Data
  Jeremias Maerki 404eacbf2c As per discussions on fop-dev: 14 lat temu
  Jeremias Maerki f8f3edf87a Bugzilla #46883: 14 lat temu
  Jeremias Maerki 2d26284592 Attach cause to RuntimeException when available. Otherwise, the original exception can be swallowed which makes error forensics more difficult. 14 lat temu
  Maximilian Berger b4df075d6d Font name was wrong 14 lat temu
  Maximilian Berger 4e970b8a7d Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoader 14 lat temu
  Jeremias Maerki a30e3c29fd Trying to clear up afp:include-page-segment as there are questions every now and then. 14 lat temu
  Jeremias Maerki 9b49126cd6 Changed SVG output to produce coordinates in points rather than millipoints. Millipoint coordinates can become quite large and can cause trouble later. This is related to (but not fixing) Bugzilla #47641. 14 lat temu
  Jeremias Maerki 19e71503b1 Added support for the #CMYK pseudo-profile supported by some commercial XSL implementations on the rgb-icc() function. 14 lat temu
  Maximilian Berger 1097615c51 Added Checkstyle 5 config file (just ported from checkstyle-4.0.xml) 14 lat temu
  Maximilian Berger 50e993d6d4 Fixed SVN Props 14 lat temu
  Maximilian Berger 482b874cec equals implementation violated spec -> replaced with new contentEquals function 14 lat temu
  Maximilian Berger a164040a67 no page index requires no location to satisfy identity junit test 14 lat temu
  Maximilian Berger 98060eef9d removed possible null reference 14 lat temu
  Maximilian Berger c5cd099975 non-functional stylistic fixes 14 lat temu
  Maximilian Berger 0a0a566c5d Add safeguards for getter not to return null 14 lat temu
  Simon Pepping d5911c9e9a Moved the class UnicodeClasses to src/codegen/unicode, so that it is 14 lat temu
  Jeremias Maerki 7389ef5a0f There an easier way to throw exceptions from certain event otherwise not causing an exception. 14 lat temu
  Vincent Hennebert 1e062c6c0f Forgot to update status file in rev. 808157 14 lat temu
  Simon Pepping 4bd1866092 Fixed Checkstyle warnings and replaced a java 1.5 class 14 lat temu
  Vincent Hennebert bcfda76c15 Merged back ChangingIPDHack branch into Trunk 14 lat temu
  Vincent Hennebert 9520407736 Reverted changes made in revision 796809 (manual merge of clean-up changes made in the ChangingIPDHack branch). Those changes will be re-applied when merging the branch back to Trunk with svn merge --reintegrate (if everything goes well...) 14 lat temu
  Andreas L. Delmelle ccc743d929 Fixed some oversights: fo:title was already implemented long ago, fo:wrapper works correctly as of trunk. 14 lat temu
  Maximilian Berger 4201d1086d declaration and icc-profile have been supported for a while now 14 lat temu
  Andreas L. Delmelle ac01d144b8 Removed a commented leftover from local tests 14 lat temu
  Andreas L. Delmelle a8c7344b38 Reduce messages to DEBUG level, since they are meant more as a reminder for devs, not a source of confusion for end-users 14 lat temu
  Andreas L. Delmelle a6b2b2e4b9 Bugzilla 46905: Added basic implementation for column-level keeps. 14 lat temu
  Andreas L. Delmelle 6f8f642694 Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in the method by introducing a member variable to hold the data-length. 14 lat temu
  Andreas L. Delmelle 5355a5c8a4 Revert some changes that were meant to be kept local for the moment... 14 lat temu
  Andreas L. Delmelle b0ece6c49d Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. 14 lat temu
  Simon Pepping fddf572a55 Fixed checkstyle warnings 14 lat temu
  Simon Pepping c36d7815bb I tried to remove all methods which are not Java 1.4 compliant. 14 lat temu
  Simon Pepping 40b065f458 Prepare for new hyphenation pattern files, which do not have their own classes and instead use the default classes in FOP. Modified the build process to a forked java task, in order to be able to set a larger stack size for the compilation of the large number of classes. Added an ant task to generate a new default classes file, to be used with an update of the Unicode Character Database. 14 lat temu
  Chris Bowditch c2b8346e6c bug fix: 47694 Avoid create IOCA for background on empty areas 14 lat temu
  Vincent Hennebert 13c85d5622 Added tests for 2, 3, 4 values specified in the page boundaries properties. 14 lat temu
  Vincent Hennebert 40af8ffb2a Renamed PageScaleAttributes class into PageScale. 15 lat temu
  Vincent Hennebert cd6bbe2084 Fixed issues in PageBoundaries class: 15 lat temu
  Vincent Hennebert b0df5eb81b Fixed and improved documentation about prepress extensions: 15 lat temu
  Chris Bowditch 5ab295cc5a added support for IMM Extension on fo:simple-page-master element in the AFP Renderer 15 lat temu
  Jeremias Maerki ee23221821 Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. 15 lat temu
  Jeremias Maerki 67934b05e5 What we thought were cubic curves in GOCA, were actually just quadratic ones. This changes tries to approximate cubic Bézier curves with the quadratic fillets available in GOCA. This should improve vector graphic quality in certain cases. 15 lat temu
  Jeremias Maerki 837d5f3d51 Bugzilla #47311: 15 lat temu
  Vincent Hennebert 1364615701 The javadocs task needs more memory. 15 lat temu
  Jeremias Maerki 6e5e209265 Fixed problem with raster font substitution when there's no smaller font available. This avoids an exception. 15 lat temu
  Jeremias Maerki 5f8f50a231 Reverted rev 798521. 15 lat temu
  Jeremias Maerki 44cef15e6f Demo file for bleed and crop marks. 15 lat temu
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: 15 lat temu
  Jeremias Maerki cdd66d9c22 Reverted changes in rev 797899 (but xgc.jar updated rather than reverted) 15 lat temu
  Vincent Hennebert ba8c6840fb Also use Rectangle instead of Rectangle2D for page boxes in the PDF library 15 lat temu
  Jeremias Maerki a699c1f062 Bugzilla #47311: 15 lat temu
  Jeremias Maerki ddee8ae8d2 AFPEventProducer was moved months ago but this file not adjusted. That cause an IllegalStateException: Event model doesn't contain the definition for org.apache.fop.afp.AFPEventProducer 15 lat temu