| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy attributes since some XML parsers might reuse the Attributes instance. | Jeremias Maerki | 2010-10-21 | 3 | -3/+6 |
* | Allow to pass through document-level extensions from the first document passe... | Jeremias Maerki | 2010-10-21 | 1 | -2/+9 |
* | Wrap the whole page stream in a q..Q pair to avoid problems when the page str... | Jeremias Maerki | 2010-10-21 | 1 | -0/+2 |
* | Bugfix for unescaped name characters which can cause trouble with PDF parsers. | Jeremias Maerki | 2010-10-11 | 1 | -1/+3 |
* | Bugzilla #49379: | Jeremias Maerki | 2010-10-07 | 12 | -85/+565 |
* | Handled optional CR and LF chars between structured fields. | Jeremias Maerki | 2010-10-06 | 2 | -19/+93 |
* | More cleanup of unused methods in Hyphenator | Simon Pepping | 2010-10-06 | 1 | -70/+0 |
* | Making fallback from (lang,country) to (lang) consistent | Simon Pepping | 2010-10-06 | 1 | -30/+61 |
* | Fixing a few checkstyle warnings | Simon Pepping | 2010-10-02 | 2 | -6/+11 |
* | Remove unused methods from Hyphenator; this leaves a utility class | Simon Pepping | 2010-10-02 | 1 | -65/+1 |
* | Make handling of configuration errors consistent | Simon Pepping | 2010-10-02 | 1 | -13/+13 |
* | Enable configuration of hyphenation pattern file names | Simon Pepping | 2010-10-02 | 5 | -13/+130 |
* | Metrics need to be added before the font properties to avoid NPEs on font rep... | Jeremias Maerki | 2010-09-30 | 1 | -1/+1 |
* | Added support for font substitutions on PDF/PSTranscoder by configuring the F... | Jeremias Maerki | 2010-09-29 | 3 | -19/+22 |
* | Some fine-tuning for the font selection in SVG to better match AWT/GVT fonts ... | Jeremias Maerki | 2010-09-21 | 1 | -3/+25 |
* | Bugzilla #46360: | Jeremias Maerki | 2010-09-16 | 1 | -1/+8 |
* | Bugzilla #46360: | Jeremias Maerki | 2010-09-16 | 1 | -1/+7 |
* | Moving the AFP parser from XGC to FOP for now. | Jeremias Maerki | 2010-09-10 | 3 | -0/+514 |
* | Fixed formatting of help message | Vincent Hennebert | 2010-09-08 | 1 | -1/+1 |
* | Bugzilla #49885: | Jeremias Maerki | 2010-09-07 | 4 | -15/+42 |
* | Fixed typos and source code indentation issues. | Vincent Hennebert | 2010-09-03 | 19 | -110/+87 |
* | Implemented reset method for changing IPD | Vincent Hennebert | 2010-09-02 | 1 | -0/+7 |
* | Fixed indentation | Vincent Hennebert | 2010-08-27 | 4 | -10/+10 |
* | Removed unused methods | Vincent Hennebert | 2010-08-27 | 1 | -10/+4 |
* | Replaced @asf.todo with normal TODO comment | Vincent Hennebert | 2010-08-27 | 20 | -22/+22 |
* | Fixed indentation | Vincent Hennebert | 2010-08-27 | 24 | -179/+179 |
* | Removed old Renderer implementations for AFP, PCL, PDF, PS. | Vincent Hennebert | 2010-08-25 | 35 | -6530/+45 |
* | Enabling CMYK encoding for PDF output (applies to decoded bitmap images). | Jeremias Maerki | 2010-08-20 | 1 | -1/+1 |
* | Bugfix: | Jeremias Maerki | 2010-08-20 | 1 | -8/+11 |
* | Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu... | Jeremias Maerki | 2010-08-18 | 1 | -3/+1 |
* | Implemented reset method | Vincent Hennebert | 2010-08-18 | 1 | -0/+6 |
* | Fixed javadoc, checkstyle and ant warnings | Simon Pepping | 2010-08-18 | 5 | -7/+6 |
* | -delete-cache command line argument replaced with -flush. Seems like a more ... | Adrian Cumiskey | 2010-08-17 | 2 | -26/+18 |
* | One closing parenthesis too much. | Jeremias Maerki | 2010-08-17 | 1 | -1/+1 |
* | Resolved conflict (ClassCastException) with named destinations which in contr... | Jeremias Maerki | 2010-08-17 | 4 | -39/+74 |
* | Improvements/Bugfixes for PDF attachments (embedded files): | Jeremias Maerki | 2010-08-16 | 10 | -20/+226 |
* | Removed tab character. | Jeremias Maerki | 2010-08-16 | 1 | -2/+2 |
* | Document exits | Simon Pepping | 2010-08-16 | 1 | -2/+3 |
* | FIX: The cache-file setting should still be set even if use-cache setting is ... | Adrian Cumiskey | 2010-08-15 | 1 | -5/+9 |
* | Reinstated support for being able to specify a font cache filepath in the fop... | Adrian Cumiskey | 2010-08-15 | 6 | -108/+261 |
* | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 64 | -294/+205 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 378 | -1693/+3602 |
* | Removed a bunch of javadoc warnings in addition to patch 49733 | Simon Pepping | 2010-08-13 | 24 | -71/+37 |
* | Bugzilla #44460: | Jeremias Maerki | 2010-08-03 | 17 | -42/+798 |
* | Bugfix of bugfix for escaped PDF names. | Jeremias Maerki | 2010-07-19 | 1 | -3/+5 |
* | Bugfix: "/" must be escaped in names. | Jeremias Maerki | 2010-07-19 | 1 | -3/+3 |
* | Log exception if available to make error localization easier. | Jeremias Maerki | 2010-07-15 | 1 | -2/+10 |
* | Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java... | Jeremias Maerki | 2010-07-15 | 3 | -2/+181 |
* | Restored ColorExt after removing it from XML Graphics Commons again. | Jeremias Maerki | 2010-07-02 | 6 | -12/+325 |
* | Minor refactoring and style fixups: | Andreas L. Delmelle | 2010-06-19 | 1 | -121/+102 |