34 次程式碼提交 (65e12053cb81114db964534f7e974c338a8a467b)

作者 SHA1 備註 提交日期
  Peter Hancock 65e12053cb Addressed findbugs and checkstyle regressions 12 年之前
  Peter Hancock 160d78ce1c Associate structure tree elements directly to render content 12 年之前
  Vincent Hennebert c6fb066a02 Removed the DOM representation of the structure tree. 12 年之前
  Vincent Hennebert 427df0fa7d Added id element to intermediate format to track the origin of content. 13 年之前
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 年之前
  Vincent Hennebert 444ea54c14 Issue an error when attempting to render an intermediate XML file in accessibility mode, but that file wasn't generated with accessibility (i.e., does not contain the structure tree) 14 年之前
  Vincent Hennebert 2a54372f5d Renamed some variables and methods for consistency. 14 年之前
  Vincent Hennebert 113a028123 Merged SimpleStructureTree and ParsedStructureTree classes into a single one, used by both TransformerNodeEndProcessing and intermediate XML parsers 14 年之前
  Vincent Hennebert b59502d64e Fixed support for links and images in the Intermediate Format 14 年之前
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 年之前
  Vincent Hennebert 3ec57c684b Implemented parsing of structure trees from IF XML files. 14 年之前
  Jeremias Maerki 8eefdf7d68 Added support for adding natural language information on page-sequence and document level to a tagged PDF. 15 年之前
  Jeremias Maerki 75fde7d021 Some cleanup. 15 年之前
  Jeremias Maerki 04e5717494 Enabled parsing support for foreign attributes on page-sequence. 15 年之前
  Jeremias Maerki 45e74b066f Reverted changes for "ptr" to painter interface as announced in #46705. The pointer value is now provided through the IFContext so only the implementations that support it have to deal with it. 15 年之前
  Jeremias Maerki dc201205b7 Added support for adding extension elements and foreign attributes on fo:page-sequence. 15 年之前
  Jeremias Maerki 223eb5df1f Bugzilla #46705: 15 年之前
  Jeremias Maerki 5301aae80a Moved area tree example to package embedding/atxml. 15 年之前
  Jeremias Maerki 4e27a1c9dd Performance improvements and file-size reductions by introducing letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). 15 年之前
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 年之前
  Jeremias Maerki 75b0fbff79 Fixed parsing of document navigation namespace (its elements are no longer simple extension elements but get sent to a specific interface). 15 年之前
  Jeremias Maerki be4dc692db Added page master name to IFDocumentHandler.startPage() method. 15 年之前
  Jeremias Maerki d6d3411ca8 Split IFPainter into IFDocumentHandler and IFPainter. This makes the implementation classes smaller, better allows to isolate the painting parts and helps with formats that generate one object per page (SVG, PNG etc.). 15 年之前
  Jeremias Maerki 0864f618dc Added support for painting leaders (implemented as drawLine in IFPainter). 16 年之前
  Jeremias Maerki bacc153b5d Had to introduce "clip-rect" to handle clipping on background images, leader etc. A full viewport is probably too heavy-weight here. This is to be considered temporary pending verification with SVG and PCL implementations. 16 年之前
  Jeremias Maerki 07c47a253c Initial implementation for border painting for the new IF (including support for PDF, but not SVG, yet) 16 年之前
  Jeremias Maerki 804a2ba264 Added document-trailer element to the IF (for example for the bookmark tree). 16 年之前
  Jeremias Maerki 94b3702936 Extracted some often-used XML constants and utility methods into an interface and a class in org.apache.fop.util. 16 年之前
  Jeremias Maerki be26c2ac11 Update for image elements. 16 年之前
  Jeremias Maerki 83abc0b9b1 First steps at unified image handling as proposed on http://wiki.apache.org/xmlgraphics-fop/ImageSupport/ImageHandler. This shall serve as a preview to motivate early feedback if anyone is interested. 16 年之前
  Jeremias Maerki fecc2c5cb1 Renamed "box" to "viewport". Introduced "group" for pure reference areas (only transformation, no clipping). 16 年之前
  Jeremias Maerki 2d83907e2d Improved/fixed font setup for painters. Reduced the whole thing to pass in a fully set-up FontInfo object to reduce dependencies on the font package to the necessary. 16 年之前
  Jeremias Maerki 8091bd1121 Started the IFParser. 16 年之前