| Commit message (Expand) | Author | Age | Files | Lines |
* | TextHandler interface changes, the Graphics2D implementation is now passed to... | Adrian Cumiskey | 2008-11-18 | 3 | -22/+29 |
* | AFPFontReader a lot more robust now with less copy/pasted code but still far ... | Adrian Cumiskey | 2008-10-24 | 7 | -252/+244 |
* | Bugzilla #45956: | Jeremias Maerki | 2008-10-20 | 1 | -1/+33 |
* | Fixed size of images when vector graphic images are painted using fox:convers... | Jeremias Maerki | 2008-10-20 | 5 | -35/+91 |
* | Fix for ps:ps-page-setup-code. | Adrian Cumiskey | 2008-10-15 | 2 | -42/+42 |
* | Bugzilla 40798: A conditional-page-master-reference with page-position="last"... | Andreas L. Delmelle | 2008-09-23 | 1 | -1/+1 |
* | Bugzilla #45616: | Jeremias Maerki | 2008-09-10 | 1 | -10/+7 |
* | * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions. | Adrian Cumiskey | 2008-08-20 | 8 | -34/+33 |
* | Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave it | Maximilian Berger | 2008-08-20 | 2 | -2/+2 |
* | 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 | 4 | -41/+14 |
* | Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on... | Adrian Cumiskey | 2008-08-14 | 5 | -49/+29 |
* | Bugzilla #45606: | Jeremias Maerki | 2008-08-10 | 1 | -7/+8 |
* | The FontEventListener was not wired into font auto-detection. An error while ... | Jeremias Maerki | 2008-08-05 | 1 | -10/+22 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 17 | -282/+863 |
* | Reverted revision 670341 and replaced it with a different solution as discussed: | Jeremias Maerki | 2008-07-28 | 3 | -18/+11 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 245 | -1999/+1999 |
* | 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 | 1 | -16/+0 |
* | 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 |
* | 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 |
* | fonts package must not depend on the render package. Refactored to restore th... | Jeremias Maerki | 2008-07-17 | 4 | -46/+71 |
* | Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o... | Andreas L. Delmelle | 2008-07-13 | 1 | -4/+4 |
* | Bugzilla #45369: footnotes were rendered at the top of the region-body when u... | Vincent Hennebert | 2008-07-10 | 1 | -1/+3 |
* | Duplicated operation scaleX and scaleY replaced simply with scale. | Adrian Cumiskey | 2008-07-10 | 1 | -17/+13 |
* | Minor javadoc cleanup. | Adrian Cumiskey | 2008-07-09 | 1 | -20/+7 |
* | Refactored this class, moving much of its behaviour to the base AbstractXMLR... | Adrian Cumiskey | 2008-07-07 | 1 | -164/+5 |
* | Cleaned up some javadocs. | Adrian Cumiskey | 2008-07-07 | 1 | -7/+12 |
* | Added new AbstractXMLRenderer base class. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+263 |
* | Added PDF encryption parameter support in configuration. | Adrian Cumiskey | 2008-07-07 | 1 | -3/+45 |
* | Added new set accessor method for EncryptionParams. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+8 |
* | Fixed error; inadvertently switched the condition with r674272... | Andreas L. Delmelle | 2008-07-06 | 1 | -1/+1 |
* | Redo changes made in r674056... | Andreas L. Delmelle | 2008-07-06 | 1 | -27/+35 |
* | Remove deprecated Character area class | Andreas L. Delmelle | 2008-07-06 | 1 | -50/+34 |
* | * Some minor optimizations in AbstractRenderer. | Adrian Cumiskey | 2008-07-04 | 1 | -29/+37 |
* | The pdf StringBuffer is only used on these two lines and doesn't seem to do a... | Adrian Cumiskey | 2008-07-04 | 1 | -3/+0 |
* | Minor readability improvement. | Adrian Cumiskey | 2008-07-04 | 1 | -1/+3 |
* | Some basic cleanup. | Adrian Cumiskey | 2008-06-26 | 5 | -459/+4 |
* | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
* | Added support for non-zero borders and padding on page regions. | Luca Furini | 2008-06-23 | 1 | -12/+74 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 2 | -20/+47 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 10 | -25/+311 |
* | Bugzilla #45115: | Jeremias Maerki | 2008-06-03 | 2 | -3/+21 |
* | Unwanted list self concatenation :). | Adrian Cumiskey | 2008-05-09 | 1 | -1/+1 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 11 | -273/+273 |
* | Added support for font referencing for auto-detected fonts. | Jeremias Maerki | 2008-05-08 | 3 | -10/+32 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 12 | -449/+563 |
* | Bugzilla #43650: | Jeremias Maerki | 2008-05-05 | 1 | -22/+32 |