369 Commits (97ffab132cfcbb335ff23549d349eb281b912621)

Author SHA1 Message Date
  Jeremias Maerki 18ff5d527c Merge from Trunk: 18 years ago
  Jeremias Maerki 6e70a0073a Bugzilla #37964: 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 811fd3eefb NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 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 2a0cb09995 Corrected info. 18 years ago
  Jeremias Maerki d958ef6db3 Don't hyphenate when wrap is set to "no-wrap". 18 years ago
  Jeremias Maerki b45765ff3c Bugzilla #37880: 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 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 e2c211b7fb Test case for Bugzilla #37743, reduced to the absolute minimum. 18 years ago
  Jeremias Maerki b1ae6dc00e Test case for conditionality notification in table-cell content (Belongs to rev 349909). 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 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
  Jeremias Maerki 353393ea09 Added support for border-separation.block-progression-direction (only inline-progression-direction worked before). 18 years ago
  Jeremias Maerki 43d046b2af Cleaned up all entries (except whitespace-related stuff) in disabled-testcases.xml. 18 years ago
  Manuel Mall bffc892848 Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests 18 years ago
  Jeremias Maerki d6b3abb224 Forgot the references. 18 years ago
  Jeremias Maerki eb182231d1 Checks for Bugzilla #37579. 18 years ago
  Luca Furini 68e528df28 Implementation of hyphenation-ladder-count. 18 years ago
  Joerg Pietschmann 9e32e5e883 Added license header to disabled testcases XML file. Removed obsolete files and code. 18 years ago
  Joerg Pietschmann 82d00319ea Added descriptions to disabled-testcases (by Manuel Mall). Corrected and commented DTD for disabeld-testcases XML. 18 years ago
  Jeremias Maerki d95166ed03 JDK 1.3 compatibility. 18 years ago
  Joerg Pietschmann 1ac732c871 XMLified files describing disabled testcases for layout engine and FO tree 18 years ago
  Manuel Mall 9a2eed7945 Added the problem with whitespace around markers as a disabled test case, changed the example fo to work around the problem 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
  Manuel Mall 862f28b060 Correct a few more problems related to leaders: text-align was not handled correctly, use-content was drawing incorrect borders 18 years ago
  Manuel Mall d5b198f094 Initial fix for examples/basic/leader.fo problem 18 years ago
  Jeremias Maerki 2234131d11 Typo. Sorry. 18 years ago
  Jeremias Maerki 9f04f8cafd Bugfix for handling of percentage width and height inside block-containers. Fixes problem in examples/fo/basic/border.fo. 18 years ago
  Jeremias Maerki b4af2746c8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). 18 years ago
  Jeremias Maerki 6f2c345eb1 Bugzilla #37468: 18 years ago
  Manuel Mall 7af60c6d3d Minor corrections for jdk 1.3.1 compatibility 18 years ago
  Jeremias Maerki 97581a9081 Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 years ago
  Manuel Mall a37a9acdf8 Separated JUnit layout tests such that the majority are still run even if no hyphenation support present 18 years ago
  Manuel Mall ecac9f5b1c Separated JUnit layout tests such that the majority are still run even if no hyphenation support present 18 years ago
  Manuel Mall d9aaf8603b Fix for Bug 36928 - refresh cached property value if explicitly set twice which can happen for font-size 18 years ago
  Jeremias Maerki 79d4c53b71 Test to check FO tree building when no namespace prefix is used. 18 years ago
  Jeremias Maerki 15b5761efc Fix for bug #37270: 18 years ago