aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0310-12/+22
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-3/+9
* apply complex scripts patchGlenn Adams2012-02-264-8/+16
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-152-4/+36
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-241-2/+15
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-152-6/+14
* Removed debug output to System.outVincent Hennebert2011-08-091-1/+0
* Fixed a typo and two FindBugs issues.Jeremias Maerki2011-06-301-14/+17
* Fixed a multi-threading bug for SVG images included through svg:image inside ...Jeremias Maerki2011-06-301-4/+12
* Fix checkstyle and findbugs issuesSimon Pepping2011-06-151-16/+11
* Fixed regression introduced with rev 1095887:Jeremias Maerki2011-06-142-14/+22
* Bugzilla #50899:Jeremias Maerki2011-05-051-3/+5
* AFP GOCA:Jeremias Maerki2011-05-053-154/+144
* Update graphics state when applying color.Jeremias Maerki2011-04-221-32/+62
* Make sure sub bridge contexts also have our bridges.Jeremias Maerki2011-01-181-3/+12
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-1818-61/+180
|\
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-233-6/+11
| * Wrap the whole page stream in a q..Q pair to avoid problems when the page str...Jeremias Maerki2010-10-211-0/+2
| * Added support for font substitutions on PDF/PSTranscoder by configuring the F...Jeremias Maerki2010-09-293-19/+22
| * Some fine-tuning for the font selection in SVG to better match AWT/GVT fonts ...Jeremias Maerki2010-09-211-3/+25
| * Bugzilla #49733:Jeremias Maerki2010-08-1414-31/+118
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-132-2/+2
| * Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-021-1/+1
* | Added missing PDFColorHandler to PDFDocumentGraphics2D.Jeremias Maerki2010-07-191-0/+2
* | Bugzilla #49403:Jeremias Maerki2010-06-252-46/+31
|/
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-141-2/+2
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-5/+5
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+37
* Bugzilla #48237:Chris Bowditch2010-01-081-1/+1
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-018-33/+31
* Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-021-1/+1
* Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...Adrian Cumiskey2009-07-261-1/+1
* Disabled auto-fonts in the PS transcoders by default because of OutOfMemoryEr...Jeremias Maerki2009-04-201-1/+9
* Bugzilla #47031:Jeremias Maerki2009-04-201-1/+6
* Bugzilla #47000:Jeremias Maerki2009-04-208-394/+508
* Bugzilla #46882:Jeremias Maerki2009-03-231-14/+10
* A little font configuration cleaning.Adrian Cumiskey2009-03-201-5/+10
* Restrict XML-formats to SVG to stream-line the image loading/conversion process.Jeremias Maerki2009-01-121-1/+4
* Added shortcut that avoids painting text using the native text handler if the...Jeremias Maerki2009-01-111-6/+25
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-0914-423/+1255
|\
| * Bugfix: there was no notification if no registered internal font can be found...Jeremias Maerki2008-12-021-6/+13
| * Merged revisions 719616,719629,719646,719654 via svnmerge from Adrian Cumiskey2008-11-261-0/+11
| * SetCurrentPosition fix for line drawing.Adrian Cumiskey2008-11-202-6/+9
| * Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painti...Adrian Cumiskey2008-11-182-0/+555
| * Memory usage optimizations.Adrian Cumiskey2008-11-171-1/+0
| * * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-139-346/+623
| * Deprecated method.Adrian Cumiskey2008-11-051-12/+2
| * Improved font selection strategy when matching AWT Font against FontTriplet.Adrian Cumiskey2008-11-051-1/+1