110 Commits (fop-0_94)

Autor SHA1 Nachricht Datum
  Joerg Pietschmann a0ef047f14 corrected some misspellings and other potential annoyances in example vor 17 Jahren
  Joerg Pietschmann fca6600bd9 removed hyphenation advice from basic example vor 17 Jahren
  Bertrand Delacretaz 303963527f Working on bug #5335, barcode.fo example fixed to work with current code vor 17 Jahren
  Bertrand Delacretaz bf6082b701 Working on bug #5335: font did not embed correctly, replaced with a fresh download from http://www.geocities.com/keith_dimmock/barcodes.html vor 17 Jahren
  Bertrand Delacretaz 9d1e62acbe Failed with "Border and padding for region "xsl-region-after" must be '0'" error, border removed. vor 17 Jahren
  Jeremias Maerki 4bc66553af Fix a bug in the example code: Without setting the user agent on the Renderer instance, stuff like using images doesn't work. vor 18 Jahren
  Jeremias Maerki 288ab1139e Some instructions in the readme file for the MathML extension. vor 18 Jahren
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html vor 18 Jahren
  Jeremias Maerki 49151209f2 Bugzilla #39846, #39847: vor 18 Jahren
  Jeremias Maerki fc466abd97 Bugzilla #39416: vor 18 Jahren
  Jeremias Maerki 6147427e8a Bugzilla #39416: vor 18 Jahren
  Jeremias Maerki c3764a0774 Bugzilla #39416: vor 18 Jahren
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: vor 18 Jahren
  Jeremias Maerki f6ca80e8c8 Removed totally misleading demo file. widows and orphans only have an effect inside the same fo:block, not across table-cells. vor 18 Jahren
  Simon Pepping 799ffca5bb You can specify an object file in a jar file as follows: vor 18 Jahren
  Jeremias Maerki 90a82aaada Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree. vor 18 Jahren
  Simon Pepping af24371d6a An addition to FOP that can be used to render a hyphenation tree in vor 18 Jahren
  Clay Leeds c546e54ed6 Removed old doap.xml file. vor 18 Jahren
  Peter Herweg 5479a8fd38 add support for rtf test files vor 18 Jahren
  Jeremias Maerki 9904a3e4e8 Added an example for the intermediate format the demonstrates stamping a document using XSLT. vor 18 Jahren
  Jeremias Maerki c7d0432324 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. vor 18 Jahren
  Simon Pepping 39e0e48745 Change more links from xml.apache.org to xmlgraphics.apache.org. vor 18 Jahren
  Christian Geisert b772cf1083 Removed obsolete docs dir 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
  Andreas L. Delmelle 8d4c6805ee Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors) 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 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
  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 7253134b2b Fixed FO validation problem and the header. vor 19 Jahren
  Jeremias Maerki 77a2d704aa Fixed getDocument() method (is now getDOMDocument()). vor 19 Jahren
  Jeremias Maerki f58ac67275 Fixed getDocument() method (is now getDOMDocument()). The plan extension still worked because convertToSvg() was called by getDimension(). Anyway, this is now fixed. vor 19 Jahren
  Jeremias Maerki 80046a41bf A nit. vor 19 Jahren
  Jeremias Maerki 4b20ba4832 external-graphic property demonstration section. vor 19 Jahren
  Jeremias Maerki 7a7d2dd354 Providing a FO -> RTF example explaining the only difference that getResults() cannot be used. I think I promised that example to someone earlier. vor 19 Jahren
  Joerg Pietschmann 755da1887c Removed left over .cvsignore files. vor 19 Jahren
  Jeremias Maerki 652f062431 Bugzilla #36112 vor 19 Jahren
  Jeremias Maerki db1b760fee Bugzilla #35937: vor 19 Jahren
  Jeremias Maerki cdf6ec8d59 Example for printing to an old-style PrinterJob instance. vor 19 Jahren
  Jeremias Maerki bdd6451d04 Resurrected the old example from the maintenance branch now that the AWT Viewer works again. vor 19 Jahren
  Jeremias Maerki ace615b031 Made the file more portable. vor 19 Jahren
  Jeremias Maerki ca87a2126b Clarify where this K3 barcode font is coming from. vor 19 Jahren
  Jeremias Maerki d4c62ec3a7 region-after may not have borders. Used an absolutely positioned block-container instead. vor 19 Jahren
  Jeremias Maerki ae6fa5c60a Added missing license header. vor 19 Jahren
  Glen Mazza d69f26fbac PR: vor 19 Jahren
  Glen Mazza 32781f1091 1.) fox:label converted to 1.1 fo:bookmark-title. vor 19 Jahren
  Glen Mazza 0f57433994 PR: vor 19 Jahren
  Glen Mazza f705dacc16 Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two more vor 19 Jahren
  Glen Mazza 2af2cba135 Modified pdfoutline to have two page sequences--makes it more useful for vor 19 Jahren
  Jeremias Maerki 2a2627afd1 Fixed compile error vor 19 Jahren