1 Commits (f84616e34df4790b55bd0ea71d1a9c862cd24ba2)

Author SHA1 Message Date
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 6d048701da No stacktrace when encountering problems while building a base URL. It's not necessary and draws too much attention. Instead added the URL to the log message that causes the problem. 18 years ago
  Jeremias Maerki 372d168636 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. 18 years ago
  Jeremias Maerki e6b19bd912 Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki 16a831bba3 Fix bug in the construction of a base URL when it's specified as a file system path. 18 years ago
  Manuel Mall ad45779952 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki 142c565824 NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 18 years ago
  Jeremias Maerki 050760b277 Bugzilla #37877: 18 years ago
  Jeremias Maerki 505828c914 Alternative set of rules for text indent calculation (start-indent and end-indent) which tries to mimic many commercial FO implementation that have chosen to break the specification in this aspect. I think I have found the behaviour for most cases. But I'm operating in reverse-engineering mode here and not all FO implementations behave in the same way! 18 years ago
  Jeremias Maerki f933d3a950 Changing the debug level of a not so interesting message. 18 years ago
  Jeremias Maerki 9913f585a8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). 18 years ago
  Jeremias Maerki cd432da819 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 9b508c9822 Get rid of annoying source of calculation inaccuracies. 18 years ago
  Jeremias Maerki d88ca9d8a1 Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. Added a comment. 18 years ago
  Jeremias Maerki 8c11d297c1 Simplified configuration XML as proposed. 18 years ago
  Andreas L. Delmelle 6762e1bf79 Slight modification to user config file format 18 years ago
  Andreas L. Delmelle 0be2ba9b8f Added UA initialization from user-config 18 years ago
  Andreas L. Delmelle 0fe96db894 Added custom Maker for page-height and page-width; use fallback values in case value is auto 19 years ago
  Joerg Pietschmann 7609bc88ed Squashed CheckStyle warnings, mostly JavaDoc. 19 years ago
  Jeremias Maerki 9a3ce22473 Moved CLI to its own package. New main class is org.apache.fop.cli.Main. 19 years ago
  Jeremias Maerki a62babfa7e Bugzilla #36082 19 years ago
  Jeremias Maerki 98745dd6db Bugzilla #36082 19 years ago
  Jeremias Maerki b619da5f6f Better documentation of FOUserAgent.getStream() 19 years ago
  Jeremias Maerki 6abd7463ba Made Service a stand-alone class so it can be reused. 19 years ago
  Jeremias Maerki 8a674bc8dd It's Apache FOP, not just FOP. 19 years ago
  Jeremias Maerki 51a8a2c29e Publish the default resolution to the outside. 19 years ago
  Jeremias Maerki 8e6ea239ad Bugzilla: #33760 19 years ago
  Jeremias Maerki 0c77d22788 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 years ago
  Glen Mazza c9589441ce Flag added in FOUserAgent for strict/unstrict validation (see TableBody to see how used.) 19 years ago
  Jeremias Maerki 3a2644e520 Extend the user agent to pipe title, author and keywords through to the PDF. A title on the user agent will override any title info gathered from fo:title elements. 19 years ago
  Simon Pepping 76d5ac13bb This patch implements a pluggable LayoutManagers system, according 19 years ago
  Glen Mazza daf6d29eb3 PR: 19 years ago
  Jeremias Maerki e39fc33f1b Centralized Renderer and FOEventHandler creation in the RenderFactory class. 19 years ago
  Finn Bock 3f8643fbc4 Moved from element mapping class names to element mapping objects. 20 years ago
  Jeremias Maerki 158ee41f63 Calculating the resolution value instead of writing down the constant is more readable IMO. 20 years ago
  Glen Mazza 27c0da6d2a Moved user-defined ElementMapping initialization from Driver to FOUserAgent. 20 years ago
  Simon Pepping 1552c8db46 Correction to the javadoc 20 years ago
  Simon Pepping 0dd800cbcb Implementing user configuration file. 20 years ago
  Glen Mazza 40e8363099 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the only 20 years ago
  Glen Mazza fb36f343e1 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between 20 years ago
  Glen Mazza 671f7687ff 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing 20 years ago
  Glen Mazza 04e32fbc58 1.) Moving renderer-specific customization variables (producer, creator, create date) to FOUserAgent, those renderers which can work with these values can read them from passed-in FOUserAgent instance. 20 years ago
  Glen Mazza 86aabdd89b 1. Moved renderer options to within FOUserAgent 20 years ago
  Glen Mazza d33e2b27cc Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commons Logging 20 years ago
  Glen Mazza f0d5728b23 PR: 20 years ago
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  William Victor Mote 88809bc4ab style/javadoc changes only 21 years ago
  William Victor Mote c9b2e2ded3 move renderXML() from apps/FOUserAgent to render/AbstractRenderer 21 years ago
  William Victor Mote 4a261ae9e7 move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer 21 years ago
  William Victor Mote f3d66dcd78 move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole 21 years ago