345 Commits (4f9ccbd0b79cdb8eebbbdea994355f2df24e595b)

Author SHA1 Message Date
  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
  Vincent Hennebert 9198590b59 Implemented accessibility in PDFRenderer 14 years ago
  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
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 years ago
  Vincent Hennebert 834d6b5862 Extracted code into new processStructureTree method 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
  Maximilian Berger 98060eef9d removed possible null reference 14 years ago
  Vincent Hennebert bcfda76c15 Merged back ChangingIPDHack branch into Trunk 15 years ago
  Vincent Hennebert 40af8ffb2a Renamed PageScaleAttributes class into PageScale. 15 years ago
  Jeremias Maerki 837d5f3d51 Bugzilla #47311: 15 years ago
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: 15 years ago
  Jeremias Maerki a699c1f062 Bugzilla #47311: 15 years ago
  Vincent Hennebert ab339a952b Bugfix: if an incomplete GoTo action has already been recorded for a given ID, there's no need to re-create and store another one 15 years ago
  Vincent Hennebert 03ed498076 Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the original one. 15 years ago