aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pcl/PCLDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2548: Support Barcode4J page numberSimon Steiner2015-12-041-1/+1
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-2/+2
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-031-2/+0
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-1/+0
* Merge in trunk@1345838Mehdi Houshmand2012-06-111-1/+2
|\
| * Eliminate javadocs warnings.Glenn Adams2012-06-041-1/+2
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-11/+9
|/
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* Use BitmapImageUtil for converting images to bi-level images.Jeremias Maerki2011-02-071-1/+7
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+2
* PCL Output: Added support for specifying the output bin (pcl:output-bin exten...Jeremias Maerki2009-07-281-0/+7
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-8/+1
* Added missing default font setup.Jeremias Maerki2009-02-111-0/+8
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-15/+15
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+1
* Re-Implemented "quality" rendering mode (painting borders and rules using bit...Jeremias Maerki2008-10-301-2/+77
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-1/+1
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-0/+252