aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFPattern.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-5/+9
* FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si...Luis Bernardo2013-10-161-2/+3
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+1
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-6/+1
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-3/+2
* Fixed indentationVincent Hennebert2010-08-271-6/+6
* Bugzilla #49733:Jeremias Maerki2010-08-141-5/+6
* equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-151-7/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-7/+7
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-261-2/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-271-38/+45
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+453