6526 Commits (8125ef449c6802fb36042fc20b583feb4c33104e)
 

Author SHA1 Message Date
  Simon Pepping 8125ef449c Bugzilla #49752: 14 years ago
  Simon Pepping 27ab2f7f41 Fixed javadoc, checkstyle and ant warnings 14 years ago
  Adrian Cumiskey 1d83461217 Delete becomes flush. 14 years ago
  Adrian Cumiskey 0162631270 -delete-cache command line argument replaced with -flush. Seems like a more common use case. 14 years ago
  Jeremias Maerki 7f3c110eb4 One closing parenthesis too much. 14 years ago
  Jeremias Maerki 9b860a4888 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 b74c63ac54 Removed the Class-Path Manifest entry since it's often not quite right and FOP's Main class sets up the classpath in a much more flexible way. 14 years ago
  Jeremias Maerki 4143e59bdd Improvements/Bugfixes for PDF attachments (embedded files): 14 years ago
  Jeremias Maerki 888cf65b1c Removed tab character. 14 years ago
  Simon Pepping cc297732c0 Document exits 14 years ago
  Adrian Cumiskey ec4ea051f8 FIX: The cache-file setting should still be set even if use-cache setting is not provided (as it defaults to true). 14 years ago
  Adrian Cumiskey 256173b092 Reinstated support for being able to specify a font cache filepath in the fop user configuration. 14 years ago
  Jeremias Maerki 3438136fc2 Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  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