| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla #31512: | Jeremias Maerki | 2004-10-11 | 1 | -0/+4 |
* | Implement the cheaper mechanism to ensure correct rendering at differing reso... | Jeremias Maerki | 2004-10-10 | 2 | -5/+20 |
* | Set Batik rendering hints to improve output quality. | Jeremias Maerki | 2004-10-10 | 1 | -22/+29 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 1 | -1/+0 |
* | Remove unnecessary scale factor. This made all images added via SVG three tim... | Jeremias Maerki | 2004-09-03 | 1 | -7/+4 |
* | Fix JPEG with many long APPS markers. | Jeremias Maerki | 2004-08-16 | 1 | -13/+41 |
* | Fix getPixelUnitToMillimeter | Jeremias Maerki | 2004-08-16 | 2 | -2/+5 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 1 | -2/+7 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 2 | -4/+11 |
* | PR: | Glen Mazza | 2004-04-22 | 4 | -14/+14 |
* | Bugzilla 27971
| Jeremias Maerki | 2004-04-03 | 1 | -0/+1 |
* | PDF library no longer gets a logger from its owner. | Jeremias Maerki | 2004-04-02 | 1 | -2/+0 |
* | PR: | Glen Mazza | 2004-03-31 | 5 | -34/+32 |
* | 1.) Removed xsl file for property generation (no longer used, due to | Glen Mazza | 2004-03-21 | 1 | -12/+16 |
* | Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.) | Glen Mazza | 2004-03-19 | 2 | -1/+157 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 14 | -658/+210 |
* | Switching from passing the FOUserAgent for several of the image | Glen Mazza | 2004-01-25 | 1 | -1/+3 |
* | Applied Thomas DeWeese's latest patch for the PDF transcoder. | Glen Mazza | 2004-01-22 | 2 | -4/+14 |
* | Remove unused import to quieten Eclipse. | Peter Bernard West | 2004-01-03 | 1 | -1/+0 |
* | Remove unused imports to quieten Eclipse. | Peter Bernard West | 2004-01-03 | 1 | -6/+0 |
* | Moved FontSetup and two helper classes from render.pdf to fonts package. | Glen Mazza | 2003-12-12 | 2 | -7/+10 |
* | Use different base class for user agent | Jeremias Maerki | 2003-11-07 | 1 | -18/+7 |
* | Use different base class for user agent. | Jeremias Maerki | 2003-11-07 | 1 | -63/+17 |
* | Helper class for debugging in TextPainters | Jeremias Maerki | 2003-11-07 | 1 | -0/+94 |
* | Tom DeWeese's changes made; | Glen Mazza | 2003-11-04 | 1 | -2/+14 |
* | Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat... | Glen Mazza | 2003-10-11 | 3 | -139/+75 |
* | Applied Thomas DeWeese's (Batik team) patches to the transcoder code. | Glen Mazza | 2003-09-13 | 2 | -29/+13 |
* | Changes to PDFTextPainter to accomodate new Batik library. | Glen Mazza | 2003-09-09 | 1 | -7/+13 |
* | remove global import statements | William Victor Mote | 2003-09-08 | 2 | -13/+10 |
* | move svg classes related to the FO Tree building from svg to fo/extensions/svg | William Victor Mote | 2003-08-28 | 4 | -700/+0 |
* | move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat... | William Victor Mote | 2003-08-22 | 2 | -1/+2 |
* | move control/Document to apps/Document | William Victor Mote | 2003-08-20 | 5 | -4/+5 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 2 | -23/+34 |
* | 1. integrate Document and LayoutStrategy into workflow | William Victor Mote | 2003-08-15 | 2 | -16/+16 |
* | move font constants from control.Document to fonts.Font | William Victor Mote | 2003-08-14 | 2 | -5/+5 |
* | move layout.FontState to fonts.Font | William Victor Mote | 2003-08-14 | 2 | -23/+24 |
* | move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState... | William Victor Mote | 2003-08-14 | 1 | -2/+2 |
* | 1. create control package | William Victor Mote | 2003-08-14 | 5 | -52/+52 |
* | Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th... | Glen Mazza | 2003-08-12 | 2 | -3/+3 |
* | 1.) only partly implemented Run() function removed from InputHandler and its ... | Glen Mazza | 2003-08-04 | 2 | -3/+3 |
* | style changes only | William Victor Mote | 2003-07-17 | 1 | -1/+1 |
* | Reconfigured ElementMapping from an interface to an abstract base class | Glen Mazza | 2003-07-12 | 1 | -24/+14 |
* | Got some low hanging style errors as reported by eclipse. | Joerg Pietschmann | 2003-06-30 | 1 | -29/+5 |
* | Made source more friendly for Eclipse (and IDEs in general)
| Joerg Pietschmann | 2003-06-29 | 1 | -8/+1 |
* | Revert refactoring of Driver to Session. Files affected should be identical t... | William Victor Mote | 2003-06-17 | 2 | -23/+23 |
* | 1. Copy apps.Driver to apps.Session. | William Victor Mote | 2003-06-17 | 2 | -23/+23 |
* | Adjust to changes in Batik CVS | Jeremias Maerki | 2003-06-02 | 1 | -0/+12 |
* | javadoc changes to clean up gump warnings. | William Victor Mote | 2003-04-25 | 1 | -12/+12 |
* | moved image drawing so drawing with size also works | Keiron Liddle | 2003-03-27 | 1 | -45/+44 |
* | Adjust to changes in PDF library.
| Jeremias Maerki | 2003-03-27 | 1 | -29/+107 |