205 Commits (cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e)

Author SHA1 Message Date
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 years ago
  Simon Pepping 1939c00e19 Applied patch 50240 by Mehdi Houshmand with changes: Java source and 13 years ago
  Simon Pepping b69448b24b Fixed javadoc, checkstyle and ant warnings 14 years ago
  Adrian Cumiskey eef7367bea -delete-cache command line argument replaced with -flush. Seems like a more common use case. 14 years ago
  Adrian Cumiskey 5d185fbb32 FIX: The cache-file setting should still be set even if use-cache setting is not provided (as it defaults to true). 14 years ago
  Adrian Cumiskey ff3a0b1f92 Reinstated support for being able to specify a font cache filepath in the fop user configuration. 14 years ago
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 years ago
  Simon Pepping c81729764a Removed a bunch of javadoc warnings in addition to patch 49733 14 years ago
  Jeremias Maerki 4479bd9830 Don't fail on AFM just because it has a Start/EndTrackKern section. Log a warning instead of throwing an exception when an unimplemented feature is found. 14 years ago
  Vincent Hennebert 21f5a088d5 Added getEventKey method to Event so that it's no longer necessary to store the whole event ID (fully qualified interface name) in message files 14 years ago
  Vincent Hennebert 5ca051ca12 Now that the creation of event-model.xml has been standardised, the EventModelFactory mechanism is no longer needed. Removed all the factory classes. 14 years ago
  Vincent Hennebert 8f6b532710 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory 14 years ago
  Jeremias Maerki 981272a741 Bugzilla #48512: 14 years ago
  Jeremias Maerki b0c0520267 Bugzilla #48512: 14 years ago
  Jeremias Maerki bd80abff72 Related to Bugzilla #47232: 14 years ago
  Jeremias Maerki 63342a9b6d Added support for TrueType fonts with symbol character maps (like "Wingdings" and "Symbol"). Characters for these fonts are usually found in the 0xF020 to 0xF0FF range (a Unicode private use area). 14 years ago
  Jeremias Maerki ed4e49bb2c Bugfix for font selection fallbacks: 14 years ago
  Jeremias Maerki 7839918c68 Bugzilla #47711: 14 years ago
  Adrian Cumiskey 3938e8f60e Application of the patch submitted by Alexander Kiel to improve variable names around Kerning and KnuthElement (see https://issues.apache.org/bugzilla/show_bug.cgi?id=48003). 14 years ago
  Jeremias Maerki 7cc06986c0 Added support for specifying referenced fonts per renderer in addition to the general match list. If any of the two match lists (if specified) match a font, it is not embedded. 14 years ago
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 years ago
  Maximilian Berger 4e970b8a7d Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoader 14 years ago
  Maximilian Berger 50e993d6d4 Fixed SVN Props 14 years ago
  Maximilian Berger c5cd099975 non-functional stylistic fixes 14 years ago
  Adrian Cumiskey db9fcade85 Added generics comments. 15 years ago
  Chris Bowditch 5bde3e055a bug fix: support PFM Files with no extent table 15 years ago
  Vincent Hennebert a69a5a48f3 Bugzilla #47232: for the last character of a Type1 font, always a width of 0 was returned. Patch submitted by Maxim Wirt. 15 years ago
  Adrian Cumiskey 6dfb589f8b Moved the font cache change check from outside PrintRendererConfigurator to inside the FontInfoConfigurator. 15 years ago
  Adrian Cumiskey 4360e04174 Minor optimization. 15 years ago
  Adrian Cumiskey 6caf23b89c A little font configuration cleaning. 15 years ago
  Adrian Cumiskey 41850c971a Added some generics comments for the List collections. 15 years ago
  Jeremias Maerki 34c5ece636 Bugzilla #46686: 15 years ago
  Jeremias Maerki 8af2c15dbd Added code to detect when a Type 1 font is not configured to use its native encoding. In such a case it needs to be re-encoded in PostScript. That used to always happen in earlier FOP versions but since support was added for all glyphs in a font, this has become a problem. So this change restores the behaviour of before when XML font metrics files or just the PFM are used. 15 years ago
  Jeremias Maerki b8219e854f Bugfix: restored support for characters not in a font's standard encoding when PostScript is generated with resource optimization turned off. 15 years ago
  Jeremias Maerki 4e27a1c9dd Performance improvements and file-size reductions by introducing letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). 15 years ago
  Jeremias Maerki 1e2343b663 Give javadoc utility some more memory to avoid OutOfMemoryErrors. 15 years ago
  Jeremias Maerki 68dd1750c6 FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. 15 years ago
  Jeremias Maerki 1b03a90eb4 Added support for forcing single-byte encodings for TrueType fonts without creating an XML font metric file (see "encoding-mode" attribute on "font" element in updated documentation). 15 years ago
  Adrian Cumiskey b4c6724ac1 Merged revisions 718666,718705,719038,719110 via svnmerge from 15 years ago
  Jeremias Maerki 45c1746b5f Reduced warning on ascender+descender > EM box to DEBUG level, as this case is compensated for by additional code in guessVerticalMetricsFromGlyphBBox() and is therefore only confusing. I tested problematic fonts and they show an acceptable line layout. No semantics changed. 15 years ago
  Andreas L. Delmelle 1ba2dd57a6 Change FontCache.changeLock to a boolean[1], so it can be serialized... 15 years ago
  Adrian Cumiskey 67c82c98fb Merged revisions 718309,718502 via svnmerge from 15 years ago
  Andreas L. Delmelle 8b98afa774 Bugzilla 46211: 15 years ago
  Adrian Cumiskey f637010908 * PDFImageHandler interface split into ImageHandler and PDFImageHandler. 15 years ago
  Adrian Cumiskey 9db4cd2992 Improved font selection strategy when matching AWT Font against FontTriplet. 15 years ago
  Adrian Cumiskey 17bc8aa087 All AFP library classes without Renderer dependencies moved from org.apache.fop.renderer.afp.* to org.apache.fop.afp.*. 15 years ago
  Adrian Cumiskey 00de9a8fc1 Merged revisions 707627 via svnmerge from 15 years ago
  Adrian Cumiskey 35516dceda AFPFontReader a lot more robust now with less copy/pasted code but still far from ideal, the whole AFP FOCA parsing/handling still in need of a rewrite at some point. 15 years ago
  Adrian Cumiskey ec60c4057d I am not in love yet with the new eclispe subversion client I'm using... :( 15 years ago