348 Révisions (Temp_ChangingIPDHack)

Auteur SHA1 Message Date
  Andreas L. Delmelle a6b2b2e4b9 Bugzilla 46905: Added basic implementation for column-level keeps. il y a 15 ans
  Andreas L. Delmelle 6f8f642694 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. il y a 15 ans
  Andreas L. Delmelle b0ece6c49d Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. il y a 15 ans
  Chris Bowditch c2b8346e6c bug fix: 47694 Avoid create IOCA for background on empty areas il y a 15 ans
  Chris Bowditch 5ab295cc5a added support for IMM Extension on fo:simple-page-master element in the AFP Renderer il y a 15 ans
  Jeremias Maerki cc32c1fab6 Bugzilla #47311: il y a 15 ans
  Jeremias Maerki 4b2c6579ff PCL Output: Added support for specifying the output bin (pcl:output-bin extension, same way pcl:paper-source works). il y a 15 ans
  Jeremias Maerki a11874283e 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. il y a 15 ans
  Andreas L. Delmelle 16ae24e8a3 Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the output. Thanks to Bharat Attaluri. il y a 15 ans
  Chris Bowditch 37f5573e66 Bugfix: support justified text in AFP Renderer (already working in AFP Painter) il y a 15 ans
  Andreas L. Delmelle bce4986a01 Forgot to commit with r782289... il y a 15 ans
  Vincent Hennebert 9ed095a142 Nit-pick: there is a 'Fonts' context for changes to the font sub-system il y a 15 ans
  Chris Bowditch 5bde3e055a bug fix: support PFM Files with no extent table il y a 15 ans
  Andreas L. Delmelle bbe544cf9e Bugzilla 46960: Previously retrieved marker not cleared when the subsequently retrieved marker was empty. il y a 15 ans
  Vincent Hennebert a69a5a48f3 Bugzilla #47232: for the last character of a Type1 font, always a width of 0 was returned. Patch submitted by Maxim Wirt. il y a 15 ans
  Vincent Hennebert 2e6df1438d Changed meaning of '-v' option to 'verbose', which will print FOP's version and proceed. Added a '-version' option to simply print the version then exit, following Java practices. il y a 15 ans
  Vincent Hennebert 83266f47d0 Bugzilla #47101: The cells of a table inside a marker were duplicated at every marker retrieval. il y a 15 ans
  Vincent Hennebert 03ed498076 Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the original one. il y a 15 ans
  Vincent Hennebert 88f28b18dc Bugfix: reset graphic state when a page is finished in PostScript. il y a 15 ans
  Vincent Hennebert 54bd1f47b3 Added setting to enable dithered painting of filled rectangles in AFP and PCL. il y a 15 ans
  Vincent Hennebert d39bfced9a Bugfix: footnotes occurring within the forced height of a table row did not appear on the output il y a 15 ans
  Jeremias Maerki eea5b25ec8 Bugzilla #47031: il y a 15 ans
  Jeremias Maerki e471816c05 Bugzilla #47000: il y a 15 ans
  Jeremias Maerki 600aabc692 Fixed a bug that left the PrintRenderer unconfigured even if a configuration was specified for "application/X-fop-print". il y a 15 ans
  Jeremias Maerki a384002ccf Bugzilla #46882: il y a 15 ans
  Andreas L. Delmelle 39846b082a Bugzilla 46489: il y a 15 ans
  Jeremias Maerki 43ecaa845e Added a command-line tool to list all configured fonts (org.apache.fop.tools.fontlist.FontListMain). il y a 15 ans
  Andreas L. Delmelle 3048022fd7 Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel to conserve memory in case of large documents with a lot of cross-references. (area tree will be serialized to disk to avoid keeping it entirely in memory) il y a 15 ans
  Jeremias Maerki 1914db175f Added full URI resolution support for AFP fonts. il y a 15 ans
  Jeremias Maerki bdb4db0bbc AFP Output: Tag Logical Element (TLE) is now also allowed on fo:page-sequence (page group level). il y a 15 ans
  Jeremias Maerki 05f1c240b6 Fixed BPD trait and border painting for leaders with leader-pattern="space" (and similar cases). il y a 15 ans
  Jeremias Maerki dc201205b7 Added support for adding extension elements and foreign attributes on fo:page-sequence. il y a 15 ans
  Jeremias Maerki 34c5ece636 Bugzilla #46686: il y a 15 ans
  Jeremias Maerki 6ec55c961d Bugzilla #45342: il y a 15 ans
  Jeremias Maerki 879e33c042 AFP Output: Added a configuration option to override the resource level defaults in the code. The chosen defaults in code may not always be the best. For example, a user reported that they can't use print-level images for some reason and it is not possible to switch on inlining for background images. il y a 15 ans
  Vincent Hennebert 3485619920 Bugzilla #46638: MinOptMaxUtil.toMinOptMax was converting LengthRangeProperty objects into illegal MinOptMax objects (in some cases opt could be inferior to min). il y a 15 ans
  Vincent Hennebert 490204ba3a Bugzilla #46315: extension to disable column balancing before blocks spanning the whole page, in multiple-column documents. il y a 15 ans
  Jeremias Maerki ac33a1e85b Moved MonochromeBitmapConverter from PCL to utility package for later reuse in AFP. il y a 15 ans
  Jeremias Maerki d58f083cff Added a note explaining things that we should look out for. il y a 15 ans
  Jeremias Maerki 68dd1750c6 FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. il y a 15 ans
  Jeremias Maerki 1b03a90eb4 Added support for forcing single-byte encodings for TrueType fonts without creating an XML font metric file (see "encoding-mode" attribute on "font" element in updated documentation). il y a 15 ans
  Jeremias Maerki c7c6ba4f03 Bugzilla #45306: il y a 15 ans
  Jeremias Maerki b80b717563 Fixed black backgrounds occurring for transparent images in PCL output. il y a 15 ans
  Chris Bowditch c01b872e07 Bugzilla #46369: il y a 15 ans
  Andreas L. Delmelle f9d4720b99 Bugzilla 46319: il y a 15 ans
  Jeremias Maerki 790875d410 Bugzilla #46360: il y a 15 ans
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from il y a 15 ans
  Jeremias Maerki 0d4aac57eb This actually fixes a bug. il y a 15 ans
  Jeremias Maerki d62f5f811c Added support for SVG 1.2 inside fo:instream-foreign-object. The code just used the basic SVGDOMImplementation for SVG 1.1. Now it delegates the DOM building to Batik code instead of to a normal DOM builder. il y a 15 ans
  Adrian Cumiskey b4c6724ac1 Merged revisions 718666,718705,719038,719110 via svnmerge from il y a 15 ans