4825 Коміти (fop-0_92)
 

Автор SHA1 Повідомлення Дата
  Jeremias Maerki 052e1d0874 We forgot to update the header and footer of the download mirror page. 18 роки тому
  Jeremias Maerki 8bdee8d2d9 Bugzilla #38453: 18 роки тому
  Jeremias Maerki 91d8c38fa9 Don't swallow characters if the handler does not implement LexicalHandler. 18 роки тому
  Jeremias Maerki b7315c99ca Better naming of the relases. 18 роки тому
  Jeremias Maerki 38ba2344a6 fo:wrapper has restrictions. 18 роки тому
  Jeremias Maerki 7a8e9314a4 Demonstrating the problem reported by Jan Kohnert. 18 роки тому
  Jeremias Maerki 3c9db68633 Renaming test case as it doesn't properly describe what it does. 18 роки тому
  Andreas L. Delmelle ae44bf2f44 Further fine-tuning of white-space-handling during refinement 18 роки тому
  Andreas L. Delmelle 36540e2591 Forgot to commit the failing testcase... 18 роки тому
  Andreas L. Delmelle 50782f6e6b Implementation for from-table-column(). See: bugzilla 38282 18 роки тому
  Jeremias Maerki f221e2cad2 Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh! 18 роки тому
  Jeremias Maerki a51f3ff12b Bugzilla #38434: 18 роки тому
  Simon Pepping af24371d6a An addition to FOP that can be used to render a hyphenation tree in 18 роки тому
  Simon Pepping 8f160a6bf6 Change TransformerHandler to ContentHandler. Use comment method when 18 роки тому
  Simon Pepping abebe36d9a Implement new interface method 18 роки тому
  Peter Herweg ba51a1b92a RTF: testcase 'tableunits.fo' failed because there was no PercentBaseContext passed. 18 роки тому
  Chris Bowditch ff538ae841 TransformerHandler changed to ContentHandler to allow easier integration of XML Renderer to a SAX Events chain 18 роки тому
  Chris Bowditch eff8f14068 TransformerHandler changed to ContentHandler to allow easier integration of XML Renderer to a SAX Events chain 18 роки тому
  Jeremias Maerki 951ce15476 Added safe-guard against reuse to avoid problems with the renderers. 18 роки тому
  Jeremias Maerki c6e95444dd Don't swallow the stack trace. 18 роки тому
  Jeremias Maerki 11d47a815e Bugzilla #38397: 18 роки тому
  Jeremias Maerki 5c9f9e96d0 Bugzilla #37506: 18 роки тому
  Simon Pepping 57e17a30b3 Corrected the about of the project and some XML and URI errors, and 18 роки тому
  Peter Herweg 94a6ff7f78 added support for number-columns-spanned and number-rows-spanned in the same cell 18 роки тому
  Jeremias Maerki 24e4b22e76 To avoid NPEs due to my latest fix, use the default simple-page-master from the page-sequence-master if one is used. 18 роки тому
  Jeremias Maerki 3d1baf5455 Bugfix: Regions with non-standard names got ignored in RTF output leading to missing headers and footers. 18 роки тому
  Jeremias Maerki 5bf86498b1 Avoid NPE when a malformed command-line is specified. 18 роки тому
  Jeremias Maerki 252c6c0648 My last change broke the test suite. Fix included. The start-indent should not be added to the area tree XML when it is zero. 18 роки тому
  Clay Leeds c546e54ed6 Removed old doap.xml file. 18 роки тому
  Jeremias Maerki 4f5f538f03 Following the model of Graphics2DAdapter, added a new interface ImageAdapter which can optionally be implemented by Renderers to support painting of RenderedImage or BufferedImage instances from inside XMLHandler implementations. First implementation by the PSRenderer. Barcode4J is going to be extended to use this interface so barcode support can easily be added to the AFP Renderer without having a Graphics2D implementation at first. 18 роки тому
  Peter Herweg 5479a8fd38 add support for rtf test files 18 роки тому
  Peter Herweg e6a3bb0e35 just a few changes in order to satisfy checkstyle 18 роки тому
  Jeremias Maerki 499ce53562 Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file. 18 роки тому
  Jeremias Maerki ae5491af3c Fix for NPE when the AWT Viewer is used with an area tree file as input. 18 роки тому
  Jeremias Maerki 9ded99b802 Bugfix: LineArea used a private field instead of the start-indent trait which caused problems for centered and right-aligned text when rendering is done from the intermediate format. The AreaTreeParser parses and sets the trait but not the startIndent field on LineArea, so I removed the startIndent field. 18 роки тому
  Jeremias Maerki aeada3dbe3 Documented the special configuration options for the PDF and PS renderers. 18 роки тому
  Jeremias Maerki 56b170802a Hint at the auto-rotate-landscape option. 18 роки тому
  Jeremias Maerki 47dbae7b8f Resurrect the getter/setter for the "auto-rotate-landscape" setting. 18 роки тому
  Peter Herweg 4e8413db45 number-columns-spanned did not work in last row of a cell. Fixed. 18 роки тому
  Clay Leeds 90e5a9b89f Added categories for FOP 18 роки тому
  Jeremias Maerki bc08519ccf The resolution of the bounding box (pts as integers) is too low for barcodes. Once the EPSReader can load the HiResBoundingBox this is also useful. 18 роки тому
  Chris Bowditch 25e2b93905 Added samedir property, to allow Checkstyle 4 to run 18 роки тому
  Jeremias Maerki 1d584c0578 (Re?)added integer page number to the PageViewport. 18 роки тому
  Jeremias Maerki 5a9b73f074 RTF output did not generate the "\landscape" tag when necessary. 18 роки тому
  Jeremias Maerki 4a34763794 Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore. 18 роки тому
  Jeremias Maerki 9a01ca2474 Fixed a few omissions after the API change. 18 роки тому
  Jeremias Maerki b9d21be592 New interface XMLizable (copied from Apache Excalibur) to mark classes that can serialize themselves to XML (SAX stream). 18 роки тому
  Jeremias Maerki 9904a3e4e8 Added an example for the intermediate format the demonstrates stamping a document using XSLT. 18 роки тому
  Jeremias Maerki 874ccce493 Initial documentation for the intermediate format. 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 роки тому