aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream;...Luis Bernardo2013-12-131-1/+0
* Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-031-1/+2
* FOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent...Luis Bernardo2013-11-241-6/+20
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-13/+49
* FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...Luis Bernardo2013-07-121-1/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-073-20/+20
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-092-5/+5
* FOP-2224: NPE for SVG text in AFP; patch submitted by Simon Steiner Luis Bernardo2013-03-161-0/+1
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-161-1/+3
* Bugzilla#54120: Prevented NPEs when FOP asks Batik for AWT fonts for AFP outputMehdi Houshmand2012-11-091-1/+4
* Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-221-1/+1
* Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...Mehdi Houshmand2012-07-061-1/+2
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-1/+1
* Merged in trunk@1353397Mehdi Houshmand2012-06-261-0/+2
|\
| * Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...Glenn Adams2012-06-241-0/+2
* | Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-221-1/+4
* | Added tests and cleaning up of codeMehdi Houshmand2012-06-201-1/+1
* | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-4/+4
* | Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-111-3/+2
* | Merge in trunk@1345838Mehdi Houshmand2012-06-111-1/+1
|\|
| * Eliminate javadocs warnings.Glenn Adams2012-06-041-1/+1
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-312-32/+36
|/
* Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG line...Glenn Adams2012-05-161-2/+2
* Organized importsVincent Hennebert2012-03-231-2/+3
* Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-161-4/+12
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-062-2/+2
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-058-21/+20
* 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