422 Commits (cf44a5e715fbf95f2b37f8fd76ea04539762114e)

Author SHA1 Message Date
  Simon Pepping cf44a5e715 Merging branches/fop-1_0 back into trunk 14 years ago
  Jeremias Maerki ea5628ad60 AFP Output Changes: 14 years ago
  Jeremias Maerki f63a641cad AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer errors) and positioning fix for bitmaps from G2D graphics. 14 years ago
  Jeremias Maerki 7b7df1f2eb Bugzilla #42306: 14 years ago
  Jeremias Maerki b3962a5416 Bugfix for formatting of floating point numbers which could lead to invalid PDFs. 14 years ago
  Jeremias Maerki f03b7d3986 Added a save/restoreGraphicsState pair for the initial coordinate system in PDF output for easier post-processing. The missing q/Q pair caused content to be upside-down when simply a new content stream is appended to the page. With this change the initial coordinate system is restored after FOP's stream is finished. 14 years ago
  Jeremias Maerki 702423bfe6 Bumped xmlgraphics-commons.jar. 14 years ago
  Jeremias Maerki ea10e27ed2 Bugzilla #48696: 14 years ago
  Jeremias Maerki 8fec10a7f8 Bugzilla #48567: 14 years ago
  Vincent Hennebert 56cbc9c138 Bugzilla #46486: having a special page-master for the last page caused loss of content when normal blocks were mixed with blocks spanning all columns. 14 years ago
  Vincent Hennebert 27a3dd896a Added possibility to customize PDF tagging via the role property 14 years ago
  Chris Bowditch 5dab48b4cb Bugzilla #48237: 14 years ago
  Chris Bowditch 78737e2682 Bugzilla #48376: 14 years ago
  Chris Bowditch 4fa6914eb9 Bugfix: 48456 AFP Renderer: Underline is incorrectly placed when reference-orientation != 0 14 years ago
  Chris Bowditch f1e1604fe9 Bugfix: 48453 AFP Renderer: Page Segments not positioned correctly when reference-orientation != 0 14 years ago
  Jeremias Maerki 8bdc6ef879 Added support for TrueType fonts with symbol character maps (like "Wingdings" and "Symbol"). Characters for these fonts are usually found in the 0xF020 to 0xF0FF range (a Unicode private use area). 14 years ago
  Chris Bowditch 5e7a1a05ed bug fix: 48290 AFP Renderer: AttributeQualifier Triplet occurs before TLE Value 14 years ago
  Jeremias Maerki 7c30a0d580 Bugzilla #48048: 14 years ago
  Vincent Hennebert d1125d8e87 Bugzilla #48185: rounding error when computing the CMYK components of a color, in the AFP output. 14 years ago
  Vincent Hennebert 181debc80c Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback RGB colors were used instead. 14 years ago
  Vincent Hennebert 0ae93fdfc0 Bugzilla #48082: value of conditional space not always taken into account in the calculation of a table's height 14 years ago
  Vincent Hennebert 97fb6adb43 Column keeps implementation belongs in Layout, not Renderers 14 years ago
  Vincent Hennebert 409d8072b3 Merged back Temp_Accessibility branch into Trunk 14 years ago
  Jeremias Maerki c09bc829d8 Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as embedded objects. 14 years ago
  Adrian Cumiskey 90a4c43014 Added support for xmlfile and xsltfile parameters in FOP's Ant Task. 14 years ago
  Adrian Cumiskey f5b0acfd9b Updated status to reflect bug fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47941. 14 years ago
  Jeremias Maerki bb2f0d658e Bugzilla #47711: 14 years ago
  Vincent Hennebert 21acc920a9 Fixed handling of percentage values for provisional-label-separation 14 years ago
  Vincent Hennebert 8c529da7b0 Bugzilla 47835: fixed handling of percentage values for provisional-distance-between-starts. Patch submitted by Jonathan Levinson 14 years ago
  Chris Bowditch 794beb3a3d add support for positioning Page Overlay in AFP Renderer/Painter 14 years ago
  Jeremias Maerki 671a8fb93e Added support for specifying referenced fonts per renderer in addition to the general match list. If any of the two match lists (if specified) match a font, it is not embedded. 14 years ago
  Jeremias Maerki dcc0f66da9 Added support for creating thumbnails or preview bitmaps of fixed size for PNG and TIFF output. 14 years ago
  Jeremias Maerki c20c9d99a9 Bugzilla #46883: 14 years ago
  Jeremias Maerki a0a355c810 Added support for the #CMYK pseudo-profile supported by some commercial XSL implementations on the rgb-icc() function. 14 years ago
  Vincent Hennebert 627ddc0bc4 Forgot to update status file in rev. 808157 15 years ago
  Andreas L. Delmelle df2ab15ed4 Bugzilla 46905: Added basic implementation for column-level keeps. 15 years ago
  Andreas L. Delmelle caca42e213 Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in the method by introducing a member variable to hold the data-length. 15 years ago
  Andreas L. Delmelle e1f1650cf8 Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. 15 years ago
  Chris Bowditch afdac9cfa1 bug fix: 47694 Avoid create IOCA for background on empty areas 15 years ago
  Chris Bowditch 37bbc04e59 added support for IMM Extension on fo:simple-page-master element in the AFP Renderer 15 years ago
  Jeremias Maerki ca08194803 Bugzilla #47311: 15 years ago
  Jeremias Maerki 2b35955a6e PCL Output: Added support for specifying the output bin (pcl:output-bin extension, same way pcl:paper-source works). 15 years ago
  Jeremias Maerki eddaaaf4b4 Added support for AFP font embedding. Note: this changes the default behaviour. Like with PDF and PS, all fonts are embedded by default unless matched in the "referenced-fonts" section in the configuration. 15 years ago
  Andreas L. Delmelle c94f62b43a Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the output. Thanks to Bharat Attaluri. 15 years ago
  Chris Bowditch 889fd4f507 Bugfix: support justified text in AFP Renderer (already working in AFP Painter) 15 years ago
  Andreas L. Delmelle d2fa2021fd Forgot to commit with r782289... 15 years ago
  Vincent Hennebert ca0ff1afeb Nit-pick: there is a 'Fonts' context for changes to the font sub-system 15 years ago
  Chris Bowditch bcfa3b5a3a bug fix: support PFM Files with no extent table 15 years ago
  Andreas L. Delmelle 2aac7daf7e Bugzilla 46960: Previously retrieved marker not cleared when the subsequently retrieved marker was empty. 15 years ago
  Vincent Hennebert 28df88e73a Bugzilla #47232: for the last character of a Type1 font, always a width of 0 was returned. Patch submitted by Maxim Wirt. 15 years ago