23 Commits (8c1aba3f976127d33ec50b67d760f56364c08487)

Author SHA1 Message Date
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 years ago
  Vincent Hennebert 404013f30e Stricter user config file validation. 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 fc3f1a4c0a Some refactoring in the XML handling area which results in more code reuse and less redundancy. 18 years ago
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 years ago
  Jeremias Maerki 9641f2a32d Java2D Renderer: 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki 17094f3329 Creation of Font instances centralized in FontInfo and added a cache for them. This removes duplicate code in a number of places, improves speed a little and saves memory. 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 250a5e5363 As announced, I brought FontTriplet to more life by making it Serializable and using it to transport the information about the font in use through the area tree. This has small effects on the test cases as the values in the generated XML are slightly different. While refactoring I saw that there's some room for optimization. Too many objects are still created. It should be quite easy now with the FontTriplet to create a small cache. 18 years ago
  Finn Bock e777b67957 Cleanup of unused imports. 19 years ago
  Jeremias Maerki 46072c1c25 A big step towards a usable PostScript renderer. 19 years ago
  Jeremias Maerki f274e5b625 javadoc fix 19 years ago
  Glen Mazza 555277fae2 Unneeded imports removed. 20 years ago
  Glen Mazza 5f10d18560 PR: 20 years ago
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Glen Mazza e7341ee4f0 Moved FontSetup and two helper classes from render.pdf to fonts package. 20 years ago
  William Victor Mote d43ad404c0 move control/Document to apps/Document 21 years ago
  William Victor Mote 07c09d4368 more FO Tree isolation work 21 years ago
  William Victor Mote 1041ea8c48 1. create control package 21 years ago
  Glen Mazza 1e1da39c3d 1. To facilitate comprehension of the Renderer classes, added the remaining three methods in the Renderer interface to AbstractRenderer: startRenderer(), stopRenderer(), and setupFontInfo(). SetupFontInfo() remains abstract, the other two have blank definitions. 21 years ago
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki a9174e6527 Switched to long licence 21 years ago
  Keiron Liddle 2efc29b2fe added some colors border and background 21 years ago
  Jeremias Maerki b219d015f2 Fixed checkstyle violations 22 years ago
  Keiron Liddle c0a432e3ae removed old configuration 22 years ago
  Keiron Liddle 8e5e7ec551 moved embed font info into the render.pdf package 22 years ago
  Keiron Liddle 06f1a67571 remove SVGArea and ImageArea, no longer needed 22 years ago
  Keiron Liddle 52e85df344 new area tree and rendering stuff 22 years ago
  Keiron Liddle 7aee8f66f5 more refactoring of duplicate code in renderers 23 years ago
  Keiron Liddle ab48baaa46 fixed a few awt render problems and a bit more render refactoring 23 years ago
  Keiron Liddle f3c3996b7b put a few common methods in the abstract renderer 23 years ago
  Keiron Liddle d470d62bad changed to new logging for renderers 23 years ago
  Steve Coffman 1f8404ea3f Code formatting. Still builds ok, but I didn't test it otherwise since last. 23 years ago
  Steve Coffman eeb2adff56 Adds Mark Lillywhite's performance and memory patch in all it's glory. 23 years ago
  Tore Engvig e0edd21572 Formatted code according to code standards. 23 years ago
  Karen Lease 2a5a4e7774 Add new addFilledRect method to make it possible to draw filled rectangles without any stroke in PDF; in doFrame, use rectangles instead of lines for borders to eliminate pixel errors 23 years ago
  Keiron Liddle c824ede99c FOP now uses Batik to render svg 23 years ago
  Karen Lease f89f05c271 Correct border positions on absolutely positioned AreaContainers (fo:block-container) 23 years ago
  Karen Lease c6f5453474 Correct bug with AreaContainer positioning 23 years ago
  Karen Lease 9160649300 Submitted by: Art Welch 23 years ago
  arved 00b44b448a Added license 23 years ago
  arved f1aa6cdba7 New abstract base class for print renderers 23 years ago