aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-186-8/+7
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-173-27/+20
* One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
* Resolved conflict (ClassCastException) with named destinations which in contr...Jeremias Maerki2010-08-174-39/+74
* Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-1610-20/+226
* Removed tab character.Jeremias Maerki2010-08-161-2/+2
* Document exitsSimon Pepping2010-08-161-2/+3
* FIX: The cache-file setting should still be set even if use-cache setting is ...Adrian Cumiskey2010-08-151-5/+9
* Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-158-111/+265
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1465-301/+206
* Bugzilla #49733:Jeremias Maerki2010-08-14396-1964/+3841
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-1324-71/+37
* Bugzilla #44460:Jeremias Maerki2010-08-0319-67/+868
* FOP v1.0 and trunk do support Tagged PDFChris Bowditch2010-07-262-6/+6
* Edited the front page for version 1.0. Added this task to the releaseSimon Pepping2010-07-233-53/+70
* More detail, sorry for the noise.Adrian Cumiskey2010-07-211-1/+2
* Updated my details.Adrian Cumiskey2010-07-211-2/+2
* Insert 21 July 2010 as the release dateSimon Pepping2010-07-214-5/+5
* Bugfix of bugfix for escaped PDF names.Jeremias Maerki2010-07-191-3/+5
* Bugfix: "/" must be escaped in names.Jeremias Maerki2010-07-191-3/+3
* Merging branches/fop-1_0 back into trunkSimon Pepping2010-07-1648-3180/+3975
|\
| * Changes to the documentation, partly needed for the new release,Simon Pepping2010-07-0745-2330/+3836
| * XSL-FO mentions both XML 1.0 and XML 1.1.Jeremias Maerki2010-07-051-1/+1
| * First changes for the release, mainly documentation changesSimon Pepping2010-07-055-850/+139
* | Log exception if available to make error localization easier.Jeremias Maerki2010-07-151-2/+10
* | Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java...Jeremias Maerki2010-07-153-2/+181
|/
* Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-026-12/+325
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102
* Bugzilla #48871:Pascal Sancho2010-06-181-1/+1
* Bugzilla #78887:Pascal Sancho2010-06-181-108/+108
* Bugzilla #49172:Pascal Sancho2010-06-181-2/+2
* Bugzilla #46565:Pascal Sancho2010-06-181-3/+4
* Fop WebSite: update commandline usage help (in Trunk tab > Using FOP > Run)Pascal Sancho2010-06-181-86/+98
* Bugfix: PDF/A-1a mode was not properly reported.Jeremias Maerki2010-06-171-1/+1
* Put the /Resources reference directly into the underlying dictionary and hand...Jeremias Maerki2010-06-151-3/+3
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-145-13/+13
* AFP Output Changes:Jeremias Maerki2010-06-1211-93/+162
* AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer error...Jeremias Maerki2010-06-111-18/+9
* Bugzilla #42306:Jeremias Maerki2010-06-084-3/+175
* Bugfix for formatting of floating point numbers which could lead to invalid P...Jeremias Maerki2010-06-041-1/+1
* Big encoding performance improvement for bi-level images which do not have th...Jeremias Maerki2010-05-271-5/+60
* Removing outdated documentationSimon Pepping2010-05-2519-8912/+0
* Missed a parameter change for an overridden method. (Additional change for re...Jeremias Maerki2010-05-201-1/+1
* Changed many variables and parameters from "int" to "char" because AFP font s...Jeremias Maerki2010-05-208-38/+54
* Bring error handling more in line with general recommendations and provide be...Jeremias Maerki2010-05-202-25/+35
* Don't fail on AFM just because it has a Start/EndTrackKern section. Log a war...Jeremias Maerki2010-05-171-3/+11
* Added a save/restoreGraphicsState pair for the initial coordinate system in P...Jeremias Maerki2010-04-263-5/+8
* Improved painting of double rules a bit, fixing a bug causing the message: "I...Jeremias Maerki2010-04-232-4/+28