114 Commits (56d3fbd9f7fdb103f1c4bd92c2fd12b98ac593f3)

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