6513 Revize (9b3c6aa26f573f9cba9be168e6efe748bacb7123)
 

Autor SHA1 Zpráva Datum
  Jeremias Maerki 9b3c6aa26f Bugzilla #49733: před 14 roky
  Simon Pepping 7b112d5182 Removed a bunch of javadoc warnings in addition to patch 49733 před 14 roky
  Jeremias Maerki 8d736fa08f Bugzilla #44460: před 14 roky
  Chris Bowditch 4eb1002640 FOP v1.0 and trunk do support Tagged PDF před 14 roky
  Simon Pepping aa733ee881 Edited the front page for version 1.0. Added this task to the release před 14 roky
  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. před 14 roky
  Adrian Cumiskey 6769336814 More detail, sorry for the noise. před 14 roky
  Adrian Cumiskey f345bde9de Updated my details. před 14 roky
  Simon Pepping 51d2152198 Insert 21 July 2010 as the release date před 14 roky
  Simon Pepping 30d7ef75fa Target dist-src need not depend on target all. A comment on the před 14 roky
  Jeremias Maerki a7f626b3c0 Bugfix of bugfix for escaped PDF names. před 14 roky
  Jeremias Maerki 7ebd25efdf Bugfix: "/" must be escaped in names. před 14 roky
  Simon Pepping cf44a5e715 Merging branches/fop-1_0 back into trunk před 14 roky
  Simon Pepping 39fd722699 Block merging of revision 960619 from branch fop-1_0 před 14 roky
  Jeremias Maerki 32d8c7a4de Refactored the multi-threading harness a bit to support IF conversion. před 14 roky
  Jeremias Maerki 021f930053 Log exception if available to make error localization easier. před 14 roky
  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. před 14 roky
  Simon Pepping 7e82081adc Added the XML Graphics Commons jar file from the release candidate před 14 roky
  Jeremias Maerki 1ed5099424 Restored ColorExt after removing it from XML Graphics Commons again. před 14 roky
  Andreas L. Delmelle 63e6ca29da Minor refactoring and style fixups: před 14 roky
  Pascal Sancho 173b91e7cd Bugzilla #48871: před 14 roky
  Pascal Sancho d8d5ee95c5 Bugzilla #78887: před 14 roky
  Pascal Sancho 9d45f166c8 Bugzilla #49172: před 14 roky
  Pascal Sancho 7ff7a84d86 Bugzilla #46565: před 14 roky
  Pascal Sancho 4297be6a4b Fop WebSite: update commandline usage help (in Trunk tab > Using FOP > Run) před 14 roky
  Jeremias Maerki d8fb9f81ed Bugfix: PDF/A-1a mode was not properly reported. před 14 roky
  Jeremias Maerki 009527219a Put the /Resources reference directly into the underlying dictionary and handle null cases since /Resources is optional on a Form XObject. před 14 roky
  Jeremias Maerki c132480d32 Color-related classes were moved to the org.apache.xmlgraphics.java2d.color package. před 14 roky
  Jeremias Maerki ea5628ad60 AFP Output Changes: před 14 roky
  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. před 14 roky
  Jeremias Maerki 7b7df1f2eb Bugzilla #42306: před 14 roky
  Jeremias Maerki b3962a5416 Bugfix for formatting of floating point numbers which could lead to invalid PDFs. před 14 roky
  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. před 14 roky
  Simon Pepping 56d3085c16 Removing outdated documentation před 14 roky
  Jeremias Maerki ad90b4e6af Missed a parameter change for an overridden method. (Additional change for revision 946539) před 14 roky
  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. před 14 roky
  Jeremias Maerki 4a4cfc49d1 Bring error handling more in line with general recommendations and provide better error messages. před 14 roky
  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. před 14 roky
  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. před 14 roky
  Jeremias Maerki 5ef9c34477 Improved painting of double rules a bit, fixing a bug causing the message: "Invalid axis rule: unable to draw line" před 14 roky
  Chris Bowditch 85cfeee0e9 recent change to cache CharacterSet exposed multi threading issue před 14 roky
  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 před 14 roky
  Vincent Hennebert 9b098a76be FontEventAdapter has been replaced by FontEventProducer před 14 roky
  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 před 14 roky
  Vincent Hennebert 3076f36096 Merged all the eventResourceGenerator tasks into one před 14 roky
  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. před 14 roky
  Vincent Hennebert 904bce40f3 Generate event models in the same directory as the corresponding EventProducer interfaces and name it event-model.xml by default před 14 roky
  Vincent Hennebert 38a069e362 Moved ResourceEventProducer to org.apache.fop před 14 roky
  Vincent Hennebert 56630a3e41 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory před 14 roky
  Vincent Hennebert f2f90fb770 Added test cases to ensure that the event notification system runs smoothly před 14 roky