7 Commits (dece1d7361bfe21604222d1dbfdc1b599084a363)

Author SHA1 Message Date
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 years ago
  Jeremias Maerki a9763543c4 Merge from Branch fop-0_91: 18 years ago
  Jeremias Maerki cd600b952b XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. 18 years ago
  Jeremias Maerki 811fd3eefb NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 18 years ago
  Jeremias Maerki 82b916bf0d Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format. 18 years ago
  Jeremias Maerki f2f228dd3a Removed unnecessary comments. 19 years ago
  Jeremias Maerki c3163d170f Rename PSXMLHandler to what it really is: an SVGHandler. 19 years ago
  Jeremias Maerki 46072c1c25 A big step towards a usable PostScript renderer. 19 years ago
  Jeremias Maerki d57530eed0 Made Service a stand-alone class so it can be reused. 19 years ago
  Glen Mazza f6064f69f4 Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commons Logging 20 years ago
  Glen Mazza d3952e1a02 More apps.Document->fonts.FontInfo conversion. 20 years ago
  Glen Mazza 2e9f66f684 1.) Removed xsl file for property generation (no longer used, due to 20 years ago
  Glen Mazza 07db034b1a Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.) 20 years ago
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Peter Bernard West 865149ea05 Remove unused imports to quieten Eclipse. 20 years ago
  Jeremias Maerki 01e5181827 Substantial refactoring of the PS transcoder (especially the text painting, less painting using the StrokingTextPainter, therefore more speed and smaller output files) 20 years ago
  Joerg Pietschmann 164d432566 Fixed Testcase. 20 years ago
  William Victor Mote 63c4c4ab20 remove global import statements 21 years ago
  William Victor Mote 7739f19793 move svg classes related to the FO Tree building from svg to fo/extensions/svg 21 years ago
  William Victor Mote 8557c71491 move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole 21 years ago
  William Victor Mote d43ad404c0 move control/Document to apps/Document 21 years ago
  William Victor Mote 1041ea8c48 1. create control package 21 years ago
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki ac8d584dfd Port of the PDF TextPainter to PostScript. 21 years ago
  Jeremias Maerki a9174e6527 Switched to long licence 21 years ago
  Jeremias Maerki 43ad5d3bad SVG (for PS renderer) works (to a certain degree) 21 years ago
  Jeremias Maerki 2ba7482c52 Forgot this one. This is not much more than work in progress. (a copy from PDF) 21 years ago
  Keiron Liddle 13bb4d2e90 use more decimal places for scaling 21 years ago
  Keiron Liddle 380d32642b make sure it has valid pdf context 21 years ago
  Keiron Liddle af728a1cb3 fixes problem of links not working after data output 21 years ago
  Keiron Liddle 8485a25d67 fixed most style errors 22 years ago
  Keiron Liddle f6a0559f5f cleaned up the font state a bit 22 years ago
  Keiron Liddle 177b517adc alignment and scaling for instream-foreign-object using viewport 22 years ago
  Keiron Liddle 85a11ded6d progressively output pdf objects to reduce memory usage 22 years ago
  Keiron Liddle 64c1fb1421 implemented links in svg both for standalone and in fo documents 22 years ago
  Keiron Liddle ec28e0fccd replaced logkit logger with the logger interface in avalon framework 22 years ago
  Keiron Liddle 2d11da7573 a simple impl of getting ipd and line height 22 years ago
  Keiron Liddle 40e4612f21 made it easier to add xml handlers 22 years ago
  Keiron Liddle f0e4882228 renders images and ifo to pdf doc 22 years ago