42 次代码提交 (cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e)

作者 SHA1 备注 提交日期
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 年前
  Vincent Hennebert 0f58f09a9a Fixed indentation 14 年前
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 年前
  Vincent Hennebert 2a54372f5d Renamed some variables and methods for consistency. 14 年前
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 年前
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: 15 年前
  Jeremias Maerki 8eefdf7d68 Added support for adding natural language information on page-sequence and document level to a tagged PDF. 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 011fd36fce Avoid ArrayOutOfBoundsException when text length is 0 (this can happen if you specify a soft hyphen as only content of a block, for example). 15 年前
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 年前
  Jeremias Maerki 45ff1920e2 Most of the PostScript extensions are implemented in PSPainter now (and tested). 15 年前
  Jeremias Maerki 10cb96278c Fixed another spacing issue in IFRenderer. 15 年前
  Jeremias Maerki 3beeea67b6 Fixed another little kerning bug. 15 年前
  Jeremias Maerki 3287952fed My first attempt at implementing links was messed up. This second attempt actually works. 15 年前
  Jeremias Maerki 342147f014 Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 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 e02936ef8d Fixed ArrayIndexOutOfBoundsException when there is a long text with very few kerning adjustments. 16 年前
  Jeremias Maerki 62b7eb34cb Can disable the warning now, replaced by an explanation of the simplification. 16 年前
  Jeremias Maerki 26500495c3 pt -> mpt conversion must round. 16 年前
  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 a9507e9562 Made the IFRenderer smarter so it combines lines of text into a single text element where possible. Makes the final output files smaller. 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 caa63bfe8a Widened "bookmarks" to "document-navigation" to fit named destination into this namespace as both bookmarks and named destinations share some action types. 16 年前
  Jeremias Maerki e714868660 Added support for bookmarks to intermediate format (including PDF painter). 16 年前
  Jeremias Maerki 95b2347224 Now that the most important stuff is working in IFRenderer, reduce verbosity at debug level. 16 年前
  Jeremias Maerki 5ca81a092a Implemented foreign-object support for the new intermediate format. 16 年前
  Jeremias Maerki 23f7125586 Fix for kerning (switched to SVG semantics, now working correctly for both SVG and PDF) 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 17214623fe Fixed block containers now working properly. 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 年前
  Jeremias Maerki b11934f815 Renamed "iform" package to "intermediate" (iform was too cryptic for my taste) 16 年前