aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* DSC = Document Structuring Conventions!Jeremias Maerki2008-05-011-8/+11
* Forgot about dependency on PrintRenderer, last commit broke the build - will ...Adrian Cumiskey2008-05-011-2/+2
* Renamed variableAdrian Cumiskey2008-05-011-2/+2
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-8/+13
* Partially reverted my revision 641827: The yellow tint of certain JPEG images...Jeremias Maerki2008-04-211-17/+0
* Fixed build problem. FOPException is no longer thrown there.Jeremias Maerki2008-04-181-3/+0
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-173-181/+239
* Throw a useful exception when the user agent isn't set on the renderer. This ...Jeremias Maerki2008-04-171-1/+8
* Bugzilla #43383: Jeremias Maerki2008-04-171-2/+2
* Bugzilla #41687:Jeremias Maerki2008-04-173-20/+148
* Bugzilla #44678:Jeremias Maerki2008-04-171-14/+53
* Bugfix: Avoid stopping early when no EmbedFontInfos are found during font det...Jeremias Maerki2008-04-171-1/+1
* Merged branchJeremias Maerki2008-04-1441-312/+907
* Oops. Fixed a last-minute change that broke the build.Jeremias Maerki2008-04-031-1/+1
* Bugzilla #44737:Jeremias Maerki2008-04-032-10/+23