110 Commity (fop-0_94)

Autor SHA1 Wiadomość Data
  Joerg Pietschmann a0ef047f14 corrected some misspellings and other potential annoyances in example 17 lat temu
  Joerg Pietschmann fca6600bd9 removed hyphenation advice from basic example 17 lat temu
  Bertrand Delacretaz 303963527f Working on bug #5335, barcode.fo example fixed to work with current code 17 lat temu
  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 17 lat temu
  Bertrand Delacretaz 9d1e62acbe Failed with "Border and padding for region "xsl-region-after" must be '0'" error, border removed. 17 lat temu
  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. 17 lat temu
  Jeremias Maerki 288ab1139e Some instructions in the readme file for the MathML extension. 18 lat temu
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 lat temu
  Jeremias Maerki 49151209f2 Bugzilla #39846, #39847: 18 lat temu
  Jeremias Maerki fc466abd97 Bugzilla #39416: 18 lat temu
  Jeremias Maerki 6147427e8a Bugzilla #39416: 18 lat temu
  Jeremias Maerki c3764a0774 Bugzilla #39416: 18 lat temu
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 lat temu
  Jeremias Maerki f6ca80e8c8 Removed totally misleading demo file. widows and orphans only have an effect inside the same fo:block, not across table-cells. 18 lat temu
  Simon Pepping 799ffca5bb You can specify an object file in a jar file as follows: 18 lat temu
  Jeremias Maerki 90a82aaada Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree. 18 lat temu
  Simon Pepping af24371d6a An addition to FOP that can be used to render a hyphenation tree in 18 lat temu
  Clay Leeds c546e54ed6 Removed old doap.xml file. 18 lat temu
  Peter Herweg 5479a8fd38 add support for rtf test files 18 lat temu
  Jeremias Maerki 9904a3e4e8 Added an example for the intermediate format the demonstrates stamping a document using XSLT. 18 lat temu
  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. 18 lat temu
  Simon Pepping 39e0e48745 Change more links from xml.apache.org to xmlgraphics.apache.org. 18 lat temu
  Christian Geisert b772cf1083 Removed obsolete docs dir 18 lat temu
  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 lat temu
  Andreas L. Delmelle 8d4c6805ee Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors) 18 lat temu
  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 lat temu
  Jeremias Maerki b4af2746c8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). 18 lat temu
  Jeremias Maerki 67cf812150 Ant is not in the lib directory anymore. Run test with the "ant" script, not "runtests". 18 lat temu
  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 lat temu
  Jeremias Maerki 7253134b2b Fixed FO validation problem and the header. 19 lat temu
  Jeremias Maerki 77a2d704aa Fixed getDocument() method (is now getDOMDocument()). 19 lat temu
  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. 19 lat temu
  Jeremias Maerki 80046a41bf A nit. 19 lat temu
  Jeremias Maerki 4b20ba4832 external-graphic property demonstration section. 19 lat temu
  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. 19 lat temu
  Joerg Pietschmann 755da1887c Removed left over .cvsignore files. 19 lat temu
  Jeremias Maerki 652f062431 Bugzilla #36112 19 lat temu
  Jeremias Maerki db1b760fee Bugzilla #35937: 19 lat temu
  Jeremias Maerki cdf6ec8d59 Example for printing to an old-style PrinterJob instance. 19 lat temu
  Jeremias Maerki bdd6451d04 Resurrected the old example from the maintenance branch now that the AWT Viewer works again. 19 lat temu
  Jeremias Maerki ace615b031 Made the file more portable. 19 lat temu
  Jeremias Maerki ca87a2126b Clarify where this K3 barcode font is coming from. 19 lat temu
  Jeremias Maerki d4c62ec3a7 region-after may not have borders. Used an absolutely positioned block-container instead. 19 lat temu
  Jeremias Maerki ae6fa5c60a Added missing license header. 19 lat temu
  Glen Mazza d69f26fbac PR: 19 lat temu
  Glen Mazza 32781f1091 1.) fox:label converted to 1.1 fo:bookmark-title. 19 lat temu
  Glen Mazza 0f57433994 PR: 19 lat temu
  Glen Mazza f705dacc16 Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two more 19 lat temu
  Glen Mazza 2af2cba135 Modified pdfoutline to have two page sequences--makes it more useful for 19 lat temu
  Jeremias Maerki 2a2627afd1 Fixed compile error 19 lat temu