aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFFunction.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-197/+0
* Removed unused codeFOP-2393_gradient-renderingVincent Hennebert2014-07-181-28/+0
* Removed unused functionType parameterVincent Hennebert2014-07-181-4/+3
* Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-141-1/+9
* Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-141-1/+3
* Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-141-1/+8
* Renamed shading package to gradientVincent Hennebert2014-07-141-1/+1
* Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-3/+1
* More sensible variable namingVincent Hennebert2014-07-111-11/+9
* Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-111-11/+4
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-228/+48
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-524/+127
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* 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-15/+9
* Fixed indentationVincent Hennebert2010-08-271-5/+5
* Bugzilla #49733:Jeremias Maerki2010-08-141-5/+6
* equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-151-9/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-2/+2
* 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-48/+16
* Attempt to eliminate gump javadoc warnings.William Victor Mote2003-04-231-12/+12
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-271-16/+12
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+845