aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* TextHandler interface changes, the Graphics2D implementation is now passed to...Adrian Cumiskey2008-11-183-22/+29
* AFPFontReader a lot more robust now with less copy/pasted code but still far ...Adrian Cumiskey2008-10-247-252/+244
* Bugzilla #45956:Jeremias Maerki2008-10-201-1/+33
* Fixed size of images when vector graphic images are painted using fox:convers...Jeremias Maerki2008-10-205-35/+91
* Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-152-42/+42
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-231-1/+1
* Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-208-34/+33
* Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-202-2/+2
* valueOf is Java 1.5+ onlyMaximilian Berger2008-08-202-2/+2
* Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de...Adrian Cumiskey2008-08-204-41/+14
* Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-145-49/+29
* Bugzilla #45606:Jeremias Maerki2008-08-101-7/+8
* The FontEventListener was not wired into font auto-detection. An error while ...Jeremias Maerki2008-08-051-10/+22
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-3117-282/+863
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-283-18/+11
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24245-1999/+1999
* Removed unnecessary storing of byte[] nameBytesAdrian Cumiskey2008-07-181-55/+39
* Ok, I am much happier with this fix now, it doesn't feel like a temporary hac...Adrian Cumiskey2008-07-181-16/+0
* I'm not really happy with this workaround, it is a bit of a hack (as Symbol a...Adrian Cumiskey2008-07-171-0/+16
* Unused imports.Adrian Cumiskey2008-07-171-10/+0
* Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this...Adrian Cumiskey2008-07-172-47/+120
* fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-174-46/+71
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-131-4/+4
* Bugzilla #45369: footnotes were rendered at the top of the region-body when u...Vincent Hennebert2008-07-101-1/+3
* Duplicated operation scaleX and scaleY replaced simply with scale.Adrian Cumiskey2008-07-101-17/+13
* Minor javadoc cleanup.Adrian Cumiskey2008-07-091-20/+7
* Refactored this class, moving much of its behaviour to the base AbstractXMLR...Adrian Cumiskey2008-07-071-164/+5
* Cleaned up some javadocs.Adrian Cumiskey2008-07-071-7/+12
* Added new AbstractXMLRenderer base class.Adrian Cumiskey2008-07-071-0/+263
* Added PDF encryption parameter support in configuration.Adrian Cumiskey2008-07-071-3/+45
* Added new set accessor method for EncryptionParams.Adrian Cumiskey2008-07-071-0/+8
* Fixed error; inadvertently switched the condition with r674272...Andreas L. Delmelle2008-07-061-1/+1
* Redo changes made in r674056...Andreas L. Delmelle2008-07-061-27/+35
* Remove deprecated Character area classAndreas L. Delmelle2008-07-061-50/+34
* * Some minor optimizations in AbstractRenderer.Adrian Cumiskey2008-07-041-29/+37
* The pdf StringBuffer is only used on these two lines and doesn't seem to do a...Adrian Cumiskey2008-07-041-3/+0
* Minor readability improvement.Adrian Cumiskey2008-07-041-1/+3
* Some basic cleanup.Adrian Cumiskey2008-06-265-459/+4
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+1
* Added support for non-zero borders and padding on page regions.Luca Furini2008-06-231-12/+74
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-1/+1
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-212-20/+47
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-0910-25/+311
* Bugzilla #45115:Jeremias Maerki2008-06-032-3/+21
* Unwanted list self concatenation :).Adrian Cumiskey2008-05-091-1/+1
* Checkstyle and minor typo fixesVincent Hennebert2008-05-0911-273/+273
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-083-10/+32
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-0612-449/+563
* Bugzilla #43650:Jeremias Maerki2008-05-051-22/+32