aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-103-0/+514
* Fixed formatting of help messageVincent Hennebert2010-09-081-1/+1
* Bugzilla #49885:Jeremias Maerki2010-09-074-15/+42
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0319-110/+87
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
* Fixed indentationVincent Hennebert2010-08-274-10/+10
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-2720-22/+22
* Fixed indentationVincent Hennebert2010-08-2724-179/+179
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2535-6530/+45
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
* Bugfix:Jeremias Maerki2010-08-201-8/+11
* 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-185-7/+6
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-172-26/+18
* 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-156-108/+261
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1464-294/+205
* Bugzilla #49733:Jeremias Maerki2010-08-14378-1693/+3602
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-1324-71/+37
* Bugzilla #44460:Jeremias Maerki2010-08-0317-42/+798
* 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
* 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
* 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-1210-88/+144
* 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
* 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
* recent change to cache CharacterSet exposed multi threading issueChris Bowditch2010-04-211-1/+5
* cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. Thi...Chris Bowditch2010-04-141-13/+42
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-0919-105/+121