68 Commits (2370a1d7bac9d1d8919d220bbd23017c9322beed)

Author SHA1 Message Date
  Jeremias Maerki 2370a1d7ba Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign (603620-746655) into Trunk. 15 years ago
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Vincent Hennebert 09fdf85d77 Checkstyle and minor typo fixes 16 years ago
  Adrian Cumiskey 6de78dd390 * Added font substitution configuration reader, model, business logic, junit test and docs. 16 years ago
  Jeremias Maerki aa8b96d1f6 Bugfix: If the first event is not issued over an event producer, the fallback logging event listener was not installed. 16 years ago
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Jeremias Maerki a98e505237 Made the necessary changes to remove the long-standing deprecations in the apps package as discussed. 16 years ago
  Jeremias Maerki 2dff0ee028 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Andreas L. Delmelle 1d07e61786 Tweak: allow control over usage of Locators 17 years ago
  Jeremias Maerki fc92f8ac2f Bugzilla #42278: 17 years ago
  Jeremias Maerki 9dc46ab8e8 Bugzilla #41831: 17 years ago
  Vincent Hennebert 288a916ba6 Stricter user config file validation. 17 years ago
  Chris Bowditch b8ff596635 corrected a couple of javadoc warnings issued by checkstyle 18 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki fb3a04efdc Made FOUserAgent.configure() protected again (not to tempt any users to play with it). Instead improved CommandLineOptions to properly build and adjust the FOUserAgent. Manuel's fix was ok, but I wasn't too comfortable with the public configure() method. 18 years ago
  Manuel Mall 3d9f9734b5 Some config file settings were not correctly set in FOUserAgent when invoked from command line 18 years ago
  Jeremias Maerki eecf36362b Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is given to Apache XML Commons Resolver, it tries to construct a java.net.URL from it which takes forever and fails in the end when no protocol handler for "data" URLs is installed. 18 years ago
  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 19 years ago
  Andreas L. Delmelle 0be2ba9b8f Added UA initialization from user-config 19 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