aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/PrintRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-031-5/+0
* Merged in trunk@1356161Mehdi Houshmand2012-07-021-1/+1
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-1/+1
* | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-16/+5
|/
* apply complex scripts patchGlenn Adams2012-02-261-1/+2
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-0/+3
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-301-0/+5
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-241-5/+0
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-0/+5
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-4/+5
* Added an additional font fallback to PrintRenderer to avoid some problems whe...Jeremias Maerki2009-02-161-2/+9
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-091-4/+10
|\
| * * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-131-4/+10
| * Merged revisions 685573,685785,685879,685885 via svnmerge from Adrian Cumiskey2008-08-141-24/+0
| * Merged revisions 676161,676297,676307,676397,676608,677404-677405,677543,6776...Adrian Cumiskey2008-07-171-10/+19
| * Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-121-10/+10
| * Merged revisions 653826 via svnmerge from Adrian Cumiskey2008-05-061-13/+25
* | Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-6/+3
* | Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-141-24/+0
* | fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-171-10/+19
* | Unwanted list self concatenation :).Adrian Cumiskey2008-05-091-1/+1
* | Checkstyle and minor typo fixesVincent Hennebert2008-05-091-9/+9
* | * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-13/+25
|/
* Bugzilla #44451:Jeremias Maerki2008-02-191-1/+1
* Bugzilla #41831:Jeremias Maerki2007-05-281-0/+19
* Stricter user config file validation.Vincent Hennebert2007-02-141-4/+17
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-0/+51
* Bugzilla #38946:Jeremias Maerki2006-05-031-3/+5
* Java2D Renderer:Jeremias Maerki2006-05-021-1/+1
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-1/+2
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-1/+3
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-11/+2
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-2/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-0/+34
* Cleanup of unused imports.Finn Bock2005-09-011-5/+0
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-211-0/+27
* javadoc fixJeremias Maerki2004-10-101-1/+1
* Unneeded imports removed.Glen Mazza2004-04-221-1/+0
* PR:Glen Mazza2004-04-221-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-14/+15
* 1. create control packageWilliam Victor Mote2003-08-141-3/+3
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-10/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+89