4453 Commits (74a6dc666632def562a2f5077ddcef2b5ce57b58)
 

Autor SHA1 Nachricht Datum
  Jeremias Maerki 74a6dc6666 Setting the final version number. vor 18 Jahren
  Jeremias Maerki 75560f958f Make docs target work under Windows. vor 18 Jahren
  Christian Geisert d5917f88f8 lowercase filenames for distsclean vor 18 Jahren
  Jeremias Maerki dadaabd0fe Prepare README for 0.90alpha1 release. vor 18 Jahren
  Jeremias Maerki 522b13a74c favicon was missing in out sources. vor 18 Jahren
  Jeremias Maerki 77aa00905f Updates on the output formats. vor 18 Jahren
  Manuel Mall 9a2eed7945 Added the problem with whitespace around markers as a disabled test case, changed the example fo to work around the problem vor 18 Jahren
  Jeremias Maerki 54ff093a1c Avoid painting empty rectangles because that can lead to unwanted artifacts. vor 18 Jahren
  Jeremias Maerki aec5e88d94 Removed CHANGES as discussed. Please document all important changes in status.xml after the first release. vor 18 Jahren
  Jeremias Maerki 9de807e1ec Resurrected status.xml and prepared it for changes after the first release. vor 18 Jahren
  Jeremias Maerki e9d4858c96 Bugzilla #36480: vor 18 Jahren
  Jeremias Maerki abad44d3f1 Bugzilla #37330: vor 18 Jahren
  Christian Geisert de1c5f7ea0 docs building with a simple forrest call instead of using import vor 18 Jahren
  Jeremias Maerki 7827a12bd9 Bugzilla #37330: vor 18 Jahren
  Jeremias Maerki 5d275dd2d6 Automated parameter rename failed because there was an instance variable called "e" which caused an NPE in examples/fo/build.xml on target "newPDF". vor 18 Jahren
  Jeremias Maerki 0a5202aeef Updated Jakarta Commons Logging 1.0.3 to latest release 1.0.4. vor 18 Jahren
  Jeremias Maerki e502cc9f1a Updated Jakarta Commons Logging 1.0.3 to latest release 1.0.4. vor 18 Jahren
  Jeremias Maerki 18536029a6 Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. vor 18 Jahren
  Christian Geisert f848d591de exclude hyphenation patterns from source distribution vor 18 Jahren
  Jeremias Maerki 7a0ba3bfd0 Every committer is supposed to use the "Submitted by:" pattern when applying patches! vor 18 Jahren
  Manuel Mall 53864bf732 Further cleanup and minor modifications to the compliance page vor 18 Jahren
  Manuel Mall 862f28b060 Correct a few more problems related to leaders: text-align was not handled correctly, use-content was drawing incorrect borders vor 18 Jahren
  Andreas L. Delmelle 35f6e9d8d3 Oops! Removed duplicate 'if' vor 18 Jahren
  Andreas L. Delmelle c32c8496f9 Made junit-layout-hyphenation conditional vor 18 Jahren
  Andreas L. Delmelle 780bb00f88 Made junit-layout-standard conditional vor 18 Jahren
  Jeremias Maerki 999f7ccfef Disabled warning which are based on the containing reference area instead of the containing box. vor 18 Jahren
  Manuel Mall d5b198f094 Initial fix for examples/basic/leader.fo problem vor 18 Jahren
  Andreas L. Delmelle 8d4c6805ee Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors) vor 18 Jahren
  Jeremias Maerki 2234131d11 Typo. Sorry. vor 18 Jahren
  Jeremias Maerki 9f04f8cafd Bugfix for handling of percentage width and height inside block-containers. Fixes problem in examples/fo/basic/border.fo. vor 18 Jahren
  Manuel Mall cfa816ba54 Updated examples in examples/basic/fo to match 0.90 and to reduce warnings when they are built using the examples ant target vor 18 Jahren
  Jeremias Maerki 4ee4fd513a Documented new stuff. vor 18 Jahren
  Jeremias Maerki d3cd1774f4 Use memory-optimized ByteArrayOutputStream from Commons IO instead of the dumb implementation from the JDK. vor 18 Jahren
  Jeremias Maerki b4af2746c8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). vor 18 Jahren
  Jeremias Maerki 67cf812150 Ant is not in the lib directory anymore. Run test with the "ant" script, not "runtests". vor 18 Jahren
  Manuel Mall b7c43146df Changed tar targets to set execute permission on fop script vor 18 Jahren
  Manuel Mall ebd5b57340 Excluded docs directory from fop dist build vor 18 Jahren
  Jeremias Maerki 02111e67f0 Bugzilla #37468: vor 18 Jahren
  Jeremias Maerki 6f2c345eb1 Bugzilla #37468: vor 18 Jahren
  Manuel Mall 7af60c6d3d Minor corrections for jdk 1.3.1 compatibility vor 18 Jahren
  Jeremias Maerki 077ff96c5b Step 2/2: vor 18 Jahren
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): vor 18 Jahren
  Jeremias Maerki 72b1376d37 Package description for the TXTRenderer's border package. vor 18 Jahren
  Jeremias Maerki 75a5b716e5 Javadoc fixes. vor 18 Jahren
  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. vor 18 Jahren
  Jeremias Maerki 97581a9081 Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. vor 18 Jahren
  Jeremias Maerki 305c92099a A note about PCL and MIF. vor 18 Jahren
  Jeremias Maerki a887507a40 Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscoder and the PDFSVGHandler. vor 18 Jahren
  Jeremias Maerki 792c66ee02 Scale factor was wrong. Base must be 72dpi, not the default resolution of the PDFDocumentGraphics2D. vor 18 Jahren
  Jeremias Maerki 1c8b099ab7 Get rid of annoying source of calculation inaccuracies. vor 18 Jahren