aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-1312-34/+103
* Bugfix for StringIndexOutOfBoundsException when the PDF grows beyond 2GB.Jeremias Maerki2010-08-131-6/+9
* The previous merge didn't go quite as planned.Jeremias Maerki2010-07-191-1/+0
* Merged changes from Trunk.Jeremias Maerki2010-07-191-3/+6
|\
| * 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
* | Merged changes from Trunk (minus JARs).Jeremias Maerki2010-07-198-8/+505
* | Added missing PDFColorHandler to PDFDocumentGraphics2D.Jeremias Maerki2010-07-191-0/+2
* | Added support for CIE Lab colors to AFP output.Jeremias Maerki2010-07-082-24/+100
* | Bugfix for gradients with mixed color spaces: the original color was not repl...Jeremias Maerki2010-07-081-3/+6
* | Cleanup of PDFColor, removing unused functionality. PDFColor is only used for...Jeremias Maerki2010-07-081-93/+10
* | Added class ColorWithFallback used for recreating function strings.Jeremias Maerki2010-07-076-90/+247
* | Added support for the cie-lab-color() function that is found in the current X...Jeremias Maerki2010-06-306-92/+361
* | Round-trip for fop-rgb-named-color() function.Jeremias Maerki2010-06-291-12/+31
* | Added support for the rgb-named-color() function that is found in the current...Jeremias Maerki2010-06-293-6/+230
* | Bugzilla #49403:Jeremias Maerki2010-06-2515-347/+739
|/
* 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
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-0920-321/+42
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-0920-50/+52
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-0924-190/+464
* Bumped xmlgraphics-commons.jar.Jeremias Maerki2010-03-183-10/+36
* Bugfix: NPE when there is a forced break before a table occurring at an IPD c...Vincent Hennebert2010-03-151-0/+18
* Bugfix: definition of a special page-master for the last page was interfering...Vincent Hennebert2010-02-231-1/+1
* Bugzilla #48512:Jeremias Maerki2010-02-162-9/+77
* Bugzilla #48512:Jeremias Maerki2010-02-101-1/+1
* Better error message if a font is missing when generating PS from IF.Jeremias Maerki2010-02-102-2/+5
* Bugzilla #48696:Jeremias Maerki2010-02-101-1/+1
* Related to Bugzilla #47232:Jeremias Maerki2010-02-061-1/+1
* Made part of setupsRGBColorProfile method synchronized to avoid ConcurrentMod...Vincent Hennebert2010-01-291-12/+14
* Bugzilla #48567:Jeremias Maerki2010-01-218-278/+621