aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-262-9/+9
* | Added tests and cleaning up of codeMehdi Houshmand2012-06-202-28/+66
* | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-3/+3
* | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-142-9/+0
* | Merge in trunk@1345838Mehdi Houshmand2012-06-112-2/+4
|\|
| * Eliminate javadocs warnings.Glenn Adams2012-06-042-2/+4
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-317-108/+195
|/
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-051-2/+2
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-023-3/+0
* apply complex scripts patchGlenn Adams2012-02-262-15/+19
* Improved fix for bugzilla#48062Peter Hancock2011-08-251-5/+4
* Use BitmapImageUtil for converting images to bi-level images.Jeremias Maerki2011-02-075-53/+58
* Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-041-1/+1
* Fixed indentationVincent Hennebert2010-08-271-5/+5
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-255-1710/+5
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-143-12/+2
* Bugzilla #49733:Jeremias Maerki2010-08-145-12/+23
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-1/+1
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-015-5/+7
* PCL Output: Added support for specifying the output bin (pcl:output-bin exten...Jeremias Maerki2009-07-284-0/+29
* Added A5 format.Jeremias Maerki2009-07-281-0/+6
* bug fix: PCL and AFP Document Handlers for new IF were not registering all re...Chris Bowditch2009-05-271-1/+4
* Added setting to enable dithered painting of filled rectangles in AFP and PCL.Vincent Hennebert2009-04-281-60/+5
* ";mode=painter" MIME suffix removed from all new IFDocumentHandler implementa...Jeremias Maerki2009-02-231-2/+1
* Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branch...Jeremias Maerki2009-02-2216-332/+2133
|\
| * Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-8/+1
| * Avoid NPE if "rendering" setting isn't given.Jeremias Maerki2009-02-111-6/+8
| * Added missing default font setup.Jeremias Maerki2009-02-111-0/+8
| * Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-061-6/+0
| * Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-11/+23
| * Merge from Trunk revisions 735029 - 740275.Jeremias Maerki2009-02-034-238/+6
| |\ | |/ |/|
| * Merge from Trunk revisions 731480 - 735028.Jeremias Maerki2009-01-161-37/+7
| |\
| * | Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-115-18/+24
| * | Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-025-31/+40
| * | Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-091-1/+1
| |\ \
| * | | Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-192-4/+4
| * | | Making conversion hints available to ImageHandler implementations, too.Jeremias Maerki2008-11-044-9/+198
| * | | Re-Implemented "quality" rendering mode (painting borders and rules using bit...Jeremias Maerki2008-10-309-118/+464
| * | | Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-2310-513/+679
| * | | Merge from Trunk revisions 699793 to 706550.Jeremias Maerki2008-10-211-1/+33
| |\ \ \
| | * | | Bugzilla #45956:Jeremias Maerki2008-10-201-1/+33
| * | | | Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-283-191/+282
| * | | | Merge from Trunk revisions 685575-699792.Jeremias Maerki2008-09-285-31/+30
| |\| | |
| | * | | * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-205-25/+24
| | * | | Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-201-1/+1