aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Final statistics output after the test with average speed indication.Jeremias Maerki2008-08-222-2/+16
* Added some performance statistics to MemoryEater.Jeremias Maerki2008-08-212-11/+137
* Added an FAQ entry about the element mismatch error message.Jeremias Maerki2008-08-211-0/+41
* Included patched retroweaver which does not modify Boolean.valueOfMaximilian Berger2008-08-215-1/+0
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-2012-242/+35
* Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-203-2/+3
* Use retroweaver for 1.4 verificationMaximilian Berger2008-08-202-5/+28
* 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-205-41/+44
* Wasn't an NPE, but actually a division by zero.Jeremias Maerki2008-08-141-1/+1
* Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-146-49/+52
* Fixed the source for a division by zero when the content of an fo:leader with...Jeremias Maerki2008-08-143-10/+28
* Removed three unused classes in the traits package.Jeremias Maerki2008-08-143-159/+0
* Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...Jeremias Maerki2008-08-133-7/+24
* Bugzilla #45606:Jeremias Maerki2008-08-102-7/+11
* Merge from 0_95 branch:Jeremias Maerki2008-08-103-15/+26
* Added 'due-to' to the wrong entry...Andreas L. Delmelle2008-08-101-2/+2
* Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t...Andreas L. Delmelle2008-08-102-55/+60
* Added fop.js to binary distributionSimon Pepping2008-08-081-0/+1
* Added fop.cmd to binary distribution (not sure if any of the others should be...Jeremias Maerki2008-08-071-0/+1
* Converted the project news to a special XML format so I can generate an RSS f...Jeremias Maerki2008-08-067-211/+342
* Some missing release info.Jeremias Maerki2008-08-062-6/+6
* Oopsy, that wasn't intended to get into trunk.Jeremias Maerki2008-08-051-2/+0
* Removed "Areas of expertise" as discussed.Jeremias Maerki2008-08-052-204/+12
* Fixed small mistake with weight adjustment on font lookup. Weight 400 was sli...Jeremias Maerki2008-08-051-1/+1
* The FontEventListener was not wired into font auto-detection. An error while ...Jeremias Maerki2008-08-052-11/+24
* Skip IO Exception when loading a PFM and an AFM could be loaded. The PFM is o...Jeremias Maerki2008-08-051-0/+5
* Removed merge tracking for "svnmerge" for Jeremias Maerki2008-08-050-0/+0
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-08-056-22/+37
* Blocked revisions 681371 via svnmergeJeremias Maerki2008-08-050-0/+0
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-3153-398/+1419
* Blocked revisions 681286,681291 via svnmergeJeremias Maerki2008-07-310-0/+0
* 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
* 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