| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -10/+16 |
* | 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 | 1 | -7/+14 |
* | Bugzilla #45606: | Jeremias Maerki | 2008-08-10 | 1 | -7/+8 |
* | Merge from 0_95 branch: | Jeremias Maerki | 2008-08-10 | 1 | -15/+14 |
* | Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t... | Andreas L. Delmelle | 2008-08-10 | 1 | -9/+10 |
* | Converted the project news to a special XML format so I can generate an RSS f... | Jeremias Maerki | 2008-08-06 | 6 | -210/+341 |
* | Some missing release info. | Jeremias Maerki | 2008-08-06 | 1 | -5/+5 |
* | 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 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-08-05 | 5 | -20/+35 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 44 | -374/+1093 |
* | 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 | 1 | -34/+42 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 929 | -8237/+8237 |
* | 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 |
* | ZapfDingbats and Symbol is not always available on the AFPRenderer so we can'... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
* | fonts package must not depend on the render package. Refactored to restore th... | Jeremias Maerki | 2008-07-17 | 6 | -116/+98 |
* | Removed stray System.out. | Jeremias Maerki | 2008-07-16 | 1 | -1/+0 |
* | Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where fil... | Jeremias Maerki | 2008-07-16 | 2 | -23/+45 |
* | A nit: clarify message so its more meaningful to end user | Chris Bowditch | 2008-07-14 | 1 | -1/+1 |
* | Another attempt at avoiding build issues (?) | Andreas L. Delmelle | 2008-07-13 | 1 | -3/+3 |
* | null is not correct here, an empty String needs to be used for the default na... | Jeremias Maerki | 2008-07-13 | 3 | -43/+43 |
* | Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o... | Andreas L. Delmelle | 2008-07-13 | 10 | -27/+27 |
* | Attempt to fix a potential build problem. | Jeremias Maerki | 2008-07-12 | 1 | -8/+9 |
* | Check the result of mkdirs() to see if the target directory could be created. | Jeremias Maerki | 2008-07-11 | 1 | -14/+18 |
* | Added support for piping: | Jeremias Maerki | 2008-07-10 | 3 | -71/+163 |
* | Beware! An evil tab character! But it's been eliminated. ;-) | Jeremias Maerki | 2008-07-10 | 1 | -17/+17 |
* | Bugzilla #45369: footnotes were rendered at the top of the region-body when u... | Vincent Hennebert | 2008-07-10 | 2 | -17/+15 |
* | Duplicated operation scaleX and scaleY replaced simply with scale. | Adrian Cumiskey | 2008-07-10 | 1 | -17/+13 |
* | Whoops.. default value should be true :). | Adrian Cumiskey | 2008-07-09 | 1 | -1/+1 |
* | Added throwexceptions attribute to FOP ant task. This works around the proble... | Adrian Cumiskey | 2008-07-09 | 2 | -1/+28 |