]> source.dussan.org Git - xmlgraphics-fop.git/commit
Merged revisions 690319,690324,690382,690532,690903 via svnmerge from
authorAdrian Cumiskey <acumiskey@apache.org>
Mon, 1 Sep 2008 10:06:57 +0000 (10:06 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Mon, 1 Sep 2008 10:06:57 +0000 (10:06 +0000)
commit9e8ee287772a7cc96a0424fd171966f1208b5b05
tree992c9f06bc95b83f1ca3e6225c6098bdc4212446
parenta153841f94703d85d500e008614af8e4db3a1fc2
Merged revisions 690319,690324,690382,690532,690903 via svnmerge from
https://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r690319 | jeremias | 2008-08-29 17:36:17 +0100 (Fri, 29 Aug 2008) | 1 line

  Added missing generation of areas for empty grid units in tables with collapsing border model.
........
  r690324 | jeremias | 2008-08-29 17:42:38 +0100 (Fri, 29 Aug 2008) | 1 line

  Added missing generation of areas for empty grid units in tables with collapsing border model. (missing test case)
........
  r690382 | adelmelle | 2008-08-29 21:12:34 +0100 (Fri, 29 Aug 2008) | 2 lines

  Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty inlines.
........
  r690532 | adelmelle | 2008-08-30 17:37:53 +0100 (Sat, 30 Aug 2008) | 1 line

  Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast element, simply add it to the returnList
........
  r690903 | jeremias | 2008-09-01 09:12:43 +0100 (Mon, 01 Sep 2008) | 1 line

  Avoid test failure if the backup directory is not available, yet.
........

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@690933 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/RowPainter.java
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
status.xml
test/java/org/apache/fop/URIResolutionTestCase.java
test/layoutengine/hyphenation-testcases/empty-inline_hyphenation_bug45667.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/page-number-citation-last_break-after_bug45702.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/table_border-collapse_collapse_spans_2.xml
test/layoutengine/standard-testcases/table_border-collapse_collapse_spans_2_no-col.xml
test/layoutengine/standard-testcases/table_border-collapse_missing.xml [new file with mode: 0644]