109 次程式碼提交 (cd600b952b6326195b1670e6a17af75d51f46b57)

作者 SHA1 備註 提交日期
  Jeremias Maerki cd600b952b XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. 18 年之前
  Jeremias Maerki b9c18acdd0 startVPArea() and endVPArea() made abstract in AbstractRenderer so implementors are forced to deal with the topic. 18 年之前
  Jeremias Maerki fbde68e319 Improvements for leader painting in PDF. "dots" are actually dots now, nicer ridge/groove with lightenColor(), reusing code from border painting. 18 年之前
  Jeremias Maerki 54ff093a1c Avoid painting empty rectangles because that can lead to unwanted artifacts. 18 年之前
  Jeremias Maerki 18536029a6 Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 年之前
  Jeremias Maerki 82b916bf0d Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format. 18 年之前
  Jeremias Maerki 01945b97d6 EMF support review: Copyright years, rounding problems, code simplifications 18 年之前
  Manuel Mall e427bf153b Rendering of text-decoration was broken 18 年之前
  Jeremias Maerki df9bf92c17 Javadoc fixes. 18 年之前
  Jeremias Maerki ef1fd8f151 Bugzilla #37236: 18 年之前
  Luca Furini 5cdaf10f11 Fix for bug 36238 (at least in the PDFRenderer) 18 年之前
  Jeremias Maerki 20be3fe07b Fix for internal forward references in PDF output (basic-link with internal-destination): 18 年之前
  Manuel Mall 2ae0a968ee Update to support border and padding and alignments on inline fos 18 年之前
  Jeremias Maerki 0acbef0d3f Moved renderInlineBlockParent() up to the superclass. Fixes border and background painting for inline block parents in PostScript. 19 年之前
  Jeremias Maerki aa4d68d3f3 Fixed the page coordinate system for the PDF Renderer (Defect: Rounding and rounding errors). 19 年之前
  Jeremias Maerki e0b2d7135d Bugzilla #36394: 19 年之前
  Jeremias Maerki 9bc9484967 Kerning is currently not supported by the layout engine, so disable it for PDF and add a TODO item for PS. 19 年之前
  Jeremias Maerki a35f808888 Improved text painting for PostScript (including letter-space and word-space) 19 年之前
  Jeremias Maerki b5fe4766be Bugzilla #36224: 19 年之前
  Jeremias Maerki 25bb4c9e9b Rename PDFXMLHandler to what it really is: an SVGHandler. 19 年之前
  Jeremias Maerki 46072c1c25 A big step towards a usable PostScript renderer. 19 年之前
  Joerg Pietschmann 8eca11a7d5 Squashed some JavaDoc warnings. 19 年之前
  Jeremias Maerki ff1072cb52 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock back into Trunk. 19 年之前
  Jeremias Maerki ac5fcf7b79 Changes for restoring JDK 1.3 compatibility. 19 年之前
  Jeremias Maerki d57530eed0 Made Service a stand-alone class so it can be reused. 19 年之前
  Jeremias Maerki 7cda5ead41 Fix placement of links in PDFs. 19 年之前
  Jeremias Maerki 67f6d14360 Bugfix for misplaced block-containers. 19 年之前
  Jeremias Maerki e835307c93 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 年之前
  Jeremias Maerki 7d80d3db61 First step towards collapsing table borders: 19 年之前
  Jeremias Maerki 7f98992033 Extend the user agent to pipe title, author and keywords through to the PDF. A title on the user agent will override any title info gathered from fo:title elements. 19 年之前
  Jeremias Maerki e0395a78ac Implemented the rest of the border styles. Now uses clipping while painting the borders to paint nicer edges. Some of this code should later be extracted into utility classes so other renderers can use the same code. 19 年之前
  Jeremias Maerki c862ac12a6 Remove dependency of pdf package to the FOP user agent. 19 年之前
  Jeremias Maerki 1b772f22b9 Get the mark colors for text-decorations right. 19 年之前
  Jeremias Maerki c62eb56cc3 First version of text-decoration support (no colors, yet, PDF rendering may not be optimal, yet, but the rest seems to work) 19 年之前
  Jeremias Maerki 0ed68a02ec Early preloading of images (during FO tree building). This wasn't consistent before (bg-images were loaded by the renderer). 19 年之前
  Jeremias Maerki b0c752ee04 Repetitions for background images 19 年之前
  Jeremias Maerki 044e8e38ad Background image is painted on the padding-rectangle, not on the border-rectangle. 19 年之前
  Jeremias Maerki 0cb69bccd8 Clipping the background image. 19 年之前
  Jeremias Maerki 96139290da "fixed" block-containers implemented. 19 年之前
  Jeremias Maerki d59ab407f1 Code cleanup and preparation for implementing absolute-position="fixed". 19 年之前
  Jeremias Maerki 670bc25380 Fix space-before|after handling for block-containers (only a minimal fix, doesn't take space-resolution into account, yet) 19 年之前
  Jeremias Maerki bb9e6ae01a block-containers improved/fixed. The following features are implemented and testcases exist: 19 年之前
  Glen Mazza 4f56f5d364 PR: 19 年之前
  Jeremias Maerki 482c94cfd6 Removed the "inheritedStartIndent" hack again. 19 年之前
  Glen Mazza 0f57433994 PR: 19 年之前
  Jeremias Maerki 45972865de Rename parameter to match the type. 19 年之前
  Glen Mazza d62e571508 PR: 19 年之前
  Glen Mazza 43decd1c0d Very minor edits to Bookmark handling code. 19 年之前
  Glen Mazza bfab061fc7 PR: 19 年之前
  Glen Mazza 632222604a PR: 19 年之前