| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed javadoc, checkstyle and ant warnings | Simon Pepping | 2010-08-18 | 1 | -1/+1 |
* | -delete-cache command line argument replaced with -flush. Seems like a more ... | Adrian Cumiskey | 2010-08-17 | 1 | -1/+0 |
* | 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 | 4 | -103/+218 |
* | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 1 | -8/+0 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 11 | -15/+47 |
* | Removed a bunch of javadoc warnings in addition to patch 49733 | Simon Pepping | 2010-08-13 | 1 | -2/+2 |
* | Don't fail on AFM just because it has a Start/EndTrackKern section. Log a war... | Jeremias Maerki | 2010-05-17 | 1 | -3/+11 |
* | Added getEventKey method to Event so that it's no longer necessary to store t... | Vincent Hennebert | 2010-04-09 | 1 | -3/+3 |
* | Now that the creation of event-model.xml has been standardised, the EventMode... | Vincent Hennebert | 2010-04-09 | 1 | -12/+0 |
* | Split catch-all EventFormatter.xml message file into individual files for eac... | Vincent Hennebert | 2010-04-09 | 3 | -29/+120 |
* | Bugzilla #48512: | Jeremias Maerki | 2010-02-16 | 2 | -9/+77 |
* | Bugzilla #48512: | Jeremias Maerki | 2010-02-10 | 1 | -1/+1 |
* | Related to Bugzilla #47232: | Jeremias Maerki | 2010-02-06 | 1 | -1/+1 |
* | Added support for TrueType fonts with symbol character maps (like "Wingdings"... | Jeremias Maerki | 2009-12-16 | 1 | -30/+95 |
* | Bugfix for font selection fallbacks: | Jeremias Maerki | 2009-12-16 | 1 | -21/+4 |
* | Bugzilla #47711: | Jeremias Maerki | 2009-10-22 | 1 | -2/+2 |
* | Application of the patch submitted by Alexander Kiel to improve variable name... | Adrian Cumiskey | 2009-10-15 | 1 | -1/+4 |
* | Added support for specifying referenced fonts per renderer in addition to the... | Jeremias Maerki | 2009-10-02 | 3 | -12/+40 |
* | Some javadoc fixes: @code -> @link | Jeremias Maerki | 2009-10-01 | 1 | -1/+1 |
* | Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoader | Maximilian Berger | 2009-09-24 | 1 | -2/+2 |
* | Fixed SVN Props | Maximilian Berger | 2009-09-15 | 3 | -3/+3 |
* | non-functional stylistic fixes | Maximilian Berger | 2009-09-15 | 1 | -15/+16 |
* | Added generics comments. | Adrian Cumiskey | 2009-06-23 | 1 | -1/+2 |
* | bug fix: support PFM Files with no extent table | Chris Bowditch | 2009-06-09 | 1 | -1/+7 |
* | Bugzilla #47232: for the last character of a Type1 font, always a width of 0 ... | Vincent Hennebert | 2009-05-22 | 1 | -1/+1 |
* | Moved the font cache change check from outside PrintRendererConfigurator to i... | Adrian Cumiskey | 2009-03-20 | 1 | -1/+6 |
* | Minor optimization. | Adrian Cumiskey | 2009-03-20 | 1 | -3/+1 |
* | A little font configuration cleaning. | Adrian Cumiskey | 2009-03-20 | 4 | -0/+508 |
* | Added some generics comments for the List collections. | Adrian Cumiskey | 2009-03-20 | 2 | -4/+4 |
* | Merge from Trunk revisions 741104 - 744926. | Jeremias Maerki | 2009-02-16 | 3 | -6/+62 |
|\ |
|
| * | Bugzilla #46686: | Jeremias Maerki | 2009-02-11 | 1 | -6/+21 |
| * | Added code to detect when a Type 1 font is not configured to use its native e... | Jeremias Maerki | 2009-02-09 | 2 | -0/+21 |
| * | Bugfix: restored support for characters not in a font's standard encoding whe... | Jeremias Maerki | 2009-02-09 | 1 | -0/+20 |
* | | Performance improvements and file-size reductions by introducing letter-spaci... | Jeremias Maerki | 2009-02-05 | 5 | -18/+39 |
|/ |
|
* | Give javadoc utility some more memory to avoid OutOfMemoryErrors. | Jeremias Maerki | 2009-01-07 | 1 | -0/+23 |
* | FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in... | Jeremias Maerki | 2009-01-05 | 3 | -6/+23 |
* | Added support for forcing single-byte encodings for TrueType fonts without cr... | Jeremias Maerki | 2009-01-04 | 6 | -15/+140 |
* | Merged revisions 718666,718705,719038,719110 via svnmerge from | Adrian Cumiskey | 2008-11-20 | 2 | -14/+19 |
* | Merged revisions 718309,718502 via svnmerge from | Adrian Cumiskey | 2008-11-18 | 1 | -28/+14 |
* | * PDFImageHandler interface split into ImageHandler and PDFImageHandler. | Adrian Cumiskey | 2008-11-13 | 2 | -2/+19 |
* | Improved font selection strategy when matching AWT Font against FontTriplet. | Adrian Cumiskey | 2008-11-05 | 1 | -0/+52 |
* | All AFP library classes without Renderer dependencies moved from org.apache.f... | Adrian Cumiskey | 2008-10-27 | 12 | -5/+34 |
* | Merged revisions 707627 via svnmerge from | Adrian Cumiskey | 2008-10-24 | 2 | -8/+8 |
* | I am not in love yet with the new eclispe subversion client I'm using... :( | Adrian Cumiskey | 2008-10-22 | 4 | -612/+0 |
* | Default to inline resource level for GOCA graphic objects (when no afp:resour... | Adrian Cumiskey | 2008-10-22 | 5 | -4/+617 |
* | Merged revisions 693433,693462,693720,693742,693781,693784,693841,695491,6955... | Adrian Cumiskey | 2008-09-26 | 3 | -20/+42 |
* | Merged revisions 682600,682604-682605,682616-682618,682625,682630,683136,6831... | Adrian Cumiskey | 2008-08-13 | 2 | -1/+6 |
* | Merged revisions 681296,681307 via svnmerge from | Adrian Cumiskey | 2008-07-31 | 1 | -2/+2 |
* | Added a base 12 (Helvetica, Times and Courier) fallback font collection for A... | Adrian Cumiskey | 2008-07-29 | 1 | -5/+19 |