aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #50699:Jeremias Maerki2011-02-021-5/+63
* Relative URIs in the configuration file are evaluated relative to the base UR...Simon Pepping2011-01-141-1/+18
* Add a cast from char to int before autoboxingSimon Pepping2010-12-041-2/+2
* Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
* Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2626-248/+239
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-256-29/+29
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-193-9/+9
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-178-14/+14
* Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-112-25/+12
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-171-1/+0
* FIX: The cache-file setting should still be set even if use-cache setting is ...Adrian Cumiskey2010-08-151-5/+9
* Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-154-103/+218
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-8/+0
* Bugzilla #49733:Jeremias Maerki2010-08-1411-15/+47
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-2/+2
* Don't fail on AFM just because it has a Start/EndTrackKern section. Log a war...Jeremias Maerki2010-05-171-3/+11
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-3/+3
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-093-29/+120
* Bugzilla #48512:Jeremias Maerki2010-02-162-9/+77
* Bugzilla #48512:Jeremias Maerki2010-02-101-1/+1
* Related to Bugzilla #47232:Jeremias Maerki2010-02-061-1/+1
* Added support for TrueType fonts with symbol character maps (like "Wingdings"...Jeremias Maerki2009-12-161-30/+95
* Bugfix for font selection fallbacks:Jeremias Maerki2009-12-161-21/+4
* Bugzilla #47711:Jeremias Maerki2009-10-221-2/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-1/+4
* Added support for specifying referenced fonts per renderer in addition to the...Jeremias Maerki2009-10-023-12/+40
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+1
* Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoaderMaximilian Berger2009-09-241-2/+2
* Fixed SVN PropsMaximilian Berger2009-09-153-3/+3
* non-functional stylistic fixesMaximilian Berger2009-09-151-15/+16
* Added generics comments.Adrian Cumiskey2009-06-231-1/+2
* bug fix: support PFM Files with no extent tableChris Bowditch2009-06-091-1/+7
* Bugzilla #47232: for the last character of a Type1 font, always a width of 0 ...Vincent Hennebert2009-05-221-1/+1
* Moved the font cache change check from outside PrintRendererConfigurator to i...Adrian Cumiskey2009-03-201-1/+6
* Minor optimization.Adrian Cumiskey2009-03-201-3/+1
* A little font configuration cleaning.Adrian Cumiskey2009-03-204-0/+508
* Added some generics comments for the List collections.Adrian Cumiskey2009-03-202-4/+4
* Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-163-6/+62
|\
| * Bugzilla #46686:Jeremias Maerki2009-02-111-6/+21
| * Added code to detect when a Type 1 font is not configured to use its native e...Jeremias Maerki2009-02-092-0/+21
| * Bugfix: restored support for characters not in a font's standard encoding whe...Jeremias Maerki2009-02-091-0/+20
* | Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-055-18/+39
|/
* Give javadoc utility some more memory to avoid OutOfMemoryErrors.Jeremias Maerki2009-01-071-0/+23
* FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...Jeremias Maerki2009-01-053-6/+23
* Added support for forcing single-byte encodings for TrueType fonts without cr...Jeremias Maerki2009-01-046-15/+140
* Merged revisions 718666,718705,719038,719110 via svnmerge from Adrian Cumiskey2008-11-202-14/+19
* Merged revisions 718309,718502 via svnmerge from Adrian Cumiskey2008-11-181-28/+14