38 Commits (fop-0_95)

Author SHA1 Message Date
  Maximilian Berger f265c0e1c1 Ensured all SVN properties are set equally 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 years ago
  Jeremias Maerki 9d9251d694 Small Javadoc issue fixed. 17 years ago
  Jeremias Maerki b0f7901112 Extracted a little bit of the multi-output handling code from PNGRenderer in to a new class (MultiFileRenderingUtil) for reuse in the SVGRenderer. 17 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 856c576595 Promote AFP and PCL renderers from sandbox to main source tree. 18 years ago
  Jeremias Maerki fe9c40f495 Promoting the PCL renderer from sandbox to the main source tree. 18 years ago
  Jeremias Maerki 423453976d Promoting the AFP renderer from sandbox to the main source tree. 18 years ago
  Jeremias Maerki 4ca46cc8d5 Re-routing SVG painting to the Graphics2DAdapter and teach the latter to respect the renderer's colorImages setting. 18 years ago
  Manuel Mall 9a3b5017d5 Fixed (another) NPE in AFP Renderer 18 years ago
  Manuel Mall 3cd0a99a82 Fixed possible NPE in AFP Renderer 18 years ago
  Jeremias Maerki 8251385847 Fixed border position for areas with padding (only affects "quality" border rendering). 18 years ago
  Jeremias Maerki e189115a92 Improved accuracy of font size selection. The font size is not rounded down to the next integer point value anymore. (Java2D renderers profit from that one, too) 18 years ago
  Jeremias Maerki f769a3e176 Fix for border painting in "quality" mode. Some borders were swallowed. 18 years ago
  Jeremias Maerki 3403067cdd Images were not properly scaled. 18 years ago
  Jeremias Maerki b3ccc681bf Removed VMI setting which caused pages > 1 to be shifted down for some reason. Looks like the VMI setting has no influence for the PCL Renderer since we reposition the cursor for each text string. 18 years ago
  Jeremias Maerki 09aeb982ed Forgot to upload the new PCLElementMapping. Used so the PCL extension attributes are working. 18 years ago
  Jeremias Maerki eb1ad60936 Extended PageViewport to carry foreign attributes. 18 years ago
  Jeremias Maerki 436c9f26ea Several bug fixes in PCLRenderer (border painting mostly). 18 years ago
  Jeremias Maerki 7a7fab5f84 Make the file UTF-8 compatible, i.e. US_ASCII. :-) Thanks, Manuel. 18 years ago
  Jeremias Maerki a5c6c46849 The PCL Renderer is now mostly operational including reference-orientation but without kerning, TrueType and color support. 18 years ago
  Jeremias Maerki 956c6ac301 fox:disable-clipping on the i-f-o or e-g can be used to perform more painting operations natively in the HP GL/2 space. Since HP GL/2 provides only limited clipping functionality (which is not supported, yet) and the PCLGraphics2D fails with an UnsupportedException if it encounters an unsupported painting operation, every SVG graphic ends up being painted as a bitmap. This setting can help avoid that. Of course, I have yet to implement the IW (InputWindow, used for rectangular clipping) command. 18 years ago
  Jeremias Maerki fc3f1a4c0a Some refactoring in the XML handling area which results in more code reuse and less redundancy. 18 years ago
  Manuel Mall 48d632c3c5 Removed deprecated renderCharacter method from AFP Renderer and replaced AFPColor class with java.awt.Color in line with the rest of FOP 18 years ago
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 years ago
  Jeremias Maerki 9641f2a32d Java2D Renderer: 18 years ago
  Manuel Mall e38b48159c Some cleanup of the AFP Renderer code (tab char removal and a few other things). Changed AFP extension namespace to http://xmlgraphics.apache.org/fop/extensions/afp. Added another missing file. 18 years ago
  Jeremias Maerki e15428a90d Introduced "ignored namespaces" list on FopFactory. Attributes from ignored namespaces are not complained about. Not done for elements, yet. 18 years ago
  Manuel Mall e78675dcc1 More missing AFP Renderer files as identified by JM 18 years ago
  Manuel Mall 5fa101ee79 Missing AFP Renderer file as identified by JM 18 years ago
  Manuel Mall 0040a29ecc AFP Renderer as per IP clearance (http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/200604.mbox/%3c20060426085421.B456.DEV@jeremias-maerki.ch%3e) plus some further corrections and changes made by manuel@apache.org since 18 years ago
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Manuel Mall 8faab42c21 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  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 years ago
  Jeremias Maerki b9c18acdd0 startVPArea() and endVPArea() made abstract in AbstractRenderer so implementors are forced to deal with the topic. 18 years ago
  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 years ago
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): 18 years ago