6922 Commits (9708ccc61aa6a0689b4e0e39c6e072c44dab3f50)
 

Author SHA1 Message Date
  Vincent Hennebert 73c1cddb32 Switched parameters of separateTextElements and beginTextObjectAccess, for consistency with saveGraphicsState and beginMarkedContentSequence 14 years ago
  Vincent Hennebert 36243dc349 Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
  Vincent Hennebert 164a25d6eb Removed svn:executable property 14 years ago
  Chris Bowditch de3f6e8dd0 add support for positioning Page Overlay in AFP Renderer/Painter 14 years ago
  Adrian Cumiskey f6a828b695 If a JAI library is not available when creating a FOP distribution build we attempt to download one and make it available to the Ant build process. 14 years ago
  Vincent Hennebert 618e88ae22 Removed unnecessary languageStack field 14 years ago
  Vincent Hennebert b59502d64e Fixed support for links and images in the Intermediate Format 14 years ago
  Jeremias Maerki 100d17a594 Allow "-if [mime] out" as for "-at". 14 years ago
  Jeremias Maerki f59abd860a Bugzilla #47953: 14 years ago
  Vincent Hennebert 4b4ea04636 Removed svn:executable property 14 years ago
  Vincent Hennebert aeea3a9e1b Removed empty directory 14 years ago
  Jeremias Maerki 648f47b7f4 Fixed possible NPE. 14 years ago
  Jeremias Maerki 7cc06986c0 Added support for specifying referenced fonts per renderer in addition to the general match list. If any of the two match lists (if specified) match a font, it is not embedded. 14 years ago
  Jeremias Maerki b6638c65c9 Added support for creating thumbnails or preview bitmaps of fixed size for PNG and TIFF output. 14 years ago
  Jeremias Maerki 05c9bf8726 Javadocs: Removed all <tt> occurrences with <code> or {@link}. 14 years ago
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 years ago
  Jeremias Maerki 5ad3308501 Added a DocumentHandler implementation for PNG output including multi-file output support. 14 years ago
  Jeremias Maerki 404eacbf2c As per discussions on fop-dev: 14 years ago
  Vincent Hennebert 834d6b5862 Extracted code into new processStructureTree method 14 years ago
  Vincent Hennebert 3ec57c684b Implemented parsing of structure trees from IF XML files. 14 years ago
  Jeremias Maerki f8f3edf87a Bugzilla #46883: 14 years ago
  Jeremias Maerki 2d26284592 Attach cause to RuntimeException when available. Otherwise, the original exception can be swallowed which makes error forensics more difficult. 14 years ago
  Maximilian Berger b4df075d6d Font name was wrong 14 years ago
  Maximilian Berger 4e970b8a7d Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoader 14 years ago
  Vincent Hennebert dbaf63a64d Factorized into a new class the parsing of the reduced FO tree, that was duplicated in IFSerializer and PDFDocumentHandler. 14 years ago
  Jeremias Maerki a30e3c29fd Trying to clear up afp:include-page-segment as there are questions every now and then. 14 years ago
  Vincent Hennebert 0e5a789b6b Merged changes from Trunk up to revision 816269 14 years ago
  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 years ago
  Jeremias Maerki 19e71503b1 Added support for the #CMYK pseudo-profile supported by some commercial XSL implementations on the rgb-icc() function. 14 years ago
  Maximilian Berger 1097615c51 Added Checkstyle 5 config file (just ported from checkstyle-4.0.xml) 15 years ago
  Maximilian Berger 50e993d6d4 Fixed SVN Props 15 years ago
  Maximilian Berger 482b874cec equals implementation violated spec -> replaced with new contentEquals function 15 years ago
  Maximilian Berger a164040a67 no page index requires no location to satisfy identity junit test 15 years ago
  Maximilian Berger 98060eef9d removed possible null reference 15 years ago
  Maximilian Berger c5cd099975 non-functional stylistic fixes 15 years ago
  Maximilian Berger 0a0a566c5d Add safeguards for getter not to return null 15 years ago
  Simon Pepping d5911c9e9a Moved the class UnicodeClasses to src/codegen/unicode, so that it is 15 years ago
  Jeremias Maerki 7389ef5a0f There an easier way to throw exceptions from certain event otherwise not causing an exception. 15 years ago
  Vincent Hennebert 1e062c6c0f Forgot to update status file in rev. 808157 15 years ago
  Simon Pepping 4bd1866092 Fixed Checkstyle warnings and replaced a java 1.5 class 15 years ago
  Vincent Hennebert bcfda76c15 Merged back ChangingIPDHack branch into Trunk 15 years ago
  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...) 15 years ago
  Andreas L. Delmelle ccc743d929 Fixed some oversights: fo:title was already implemented long ago, fo:wrapper works correctly as of trunk. 15 years ago
  Maximilian Berger 4201d1086d declaration and icc-profile have been supported for a while now 15 years ago
  Andreas L. Delmelle ac01d144b8 Removed a commented leftover from local tests 15 years ago
  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 15 years ago
  Andreas L. Delmelle a6b2b2e4b9 Bugzilla 46905: Added basic implementation for column-level keeps. 15 years ago
  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. 15 years ago
  Andreas L. Delmelle 5355a5c8a4 Revert some changes that were meant to be kept local for the moment... 15 years ago
  Andreas L. Delmelle b0ece6c49d Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. 15 years ago