336 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
  Vincent Hennebert 8e894b822f Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 years ago
  Jeremias Maerki e3ac5256c7 Bugfix: select the right font to paint replacement glyphs. This used to paint some characters on top of each others when a font with an auxiliary encoding was active. 13 years ago
  Simon Pepping 82163b6a15 Fix checkstyle and findbugs issues 13 years ago
  Vincent Hennebert a5fd3694f0 Bugfix: alternative text not working in tagged PDF for TIFF images 13 years ago
  Jeremias Maerki a7a5c39253 Fix a potential NPE which can apparently happen in very exotic cases (actually, it rather points to a Java class library bug). 13 years ago
  Jeremias Maerki cd406a47bf Log image encoding times. 13 years ago
  Jeremias Maerki b5c893c24c Enable fox:conversion-mode="bitmap" for PDF output. 13 years ago
  Vincent Hennebert 7c34c8daa8 Proper fix for Bugzilla 50987 13 years ago
  Andreas L. Delmelle 3b87eee32c Bugzilla 50987: Fixed an issue where a link was added to the parent tree instead of the related structure element. 13 years ago
  Andreas L. Delmelle 2cab35675d Bugzilla 50986: Fixed an issue where invalid PDF page content was generated due to incorrect ET/EMC sequences. 13 years ago
  Simon Pepping 32d5f37b49 Fixing checkstyle errors and hiding fingbugs errors 13 years ago
  Jeremias Maerki 954d14afba Fix scaling bug manifesting with source resolutions other than 72dpi. 13 years ago
  Andreas L. Delmelle 3c839549f3 Bugzilla 50698: Changes after updating XGC JAR 13 years ago
  Simon Pepping 1eaae07e7d Fix deprecation warnings; add some type safety 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 c65432227a Keep a reference to a pageRef string, not to the page itself; suggested by Alexis Giotis 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
  Jeremias Maerki 2089591b3d Copy attributes since some XML parsers might reuse the Attributes instance. 13 years ago
  Jeremias Maerki 6784fe6d14 Bugzilla #46360: 13 years ago
  Vincent Hennebert 0f58f09a9a Fixed indentation 14 years ago
  Vincent Hennebert 26393f0e18 Removed old Renderer implementations for AFP, PCL, PDF, PS. 14 years ago
  Jeremias Maerki b35843cb0d Enabling CMYK encoding for PDF output (applies to decoded bitmap images). 14 years ago
  Jeremias Maerki e3be796dcb Bugfix: 14 years ago
  Jeremias Maerki 067328663c Resolved conflict (ClassCastException) with named destinations which in contrast to embedded files adds single objects (producing two values) to the kids array instead of a key/value pairs. 14 years ago
  Jeremias Maerki cb9936b4c9 Improvements/Bugfixes for PDF attachments (embedded files): 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 3800fbcd38 Bugzilla #44460: 14 years ago
  Jeremias Maerki 9dc0ea2f7a Bugzilla #49403: 14 years ago
  Jeremias Maerki 5b75bee76b Added a save/restoreGraphicsState pair for the initial coordinate system in PDF output for easier post-processing. The missing q/Q pair caused content to be upside-down when simply a new content stream is appended to the page. With this change the initial coordinate system is restored after FOP's stream is finished. 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 91cdef3c33 Added possibility to customize PDF tagging via the role property 14 years ago
  Jeremias Maerki 9d9c6a1331 Bugzilla #47311: 14 years ago
  Jeremias Maerki 3df273132b Bugzilla #48227: 14 years ago
  Vincent Hennebert f656784237 Avoid NPE if intermediate XML was generated in accessibility mode but not the PDF 14 years ago
  Vincent Hennebert 7859b3ed2d Renamed TransformerNode into TransformerDefaultHandler and moved it into the a.o.f.util package. 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
  Vincent Hennebert c7e17515ef Made PDFImageHandlerGraphics2D accessible 14 years ago
  Vincent Hennebert 5dd6862ad1 Added mappings for yet unimplemented FOs. 14 years ago
  Vincent Hennebert 113a028123 Merged SimpleStructureTree and ParsedStructureTree classes into a single one, used by both TransformerNodeEndProcessing and intermediate XML parsers 14 years ago
  Vincent Hennebert a3960ce47f Made the structure tree processing chain more robust by removing any assumption about prefix names for namespaces. 14 years ago
  Vincent Hennebert e3e19e881a Bugfix: render all background images as artifacts 14 years ago
  Vincent Hennebert 1958fe7719 Reset imageReference once it's no longer needed 14 years ago