3 Commits (c72b84d24dd2e989eaef6f16c06c1b8d5989f43f)

Autor SHA1 Mensagem Data
  Manuel Mall 75d08a94c7 Trivial change to testcase to avoid 800+ warning messages 18 anos atrás
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 anos atrás
  Manuel Mall d479f880b8 Test case for Bug 39414 18 anos atrás
  Manuel Mall ed8109d21b Fixed various white space (non)removal issues during line building. white-space-treatment is now supported properly especially for the "preserve" case. 18 anos atrás
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 anos atrás
  Jeremias Maerki 5f88773416 Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block. 18 anos atrás
  Jeremias Maerki dfb220d6bc Forgot a file when committing my changes for the user-supplied hyphenation patterns. Without the resolver, they are not picked up. 18 anos atrás
  Jeremias Maerki 4596b5c7e9 Fix for ArrayIndexOutOfBoundException in block_white-space_4. 18 anos atrás
  Andreas L. Delmelle ae44bf2f44 Further fine-tuning of white-space-handling during refinement 18 anos atrás
  Jeremias Maerki 252c6c0648 My last change broke the test suite. Fix included. The start-indent should not be added to the area tree XML when it is zero. 18 anos atrás
  Jeremias Maerki 9ded99b802 Bugfix: LineArea used a private field instead of the start-indent trait which caused problems for centered and right-aligned text when rendering is done from the intermediate format. The AreaTreeParser parses and sets the trait but not the startIndent field on LineArea, so I removed the startIndent field. 18 anos atrás
  Simon Pepping 7dfb879efc Block Knuth sequences in inline content are properly joined, taking 18 anos atrás
  Simon Pepping 5eed711853 Each block in inline content now appears in its own line area. 18 anos atrás
  Manuel Mall c597c812bd Fix for bug 37743 and part of 38053 18 anos atrás
  Simon Pepping 7fde5817bc I generalized several casts from KnuthElement to ListElement. This 18 anos atrás
  Simon Pepping 5029a61377 Changed use of the lineLayouts member to a local variable as much as 18 anos atrás
  Manuel Mall 40cf61859f Fixed problem with linefeed-treatment=preserve not being correctly handled for text-align=center 18 anos atrás
  Simon Pepping eb2dae3ff9 Add a letterspace in InlineKnuthSequence 18 anos atrás
  Simon Pepping e47a618945 Modified the KnuthSequence system. Transferred logic from the layout 18 anos atrás
  Manuel Mall f387254522 Another workaround/hack to deal with non breaking spaces. Also some minor adjustments to support the planned AFP renderer 18 anos atrás
  Jeremias Maerki d324cc1917 Bugzilla #37875: 18 anos atrás
  Jeremias Maerki d958ef6db3 Don't hyphenate when wrap is set to "no-wrap". 18 anos atrás
  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 anos atrás
  Luca Furini 68e528df28 Implementation of hyphenation-ladder-count. 18 anos atrás
  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 anos atrás
  Manuel Mall 1aa81a2b26 Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with text-indent value 18 anos atrás
  Jeremias Maerki 829cd8e675 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 anos atrás
  Luca Furini 0f17fab8c1 Fixing a ClassCastException due to the incorrect "pattern" of elements representing a space checked when there are inline borders and padding. 18 anos atrás
  Simon Pepping df580155b4 Take the case into account when another LM starts a block sequence. 19 anos atrás
  Manuel Mall 179d10f032 Added support for leader with pattern "use-content" and recovered a previously lost 1mpt due to rounding 19 anos atrás
  Manuel Mall 2ae0a968ee Update to support border and padding and alignments on inline fos 19 anos atrás
  Joerg Pietschmann 169da1a74a Changed some identifiers. Removed obsolete field. 19 anos atrás
  Luca Furini 82b0754a00 Correct handling of letter spaces, in combination with different text alignments and optional breaks ("-" and "/" characters in the text) 19 anos atrás
  Luca Furini 6c2d3ac19b Remove the AreaInfo objects representing trailing spaces, in order to prevent them reappearing again when getChangedKnuthElements() is called. 19 anos atrás
  Luca Furini bbd08a9bb0 Implemented the wrap-option property. 19 anos atrás
  Luca Furini 74014dc4ff Using the fo property last-line-end-indent instead of a hard coded value. 19 anos atrás
  Luca Furini 77d7f2c24a Re-adjusting lines after a page-number or a page-number-citation is resolved. 19 anos atrás
  Finn Bock e194fdd5cf Bugzilla #36379: 19 anos atrás
  Jeremias Maerki bcbc006c0c Fix for text-align2.xml (for real now). The alignment used to set up the element list was not properly determined. 19 anos atrás
  Jeremias Maerki 7c11b556c2 Fix for ClassCastException as shown in text-align2 (Reported by Lawrence Michel). 19 anos atrás
  Luca Furini b811e764d5 Fix for bug 35940 19 anos atrás
  Jeremias Maerki ff1072cb52 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock back into Trunk. 19 anos atrás
  Luca Furini ef4fa1ec7d Fix for bug 36007. 19 anos atrás
  Finn Bock ec89ca259c Removing unused import. 19 anos atrás
  Jeremias Maerki 7bf1e40ebb Moved inline-level LMs and support classes to "inline" subpackage. 19 anos atrás
  Jeremias Maerki 367a260fa5 Observe line layout element lists, too. 19 anos atrás
  Jeremias Maerki 1b0fdf72a4 First parts on a page which don't fit are moved to the next page. A counter avoids endless loops. 19 anos atrás
  Jeremias Maerki 84e1ae6512 Page breaking process now respects changing available BPD (not IPD) over multiple pages. 19 anos atrás
  Luca Furini 1011fe2181 The bpd of lines with no real content must collapse to 0 19 anos atrás
  Glen Mazza d6b0958beb Removed unused functions. Team, I switched from generatesInlineAreas() calls 19 anos atrás