114 Комити (56d3fbd9f7fdb103f1c4bd92c2fd12b98ac593f3)

Аутор SHA1 Порука Датум
  Jeremias Maerki 60ffecd2da Added an example to demonstrate how to write your own event listener and how to deal with the exceptions thrown in the process. пре 16 година
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from пре 16 година
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: пре 16 година
  Jeremias Maerki 937cba8341 Added sample as suggested by Kumar Puppala. пре 16 година
  Joerg Pietschmann a0ef047f14 corrected some misspellings and other potential annoyances in example пре 17 година
  Joerg Pietschmann fca6600bd9 removed hyphenation advice from basic example пре 17 година
  Bertrand Delacretaz 303963527f Working on bug #5335, barcode.fo example fixed to work with current code пре 18 година
  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 пре 18 година
  Bertrand Delacretaz 9d1e62acbe Failed with "Border and padding for region "xsl-region-after" must be '0'" error, border removed. пре 18 година
  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. пре 18 година
  Jeremias Maerki 288ab1139e Some instructions in the readme file for the MathML extension. пре 18 година
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html пре 18 година
  Jeremias Maerki 49151209f2 Bugzilla #39846, #39847: пре 18 година
  Jeremias Maerki fc466abd97 Bugzilla #39416: пре 18 година
  Jeremias Maerki 6147427e8a Bugzilla #39416: пре 18 година
  Jeremias Maerki c3764a0774 Bugzilla #39416: пре 18 година
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: пре 18 година
  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 година
  Simon Pepping 799ffca5bb You can specify an object file in a jar file as follows: пре 18 година
  Jeremias Maerki 90a82aaada Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree. пре 18 година
  Simon Pepping af24371d6a An addition to FOP that can be used to render a hyphenation tree in пре 18 година
  Clay Leeds c546e54ed6 Removed old doap.xml file. пре 18 година
  Peter Herweg 5479a8fd38 add support for rtf test files пре 18 година
  Jeremias Maerki 9904a3e4e8 Added an example for the intermediate format the demonstrates stamping a document using XSLT. пре 18 година
  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 година
  Simon Pepping 39e0e48745 Change more links from xml.apache.org to xmlgraphics.apache.org. пре 18 година
  Christian Geisert b772cf1083 Removed obsolete docs dir пре 18 година
  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 година
  Andreas L. Delmelle 8d4c6805ee Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors) пре 18 година
  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 година
  Jeremias Maerki b4af2746c8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). пре 18 година
  Jeremias Maerki 67cf812150 Ant is not in the lib directory anymore. Run test with the "ant" script, not "runtests". пре 18 година
  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 година
  Jeremias Maerki 7253134b2b Fixed FO validation problem and the header. пре 19 година
  Jeremias Maerki 77a2d704aa Fixed getDocument() method (is now getDOMDocument()). пре 19 година
  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 година
  Jeremias Maerki 80046a41bf A nit. пре 19 година
  Jeremias Maerki 4b20ba4832 external-graphic property demonstration section. пре 19 година
  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 година
  Joerg Pietschmann 755da1887c Removed left over .cvsignore files. пре 19 година
  Jeremias Maerki 652f062431 Bugzilla #36112 пре 19 година
  Jeremias Maerki db1b760fee Bugzilla #35937: пре 19 година
  Jeremias Maerki cdf6ec8d59 Example for printing to an old-style PrinterJob instance. пре 19 година
  Jeremias Maerki bdd6451d04 Resurrected the old example from the maintenance branch now that the AWT Viewer works again. пре 19 година
  Jeremias Maerki ace615b031 Made the file more portable. пре 19 година
  Jeremias Maerki ca87a2126b Clarify where this K3 barcode font is coming from. пре 19 година
  Jeremias Maerki d4c62ec3a7 region-after may not have borders. Used an absolutely positioned block-container instead. пре 19 година
  Jeremias Maerki ae6fa5c60a Added missing license header. пре 19 година
  Glen Mazza d69f26fbac PR: пре 19 година
  Glen Mazza 32781f1091 1.) fox:label converted to 1.1 fo:bookmark-title. пре 19 година