1 Commits (6a719897d6f98ba89aa08e2f97b2b801be066cbf)

Author SHA1 Message Date
  Glenn Adams 6a719897d6 Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ant targets. 8 years ago
  Glenn Adams 57949ba0cf Configure maven build. 8 years ago
  Glenn Adams c8cde713f5 Transition source to standard maven hierarchy (initial). 8 years ago
  Simon Steiner 2e1089dd67 FOP-2504: Truetype support for AFP 8 years ago
  Andreas L. Delmelle d275b3c2bd Javadoc fixups 9 years ago
  Vincent Hennebert c411c5fb57 Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings 9 years ago
  Vincent Hennebert f8e822efe1 Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs. 10 years ago
  Mehdi Houshmand 97b2f1205a Bugzilla#53685 - AFP charactersets are cached using more unique keys 11 years ago
  Mehdi Houshmand ce3600f754 Buzilla#53657 - AFP fonts use nominal character increment when the glyph metrics aren't available 11 years ago
  Mehdi Houshmand a97e0be88b Predominantly clean up and javadocs, very little functional change here 12 years ago
  Mehdi Houshmand d17d05e36c Removed URI resolving class that are no longer needed and handled data URIs 12 years ago
  Mehdi Houshmand 24664f1459 Removed AFP resource handling mechanism in favour of a unified resource resolver 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Mehdi Houshmand 1e8a2631f0 Improved handling of AFP double-byte character sets 12 years ago
  Mehdi Houshmand 59cd251daa Bug in AFP font metrics that performed integer arithmetic when it should have been double arithemetic. 12 years ago
  Glenn Adams 8882a49ac0 default all RightCurly tokens, thus adding LITERAL_IF; fix violations 12 years ago
  Mehdi Houshmand d955d844f8 Changed the error handling for AFP fonts such that errors are passed to the AFPEventProducer. 12 years ago
  Mehdi Houshmand 3d2b970d8e Bugzilla #52177: Changed the AFP double-byte characterset builder to a singleton, this now matches the behaviour of the single byte characterset builder 12 years ago
  Peter Hancock de056bce77 Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP. 12 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 13 years ago
  Jeremias Maerki 366b45e1f9 Changed many variables and parameters from "int" to "char" because AFP font support mostly uses Unicode code points unlike Type 1 and TrueType support which use internal character code points (the result of Font.mapChar()). This should improve code readability. 14 years ago
  Jeremias Maerki aefb5934f6 Bring error handling more in line with general recommendations and provide better error messages. 14 years ago
  Chris Bowditch 61bd8c0641 cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. This boosts performance when rendering a large batch of AFP documents in the same JVM 14 years ago
  Jeremias Maerki bb2844e064 Bugzilla #48567: 14 years ago
  Chris Bowditch de12561c09 bug fix: fractional points sizes in AFP not working correctly together with fo:inline 15 years ago
  Jeremias Maerki 1914db175f Added full URI resolution support for AFP fonts. 15 years ago
  Jeremias Maerki 6ec55c961d Bugzilla #45342: 15 years ago
  Jeremias Maerki 90d362f21b Bugfix for path handling when spaces are in the path. 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 cc5d6604bd * Moved AFPConstants from org.apache.fop.render.afp.modca into org.apache.fop.render.afp as it is used in other subpackages. 16 years ago
  Adrian Cumiskey 96b06ff833 Merged revisions 676161,676297,676307,676397,676608,677404-677405,677543,677648-677652 via svnmerge from 16 years ago
  Andreas L. Delmelle 65ff8feed5 Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as of Java 6, where File.toURL() is deprecated) 16 years ago
  Adrian Cumiskey d2af8a40fd Checkstyle fixes and cleanup 16 years ago
  Chris Bowditch 1e7bbc0e02 Bugzilla #42971 and #42956 17 years ago
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 423453976d Promoting the AFP renderer from sandbox to the main source tree. 18 years ago
  Manuel Mall 0040a29ecc AFP Renderer as per IP clearance (http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/200604.mbox/%3c20060426085421.B456.DEV@jeremias-maerki.ch%3e) plus some further corrections and changes made by manuel@apache.org since 18 years ago