4453 Commits (74a6dc666632def562a2f5077ddcef2b5ce57b58)
 

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