aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed block containers now working properly.Jeremias Maerki2008-07-283-44/+291
* Reduce code duplication and make the toString() methods available to the outs...Jeremias Maerki2008-07-283-40/+41
* Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-285-53/+89
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-2813-83/+393
* Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-25933-8246/+8341
|\
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24929-8237/+8237
| * Only update the generated files if any source file is newer than the generate...Jeremias Maerki2008-07-232-13/+28
| * My bad.. copy paste error I introduced which broke forrest.Adrian Cumiskey2008-07-231-1/+1
| * Minor optimization.Adrian Cumiskey2008-07-231-2/+2
| * Lets free a little memory in every BlockParent :).. Commented out the unused...Adrian Cumiskey2008-07-221-1/+1
| * Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/...Vincent Hennebert2008-07-221-36/+54
| * Desynchronized createFontKey() and removed single use of static TRIPLETS_TYPE...Adrian Cumiskey2008-07-221-5/+5
| * Renamed fname to more correct name fontKey.Adrian Cumiskey2008-07-211-5/+5
| * 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-182-38/+39
| * I'm not really happy with this workaround, it is a bit of a hack (as Symbol a...Adrian Cumiskey2008-07-171-0/+16
| * Undoing this change for now until a better fix can be found as it breaks 4 un...Adrian Cumiskey2008-07-171-1/+1
| * 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
| * An optimization and improved readability of fontLookup() call.Adrian Cumiskey2008-07-171-4/+7
| * A minor optimization.Adrian Cumiskey2008-07-171-2/+6
| * ZapfDingbats and Symbol is not always available on the AFPRenderer so we can'...Adrian Cumiskey2008-07-171-1/+1
* | Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-2310-95/+120
* | Started the IFParser.Jeremias Maerki2008-07-2222-516/+2263
* | Merge from Trunk up to revision 677588.Jeremias Maerki2008-07-1722-302/+402
|\|
| * fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-176-116/+98
| * Removed stray System.out.Jeremias Maerki2008-07-161-1/+0
| * Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where fil...Jeremias Maerki2008-07-162-23/+45
| * A nit: clarify message so its more meaningful to end userChris Bowditch2008-07-141-1/+1
| * Another attempt at avoiding build issues (?)Andreas L. Delmelle2008-07-131-3/+3
| * null is not correct here, an empty String needs to be used for the default na...Jeremias Maerki2008-07-133-43/+43
| * Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-1310-27/+27
| * Attempt to fix a potential build problem.Jeremias Maerki2008-07-121-8/+9
| * Check the result of mkdirs() to see if the target directory could be created.Jeremias Maerki2008-07-111-14/+18
| * Added support for piping:Jeremias Maerki2008-07-103-71/+163
| * Beware! An evil tab character! But it's been eliminated. ;-)Jeremias Maerki2008-07-101-17/+17
| * Bugzilla #45369: footnotes were rendered at the top of the region-body when u...Vincent Hennebert2008-07-102-17/+15
| * Duplicated operation scaleX and scaleY replaced simply with scale.Adrian Cumiskey2008-07-101-17/+13
| * Whoops.. default value should be true :).Adrian Cumiskey2008-07-091-1/+1
| * Added throwexceptions attribute to FOP ant task. This works around the proble...Adrian Cumiskey2008-07-092-1/+28
| * Minor javadoc cleanup.Adrian Cumiskey2008-07-091-20/+7
| * One more minor update.Clay Leeds2008-07-071-1/+1
| * updated info.Clay Leeds2008-07-071-1/+1
| * Correct indentationAndreas L. Delmelle2008-07-071-13/+13
| * Fixing absolute positioning of block-containers: bottom and right distances w...Luca Furini2008-07-071-0/+9
| * 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-072-3/+66
| * Added new set accessor method for EncryptionParams.Adrian Cumiskey2008-07-071-0/+8