4560 Commits (fop-0_91)
 

Author SHA1 Message Date
  Jeremias Maerki 7c92dc10d0 Update Release Branch. 18 years ago
  Jeremias Maerki cd5972248a Adding user instructions for GnuPG 18 years ago
  Jeremias Maerki 3f2a171baf Looks like I have to add my key now that I need to sign the release myself. 18 years ago
  Jeremias Maerki c7a51ac1de Release notes 18 years ago
  Jeremias Maerki b40b14243d Added 0.91 beta documentation. 18 years ago
  Jeremias Maerki b446468341 Update release checklist. 18 years ago
  Jeremias Maerki 18ff5d527c Merge from Trunk: 18 years ago
  Jeremias Maerki 9c8daa8890 Deprecated Fop constructors that use the integer constants for output format selection removed as discussed. 18 years ago
  Jeremias Maerki da50b20f67 Doc and news updates 18 years ago
  Jeremias Maerki 8385639b39 Fixed a small oversight. Code is not even in use. 18 years ago
  Jeremias Maerki 50c939e96f Forgot to bump the copyright year. Probably not the first time. :-) 18 years ago
  Jeremias Maerki 0056ac3d4b Relaxed validation for empty static-content for compatibility with 0.20.5. 18 years ago
  Jeremias Maerki 397868b6f8 Merge from Trunk: 18 years ago
  Jeremias Maerki e01200ac1e ApacheCon is over. 18 years ago
  Jeremias Maerki 9d29eb0cae Updated the classpath for PFMReader and TTFReader. 18 years ago
  Jeremias Maerki 7634f36570 Bump version number 18 years ago
  Jeremias Maerki 81ed7d274e Branching Trunk in preparation of the upcoming 0.91beta release 18 years ago
  Jeremias Maerki 6e70a0073a Bugzilla #37964: 18 years ago
  Jeremias Maerki 78b4014199 One less lookup. 18 years ago
  Jeremias Maerki aaf7686283 Update for status page. Table on status of the individual components added. This reflects my own view, not necessarily everyone's. If I'm wrong about anything, please change. 18 years ago
  Jeremias Maerki 73b502a2dc Fix for width checks. They didn't take start-indent and end-indent into account. 18 years ago
  Manuel Mall f387254522 Another workaround/hack to deal with non breaking spaces. Also some minor adjustments to support the planned AFP renderer 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 811fd3eefb NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 18 years ago
  Jeremias Maerki 0052c3f3bb Bugzilla #37877: 18 years ago
  Jeremias Maerki c34b0b956e Debug optimization 18 years ago
  Jeremias Maerki d324cc1917 Bugzilla #37875: 18 years ago
  Manuel Mall 24f34a7b1b Fixed a problem where a block containing only a nbsp was not rendered at all 18 years ago
  Jeremias Maerki c048da6b68 Fixed a bug where the area for a finished cell that is broken over pages was created once for each row it was spanned over instead of only once. 18 years ago
  Jeremias Maerki 3377a2e7a3 Attempt at providing context information about the element causing an endless loop because of an area overflow in b-p-direction. This should make the error message more helpful. 18 years ago
  Jeremias Maerki a952810ccb Added checks that warn about tables and block-containers that are wider than the available content area. 18 years ago
  Jeremias Maerki 2a0cb09995 Corrected info. 18 years ago
  Jeremias Maerki d958ef6db3 Don't hyphenate when wrap is set to "no-wrap". 18 years ago
  Jeremias Maerki ce832ae088 Bugfix: addAnchor didn't find the anchor for empty inline elements in a footnote after the latest bugfix. Fixes footnote_footnote-separator. 18 years ago
  Jeremias Maerki 6f265f63de Restored PNG support for RTF output and fixed two bugs related to image handling (an NPE and an invalid "==" comparison on Strings). 18 years ago
  Jeremias Maerki b45765ff3c Bugzilla #37880: 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 32521d94ac New method: FONode.decorateWithContextInfo() adds context information to an error or log message by either providing the locator information or by gathering context information from the context FOs. 18 years ago
  Jeremias Maerki 97233ecb13 Removed a method call that is not yet available in the repository. Sorry guys. 18 years ago
  Simon Pepping 07fba7865e Add checkstyle variable to the header path. This is required by the 18 years ago
  Jeremias Maerki 2e5d2f964f Quick fix to get the size of images right in RTF output. It looks like \picwgoalN|\pichgoalN should not be used together with \picscalexN|\pixscaleyN. Some problems remain with uniform scaling and such. 18 years ago
  Christian Geisert 2c8dfa0ea8 New download location 18 years ago
  Jeremias Maerki c28dd01b0c XSL 1.1 Bookmarks added to the compliance page. 18 years ago
  Simon Pepping 2e0a5e70c9 The result of some practice with Checkstyle 18 years ago
  Jeremias Maerki 1c6a45bc0c Made the locator variable on FONode protected. 18 years ago
  Jeremias Maerki 5144e1c68b The command-line now automatically sets two parameters for any XSLT transformation: "fop-output-format" contains the MIME type of the currently selected output format, "fop-version" contains FOP's version number. 18 years ago
  Jeremias Maerki c24934a366 The output file is now deleted when an exception occurs when calling FOP from the command-line. 18 years ago
  Jeremias Maerki 4d11c8f8e2 Better approach for enforcing the overflow property on block-containers. 18 years ago
  Jeremias Maerki 2f6fb03daf Bugfix: Areas for table-cells that are broken over more than one page are now generated even if all its content is already painted on a previous page. This fixes strange effects like a table grid that is not completely painted. 18 years ago
  Jeremias Maerki 26df5d3099 Looks like the 2-column situation has to be handled differently than the 3-column approach. 18 years ago