6513 Commits (9b3c6aa26f573f9cba9be168e6efe748bacb7123)
 

Author SHA1 Message Date
  Jeremias Maerki 9b3c6aa26f Bugzilla #49733: 14 years ago
  Simon Pepping 7b112d5182 Removed a bunch of javadoc warnings in addition to patch 49733 14 years ago
  Jeremias Maerki 8d736fa08f Bugzilla #44460: 14 years ago
  Chris Bowditch 4eb1002640 FOP v1.0 and trunk do support Tagged PDF 14 years ago
  Simon Pepping aa733ee881 Edited the front page for version 1.0. Added this task to the release 14 years ago
  Adrian Cumiskey f43b4cd444 Fix to "docs" target. FORREST_HOME no longer needs to be in your PATH for the target to work as you would expect it to. 14 years ago
  Adrian Cumiskey 6769336814 More detail, sorry for the noise. 14 years ago
  Adrian Cumiskey f345bde9de Updated my details. 14 years ago
  Simon Pepping 51d2152198 Insert 21 July 2010 as the release date 14 years ago
  Simon Pepping 30d7ef75fa Target dist-src need not depend on target all. A comment on the 14 years ago
  Jeremias Maerki a7f626b3c0 Bugfix of bugfix for escaped PDF names. 14 years ago
  Jeremias Maerki 7ebd25efdf Bugfix: "/" must be escaped in names. 14 years ago
  Simon Pepping cf44a5e715 Merging branches/fop-1_0 back into trunk 14 years ago
  Simon Pepping 39fd722699 Block merging of revision 960619 from branch fop-1_0 14 years ago
  Jeremias Maerki 32d8c7a4de Refactored the multi-threading harness a bit to support IF conversion. 14 years ago
  Jeremias Maerki 021f930053 Log exception if available to make error localization easier. 14 years ago
  Jeremias Maerki dda20d59da Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java2D (PNG, TIFF) and PCL can load image formats other than just PNG and JPEG from SVG. 14 years ago
  Simon Pepping 7e82081adc Added the XML Graphics Commons jar file from the release candidate 14 years ago
  Jeremias Maerki 1ed5099424 Restored ColorExt after removing it from XML Graphics Commons again. 14 years ago
  Andreas L. Delmelle 63e6ca29da Minor refactoring and style fixups: 14 years ago
  Pascal Sancho 173b91e7cd Bugzilla #48871: 14 years ago
  Pascal Sancho d8d5ee95c5 Bugzilla #78887: 14 years ago
  Pascal Sancho 9d45f166c8 Bugzilla #49172: 14 years ago
  Pascal Sancho 7ff7a84d86 Bugzilla #46565: 14 years ago
  Pascal Sancho 4297be6a4b Fop WebSite: update commandline usage help (in Trunk tab > Using FOP > Run) 14 years ago
  Jeremias Maerki d8fb9f81ed Bugfix: PDF/A-1a mode was not properly reported. 14 years ago
  Jeremias Maerki 009527219a 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 c132480d32 Color-related classes were moved to the org.apache.xmlgraphics.java2d.color package. 14 years ago
  Jeremias Maerki ea5628ad60 AFP Output Changes: 14 years ago
  Jeremias Maerki f63a641cad 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 7b7df1f2eb Bugzilla #42306: 14 years ago
  Jeremias Maerki b3962a5416 Bugfix for formatting of floating point numbers which could lead to invalid PDFs. 14 years ago
  Jeremias Maerki 2a0412ade9 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 56d3085c16 Removing outdated documentation 14 years ago
  Jeremias Maerki ad90b4e6af Missed a parameter change for an overridden method. (Additional change for revision 946539) 14 years ago
  Jeremias Maerki e46aae6342 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 4a4cfc49d1 Bring error handling more in line with general recommendations and provide better error messages. 14 years ago
  Jeremias Maerki 34fb94f521 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 f03b7d3986 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 5ef9c34477 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 85cfeee0e9 recent change to cache CharacterSet exposed multi threading issue 14 years ago
  Chris Bowditch 5d530b0bb5 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 9b098a76be FontEventAdapter has been replaced by FontEventProducer 14 years ago
  Vincent Hennebert 279ce3bbf4 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 3076f36096 Merged all the eventResourceGenerator tasks into one 14 years ago
  Vincent Hennebert 83207e2f4b 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 904bce40f3 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 38a069e362 Moved ResourceEventProducer to org.apache.fop 14 years ago
  Vincent Hennebert 56630a3e41 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 f2f90fb770 Added test cases to ensure that the event notification system runs smoothly 14 years ago