4538 Commits (cd600b952b6326195b1670e6a17af75d51f46b57)
 

Author SHA1 Message Date
  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
  Jeremias Maerki c333acfb9b Bugzilla #37828: 18 years ago
  Jeremias Maerki 973d676bae Alternative set of rules for text indent calculation (start-indent and end-indent) which tries to mimic many commercial FO implementation that have chosen to break the specification in this aspect. I think I have found the behaviour for most cases. But I'm operating in reverse-engineering mode here and not all FO implementations behave in the same way! 18 years ago
  Jeremias Maerki 60cf5396d8 Bugzilla #37815: 18 years ago
  Jeremias Maerki 56d2a13868 Bugzilla #37813: 18 years ago
  Jeremias Maerki 9a52e6b513 Bugfix: OutputStreams created by the PNG Renderer were not properly closed. 18 years ago
  Jeremias Maerki d8c4ed8c1b The border-collapse property on fo:table is now forced to the value "separate" until the collapsing border has been implemented. 18 years ago
  Jeremias Maerki 6c11d32f9f Better not use something derived from "fantasy" since it's a keyword in the spec. 18 years ago
  Jeremias Maerki f9932f4c13 font-family list still not fully supported but a comma-separated list is now properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet. 18 years ago
  Jeremias Maerki 56cfb0b22d Implemented 5.3.4 overconstrained geometry without handling the case when the content IPD is zero. 18 years ago
  Jeremias Maerki 704df31665 Fixing two NPEs occurring with a completely empty table where not even the table-cell has at least one block element and relaxed validation is enabled. 18 years ago
  Jeremias Maerki e2c211b7fb Test case for Bugzilla #37743, reduced to the absolute minimum. 18 years ago
  Jeremias Maerki ca2d271def Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint cursor not be be properly advanced when space-before or space-after were present. 18 years ago
  Jeremias Maerki df752b724f Added Amin Ahmad's FOP Bridge to the list of tools. 18 years ago
  Jeremias Maerki 321ab18452 Some news sites point to this page as primary link and there's no "download" link visible from here. 18 years ago
  Jeremias Maerki 12fc315739 Changing the debug level of a not so interesting message. 18 years ago
  Jeremias Maerki b1ae6dc00e Test case for conditionality notification in table-cell content (Belongs to rev 349909). 18 years ago
  Jeremias Maerki 725e1eb909 Bugfix: Added missing conditionality notification for table-cell content. 18 years ago
  Jeremias Maerki 91c26122bb Negative widths on inline-progression-dimension and block-progression-dimension should be treated as 0pt but they are currently not. 18 years ago
  Jeremias Maerki 102e39aa94 Support checking for the subcomponents of length-range properties in the FO Tree tests. 18 years ago
  Jeremias Maerki b8ea9fe727 Relaxed validation for border and padding on region-*. 18 years ago
  Jeremias Maerki 4b25bf0d2b Looks like font-variant works in 0.20.5. I didn't know. 18 years ago
  Jeremias Maerki c1e5695d67 Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used and content-width and/or content-height is used. 18 years ago