6931 Commits (18f6399908620ae4af6fba51b074744b36a6d4c2)
 

Author SHA1 Message Date
  Jeremias Maerki 18f6399908 Added missing PDFColorHandler to PDFDocumentGraphics2D. 14 years ago
  Jeremias Maerki 32b7c83782 Added support for CIE Lab colors to AFP output. 14 years ago
  Jeremias Maerki c4066cb319 Bugfix for gradients with mixed color spaces: the original color was not replaced in the list which cause faulty PDFs. 14 years ago
  Jeremias Maerki de36e85d6f Cleanup of PDFColor, removing unused functionality. PDFColor is only used for transparent color of bitmap images in which case only sRGB and Gray are needed. 14 years ago
  Jeremias Maerki f1675e27ca Added class ColorWithFallback used for recreating function strings. 14 years ago
  Jeremias Maerki bad25566ec Added support for the cie-lab-color() function that is found in the current XSL 2.0 design notes. 14 years ago
  Jeremias Maerki fdb20deabe Round-trip for fop-rgb-named-color() function. 14 years ago
  Jeremias Maerki ce1985d668 Added support for the rgb-named-color() function that is found in the current XSL 2.0 design notes. 14 years ago
  Jeremias Maerki 9dc0ea2f7a Bugzilla #49403: 14 years ago
  Jeremias Maerki 1dc63dc609 Creating dev branch for a better color infrastructure 14 years ago
  Andreas L. Delmelle 4ed47c3dd4 Minor refactoring and style fixups: 14 years ago
  Pascal Sancho 0c428f0574 Bugzilla #48871: 14 years ago
  Pascal Sancho aafe96253d Bugzilla #78887: 14 years ago
  Pascal Sancho 4feb9b0ec4 Bugzilla #49172: 14 years ago
  Pascal Sancho 9237896fe1 Bugzilla #46565: 14 years ago
  Pascal Sancho 416993f3ff Fop WebSite: update commandline usage help (in Trunk tab > Using FOP > Run) 14 years ago
  Jeremias Maerki f61860ab88 Bugfix: PDF/A-1a mode was not properly reported. 14 years ago
  Jeremias Maerki b36aeb2cb8 Put the /Resources reference directly into the underlying dictionary and handle null cases since /Resources is optional on a Form XObject. 14 years ago
  Jeremias Maerki 2150f3f35a Color-related classes were moved to the org.apache.xmlgraphics.java2d.color package. 14 years ago
  Jeremias Maerki 97aa2c35b0 AFP Output Changes: 14 years ago
  Jeremias Maerki 1fae69d5fd AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer errors) and positioning fix for bitmaps from G2D graphics. 14 years ago
  Jeremias Maerki e3d79c1a63 Bugzilla #42306: 14 years ago
  Jeremias Maerki 4ee7761859 Bugfix for formatting of floating point numbers which could lead to invalid PDFs. 14 years ago
  Jeremias Maerki ecdba569b1 Big encoding performance improvement for bi-level images which do not have the right bit order. Apparently, setting the subtractive option doesn't help with inverting a bi-level FS10 image. 14 years ago
  Simon Pepping 0e7b0816b0 Removing outdated documentation 14 years ago
  Jeremias Maerki 67291183b2 Missed a parameter change for an overridden method. (Additional change for revision 946539) 14 years ago
  Jeremias Maerki 366b45e1f9 Changed many variables and parameters from "int" to "char" because AFP font support mostly uses Unicode code points unlike Type 1 and TrueType support which use internal character code points (the result of Font.mapChar()). This should improve code readability. 14 years ago
  Jeremias Maerki aefb5934f6 Bring error handling more in line with general recommendations and provide better error messages. 14 years ago
  Jeremias Maerki 4479bd9830 Don't fail on AFM just because it has a Start/EndTrackKern section. Log a warning instead of throwing an exception when an unimplemented feature is found. 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
  Jeremias Maerki 1e649a305c Improved painting of double rules a bit, fixing a bug causing the message: "Invalid axis rule: unable to draw line" 14 years ago
  Chris Bowditch f90e643f6a recent change to cache CharacterSet exposed multi threading issue 14 years ago
  Chris Bowditch 61bd8c0641 cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. This boosts performance when rendering a large batch of AFP documents in the same JVM 14 years ago
  Vincent Hennebert 45e2cc1466 FontEventAdapter has been replaced by FontEventProducer 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 721e78b7ac Merged all the eventResourceGenerator tasks into one 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 9a00e131fd Generate event models in the same directory as the corresponding EventProducer interfaces and name it event-model.xml by default 14 years ago
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 years ago
  Vincent Hennebert 8f6b532710 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory 14 years ago
  Vincent Hennebert 83f36b614c Added test cases to ensure that the event notification system runs smoothly 14 years ago
  Jeremias Maerki fad33d93cc Added Java Target information to Build-Id manifest entry. (Applied change as proposed on Feb 10 2010) 14 years ago
  Jeremias Maerki b2704855bd Bumped xmlgraphics-commons.jar. 14 years ago
  Vincent Hennebert 3c7994cf56 Removed obsolete mergeinfo information 14 years ago
  Vincent Hennebert 6bccfa5456 Bugfix: NPE when there is a forced break before a table occurring at an IPD change 14 years ago
  Chris Bowditch 4ddea0f351 advertise link to nightly build 14 years ago
  Vincent Hennebert b85576c83a Bugfix: definition of a special page-master for the last page was interfering with changing IPD code 14 years ago
  Pascal Sancho a3dd1add60 Fop WebSite: XSL-FO 1.0 references were still there; fixed now 14 years ago
  Pascal Sancho 9eb05a129a Fop WebSite: Fixed obsolete URL for public DTDs plus refer to latest version of each dtd 14 years ago
  Pascal Sancho 77c66dbe4c download page: ref to CVS repository replaced with SVN 14 years ago