| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Final statistics output after the test with average speed indication. | Jeremias Maerki | 2008-08-22 | 2 | -2/+16 |
* | Added some performance statistics to MemoryEater. | Jeremias Maerki | 2008-08-21 | 2 | -11/+137 |
* | Added an FAQ entry about the element mismatch error message. | Jeremias Maerki | 2008-08-21 | 1 | -0/+41 |
* | Included patched retroweaver which does not modify Boolean.valueOf | Maximilian Berger | 2008-08-21 | 5 | -1/+0 |
* | * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions. | Adrian Cumiskey | 2008-08-20 | 12 | -242/+35 |
* | Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave it | Maximilian Berger | 2008-08-20 | 3 | -2/+3 |
* | Use retroweaver for 1.4 verification | Maximilian Berger | 2008-08-20 | 2 | -5/+28 |
* | valueOf is Java 1.5+ only | Maximilian Berger | 2008-08-20 | 2 | -2/+2 |
* | Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de... | Adrian Cumiskey | 2008-08-20 | 5 | -41/+44 |
* | Wasn't an NPE, but actually a division by zero. | Jeremias Maerki | 2008-08-14 | 1 | -1/+1 |
* | Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on... | Adrian Cumiskey | 2008-08-14 | 6 | -49/+52 |
* | Fixed the source for a division by zero when the content of an fo:leader with... | Jeremias Maerki | 2008-08-14 | 3 | -10/+28 |
* | Removed three unused classes in the traits package. | Jeremias Maerki | 2008-08-14 | 3 | -159/+0 |
* | Fixed border trait parsing for the area tree XML when CMYK or ICC colors were... | Jeremias Maerki | 2008-08-13 | 3 | -7/+24 |
* | Bugzilla #45606: | Jeremias Maerki | 2008-08-10 | 2 | -7/+11 |
* | Merge from 0_95 branch: | Jeremias Maerki | 2008-08-10 | 3 | -15/+26 |
* | Added 'due-to' to the wrong entry... | Andreas L. Delmelle | 2008-08-10 | 1 | -2/+2 |
* | Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t... | Andreas L. Delmelle | 2008-08-10 | 2 | -55/+60 |
* | Added fop.js to binary distribution | Simon Pepping | 2008-08-08 | 1 | -0/+1 |
* | Added fop.cmd to binary distribution (not sure if any of the others should be... | Jeremias Maerki | 2008-08-07 | 1 | -0/+1 |
* | Converted the project news to a special XML format so I can generate an RSS f... | Jeremias Maerki | 2008-08-06 | 7 | -211/+342 |
* | Some missing release info. | Jeremias Maerki | 2008-08-06 | 2 | -6/+6 |
* | Oopsy, that wasn't intended to get into trunk. | Jeremias Maerki | 2008-08-05 | 1 | -2/+0 |
* | Removed "Areas of expertise" as discussed. | Jeremias Maerki | 2008-08-05 | 2 | -204/+12 |
* | Fixed small mistake with weight adjustment on font lookup. Weight 400 was sli... | Jeremias Maerki | 2008-08-05 | 1 | -1/+1 |
* | The FontEventListener was not wired into font auto-detection. An error while ... | Jeremias Maerki | 2008-08-05 | 2 | -11/+24 |
* | Skip IO Exception when loading a PFM and an AFM could be loaded. The PFM is o... | Jeremias Maerki | 2008-08-05 | 1 | -0/+5 |
* | Removed merge tracking for "svnmerge" for | Jeremias Maerki | 2008-08-05 | 0 | -0/+0 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-08-05 | 6 | -22/+37 |
* | Blocked revisions 681371 via svnmerge | Jeremias Maerki | 2008-08-05 | 0 | -0/+0 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 53 | -398/+1419 |
* | Blocked revisions 681286,681291 via svnmerge | Jeremias Maerki | 2008-07-31 | 0 | -0/+0 |
* | Reverted revision 670341 and replaced it with a different solution as discussed: | Jeremias Maerki | 2008-07-28 | 10 | -49/+55 |
* | Bugzilla #45470: | Jeremias Maerki | 2008-07-28 | 2 | -34/+46 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1082 | -9341/+9341 |
* | Only update the generated files if any source file is newer than the generate... | Jeremias Maerki | 2008-07-23 | 2 | -13/+28 |
* | My bad.. copy paste error I introduced which broke forrest. | Adrian Cumiskey | 2008-07-23 | 1 | -1/+1 |
* | Minor optimization. | Adrian Cumiskey | 2008-07-23 | 1 | -2/+2 |
* | Lets free a little memory in every BlockParent :).. Commented out the unused... | Adrian Cumiskey | 2008-07-22 | 1 | -1/+1 |
* | Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/... | Vincent Hennebert | 2008-07-22 | 1 | -36/+54 |
* | Desynchronized createFontKey() and removed single use of static TRIPLETS_TYPE... | Adrian Cumiskey | 2008-07-22 | 1 | -5/+5 |
* | Renamed fname to more correct name fontKey. | Adrian Cumiskey | 2008-07-21 | 1 | -5/+5 |
* | Removed unnecessary storing of byte[] nameBytes | Adrian Cumiskey | 2008-07-18 | 1 | -55/+39 |
* | Ok, I am much happier with this fix now, it doesn't feel like a temporary hac... | Adrian Cumiskey | 2008-07-18 | 2 | -38/+39 |
* | I'm not really happy with this workaround, it is a bit of a hack (as Symbol a... | Adrian Cumiskey | 2008-07-17 | 1 | -0/+16 |
* | Undoing this change for now until a better fix can be found as it breaks 4 un... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
* | Unused imports. | Adrian Cumiskey | 2008-07-17 | 1 | -10/+0 |
* | Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this... | Adrian Cumiskey | 2008-07-17 | 2 | -47/+120 |
* | An optimization and improved readability of fontLookup() call. | Adrian Cumiskey | 2008-07-17 | 1 | -4/+7 |
* | A minor optimization. | Adrian Cumiskey | 2008-07-17 | 1 | -2/+6 |