5966 次代码提交 (Temp_AFPGOCAResources)
 

作者 SHA1 备注 提交日期
  Jeremias Maerki c94bd88c7c Change PDFPage to use PDFDictionary in order to make it possible to better set MediaBox/TrimBox/BleedBox. 16 年前
  Andreas L. Delmelle 65d92ff2f5 Added testcase for Bugzilla 44343 16 年前
  Vincent Hennebert e913d6ccd9 Fixed minor typo I stumbled upon while doing something completely unrelated 16 年前
  Andreas L. Delmelle 380ae4dae1 Bugzilla 43705: 16 年前
  Andreas L. Delmelle bc75831436 Added very basic parsing for the xml:lang shorthand. 16 年前
  Andreas L. Delmelle 8e49549a9f Slight correction for pixel-values: pass the ratio of pixels-per-point into FixedLength.getInstance() 16 年前
  Andreas L. Delmelle 9ed3838a87 Further improvement in FixedLength: 16 年前
  Andreas L. Delmelle 6bc6210d90 Further cleanup/refinement of FixedLength: 16 年前
  Jeremias Maerki c87d810b5f Fixed transcoder test after yesterday's changes. 16 年前
  Andreas L. Delmelle 3136ea6b04 Minor cleanup/improvement: 16 年前
  Andreas L. Delmelle af652eedd4 Bugzilla 44343: 16 年前
  Jeremias Maerki 1b95627f0d Add a note about color space overrides which currently aren't supported for natively handled images, yet. 16 年前
  Jeremias Maerki 631864454a Move sRGB installation into the PDF library. That way it can be used in PDFDocumentGraphics2D, too (via AbstractImageAdapter). 16 年前
  Jeremias Maerki c4f0551dbf AlphaRasterImage now knows how to deal with TYPE_INT Rasters. 16 年前
  Jeremias Maerki 7fd5394fe6 Implemented drawRenderedImage() which fixes painting of PNG images embedded inside SVG images. 16 年前
  Jeremias Maerki 45e2507fe6 Update lib README based on recent findings. 16 年前
  Jeremias Maerki 8155c42f8f Removed the Dijkstra stuff as it was moved to Commons. 16 年前
  Jeremias Maerki 786dd26d06 Removing the previous entry because the new one basically covers the other, too. 16 年前
  Jeremias Maerki b9c4bae448 "cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewers fail because FOP didn't handle those correctly. 16 年前
  Vincent Hennebert ff01d55a3e Replaced testcases for forced break on table-row with more complete ones. Tests failing because of bug #44320 have been commented out and will need to be re-enabled once the bug is fixed 16 年前
  Vincent Hennebert 87263f843c Renamed testcase for clarity 16 年前
  Vincent Hennebert 8c8ca1b94b Added more tests to ensure no weird things occurs when keep-with-previous/next is set on table. Runs ok 16 年前
  Jeremias Maerki 544607bcfc A more detailed comment on RTF output explaining that RTF has limitations besides the incomplete implementation on the FOP side. 16 年前
  Jeremias Maerki 88b4aa8d19 Bugfix for invalid numTables entry in subset TrueType fonts if there was no "fpgm" table (Example: FreeSerif). 16 年前
  Jeremias Maerki 2b3848ca79 A note on country/language. 16 年前
  Jeremias Maerki 1ea8b13df5 Added support for the natural language indentifier ("Lang" in the document catalog) for PDF documents based on the language/country values on fo:page-sequence. This required a few changes in the AreaTreeModel and the Renderer interface because it didn't support passing through the PageSequence object, only its title. Now, we can put other values on the PageSequence and transport them to the renderers. 16 年前
  Jeremias Maerki 74b2adc7eb Improve breaking for block-container and static-content so there are no more "breaking artifacts" (like additional border lines) in the overflowing part of the content anymore. This is done by removing all breaks from the result list prior to constructing the area tree. The presence of breaks simply indicates that there is an overflow. 16 年前
  Vincent Hennebert 4476c5bed8 Of course startIndex == endIndex means there is one element whose length must be computed... Changed >= into > 16 年前
  Andreas L. Delmelle 72f5b1bbed Bugzilla #44286: 16 年前
  Vincent Hennebert 1902be605c Fixed a bug in computeContentLength when there are empty cells 16 年前
  Jeremias Maerki ab66977cdd Improved error tolerance: an enum property value with leading or trailing spaces is still recognized. Example: content-width="scale-to-fit " 16 年前
  Jeremias Maerki efee9986bd Fix exception when closing Source that doesn't have any streams. 16 年前
  Jeremias Maerki 8b281b7c15 Added support for DOMSource to Preloader SVG so a URI Resolver can be written that provides the SVG as a W3C SVG DOM. 16 年前
  Vincent Hennebert 4b75aa4cd5 Bugzilla #44289: Wrong border resolution when header/footer omitted at break 16 年前
  Vincent Hennebert 05121561b1 Added license header 16 年前
  Vincent Hennebert e977dbf568 Replaced 'non-lead' with 'normal' 16 年前
  Vincent Hennebert 6228167d44 Removed no longer needed reference to TableColumn in GridUnit 16 年前
  Vincent Hennebert c1492fcb24 Cleanup: 16 年前
  Vincent Hennebert 8f8d5b995c Removed the no longer needed maxColumnCount parameter 16 年前
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. 16 年前
  Jeremias Maerki 67c26ead2f We need JAI Image I/O Tools now rather than Jimi or JAI. 16 年前
  Jeremias Maerki 449a0d0764 Bugzilla #44160: 16 年前
  Jeremias Maerki f92cc1b2d3 A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library. 16 年前
  Vincent Hennebert 1ebf696d40 Updated text to reflect the upgrading of the minimum Java requirement to 1.4 16 年前
  Vincent Hennebert 450450ded8 Fixed minor typos 16 年前
  Jeremias Maerki 95287ea8d8 Complete overhaul of the "Graphics" page after the new image loading framework has been introduced. 16 年前
  Jeremias Maerki f549f74c84 A note about the internal coordinate system when using fox:transform. 16 年前
  Jeremias Maerki daa5c136fe Correct inline writing when object has an object number. 16 年前
  Jeremias Maerki ec59ecf8a7 A name object can be encoded as a stand-along PDF object with object number and all, so extend from PDFObject. Fixes a possible ClassCastException with the PDF-in-PDF extension. 16 年前
  Jeremias Maerki 40f39c202e Removed stray System.out 16 年前