aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pcl/PCLPainter.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-704/+0
* FOP-2309: Support PCL Color thanks to James BurtonSimon Steiner2016-01-181-3/+11
* FOP-2486 - Enhancements and fixes to existing patchTemp_PCLSoftFontsRobert Meyer2015-08-041-13/+27
* Creation of soft fonts for TrueType fonts in PCLRobert Meyer2015-06-121-30/+149
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+1
* FOP-2250: Arabic characters are not connected on PCL; partial implementation.Luis Bernardo2013-06-231-12/+38
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-4/+3
* Merged trunk@1356765Peter Hancock2012-07-031-26/+19
|\
| * Merged in trunk@1356161Mehdi Houshmand2012-07-021-27/+15
| |\
| | * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-26/+15
| * | Merge in trunk@1345838Mehdi Houshmand2012-06-111-1/+2
| |\|
| * | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+6
* | | Merged trunk@1354651Peter Hancock2012-06-291-16/+19
|\ \ \ | | |/ | |/|
| * | Eliminate javadocs warnings.Glenn Adams2012-06-041-1/+2
| |/
| * enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
| * apply complex scripts patchGlenn Adams2012-02-261-14/+17
* | Bugzilla #49913:Jeremias Maerki2010-09-301-2/+12
|/
* Fixed indentationVincent Hennebert2010-08-271-5/+5
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-6/+0
* Bugzilla #49733:Jeremias Maerki2010-08-141-4/+5
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+2
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-11/+23
* Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-111-1/+2
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-9/+10
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-3/+3
* Making conversion hints available to ImageHandler implementations, too.Jeremias Maerki2008-11-041-4/+20
* Re-Implemented "quality" rendering mode (painting borders and rules using bit...Jeremias Maerki2008-10-301-42/+92
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-264/+119
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-182/+18
* Started the PCL painter. Native Text, viewports (without clipping), groups an...Jeremias Maerki2008-08-271-0/+765