aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Now that the most important stuff is working in IFRenderer, reduce verbosity ...Jeremias Maerki2008-08-081-15/+15
* Update for image elements.Jeremias Maerki2008-08-071-43/+66
* Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-076-121/+260
* Bugfix: Don't use getWidth/Height() from superclass as this is accessing the ...Jeremias Maerki2008-08-061-0/+12
* Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-066-19/+226
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-0535-435/+1877
* Fix for plan reloader when the namespace doesn't match.Jeremias Maerki2008-08-052-8/+18
* Refinements based on the extensions of XML Graphics Commons (better distincti...Jeremias Maerki2008-08-057-5/+135
* Bugfix for leading glyph adjust in TJ array.Jeremias Maerki2008-08-051-0/+3
* Merge from Trunk revisions 679735 to 680380.Jeremias Maerki2008-07-2812-83/+101
|\
| * Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-2810-49/+55
| * Bugzilla #45470:Jeremias Maerki2008-07-282-34/+46
* | Release intermediate file ASAP to avoid high memory consumption.Jeremias Maerki2008-07-281-0/+6
* | Set error listener on both IF and AT tests.Jeremias Maerki2008-07-283-17/+26
* | 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
* | Don't let Xalan's default error listener swallow exceptions.Jeremias Maerki2008-07-281-0/+18
* | Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-285-53/+89
* | Some carriage returns for the debug output file.Jeremias Maerki2008-07-281-0/+2
* | Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-2815-83/+394
* | Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-251084-9320/+9415
|\|
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241082-9341/+9341
| * 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-2316-268/+625
* | Started the IFParser.Jeremias Maerki2008-07-2222-516/+2263
* | Merge from Trunk up to revision 677588.Jeremias Maerki2008-07-1723-305/+412
|\|
| * fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-177-119/+108
| * 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
| * Ignore FindBugs preference file from Eclipse.Jeremias Maerki2008-07-110-0/+0