626 커밋 (46b2dcc8a0c5d4d65e9c6e6425de0e979bebafa6)

작성자 SHA1 메시지 날짜
  Glenn Adams 2f1b588c83 Merge from trunk. 12 년 전
  Glenn Adams d48e0e1f46 Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. 12 년 전
  Glenn Adams 953e762e1b Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines. 12 년 전
  Glenn Adams b8f0ffa310 Bugzilla #50196: Add test for basic-link with padding. 12 년 전
  Glenn Adams 46917ef59f Bugzilla #53101: Ensure that table cell spanning works in right-to-left writing mode. 12 년 전
  Glenn Adams e533832b11 Bugzilla #53086: Ensure that table footer and header are included in bididirectional resolution. 12 년 전
  Glenn Adams f397b576a8 Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determine writing mode of table and its descendants. 12 년 전
  Glenn Adams 03f65a7b8b Bugzilla #52763: Support list-block in marker, thus preventing NPE. 12 년 전
  Glenn Adams c3ad778fa8 Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnote 12 년 전
  Peter Hancock 1b3cbf35aa Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOP 12 년 전
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 년 전
  Mehdi Houshmand 07b46e643a Enabled assertions in junit tasks (analagous to JVM arg -ea) 12 년 전
  Peter Hancock 25d268f166 Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a page-sequence-master is not chosen when force-page-count=odd. 12 년 전
  Jeremias Maerki 1df8c0b1db Fixed regression introduced by SVN rev 1088079: 13 년 전
  Andreas L. Delmelle adeb084ad8 Property fixup 13 년 전
  Andreas L. Delmelle d13c4630ad Bugzilla 50988: Fixed a NullPointerException in case a fo:character was removed due to white-space handling. 13 년 전
  Andreas L. Delmelle 8ba2be7b37 Properly fix the case of unresolved bookmarks for the intermediate format: bypass serialization of the bookmarks, instead of only its action. 13 년 전
  Andreas L. Delmelle a1bfc20671 Temporarily disable new test added in r1085824 13 년 전
  Andreas L. Delmelle 8c443ea886 Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing internal destination should just trigger a warning. 13 년 전
  Andreas L. Delmelle a4d39cf194 Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins were not reset after forced breaks. 13 년 전
  Vincent Hennebert c0388acf51 Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas 13 년 전
  Vincent Hennebert 823d0e968d Bugfix: keep-together does not apply to fo:table-cell 13 년 전
  Vincent Hennebert 23a5eabe53 Fixed spurious table warnings 13 년 전
  Vincent Hennebert 1337f45867 Bugfix: keep-together on a table containing row-spanning cells was not honored 13 년 전
  Vincent Hennebert 038c3f30ba Bugzilla #50196: padding-start ignored when table-header/footer is repeated. 13 년 전
  Andreas L. Delmelle dbe7807d37 b49835 13 년 전
  Andreas L. Delmelle b3e3f243ab Revert r1067644 (local 'clean' trunk got mixed up with fix for 49877) 13 년 전
  Andreas L. Delmelle 2bbfc6dd68 Preceding cleanups 'fixed' behavior in test case 13 년 전
  Andreas L. Delmelle 678138119f Add test/use-case for id on fo:root 13 년 전
  Simon Pepping 5ebc034341 move hyphenation-dependent testcase into hyphenation-testcases 13 년 전
  Andreas L. Delmelle 092af3cf90 Bugzilla 49848: Correct behavior of keep-together.within-line in case of nested inlines 13 년 전
  Andreas L. Delmelle 23e1125a2b Property fixup 13 년 전
  Andreas L. Delmelle 4de3abbc23 Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limit 13 년 전
  Simon Pepping e058f4d959 Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove unused method removeWordSpace 13 년 전
  Simon Pepping d4ec49dd8f Auxiliary positions do not have an index value; fixing this in InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 13 년 전
  Vincent Hennebert 6f9a59a3fd Bugzilla #50089: Content after forced break in block-container is not rendered 13 년 전
  Simon Pepping f4086dd275 Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null position; resolves bug 50276 13 년 전
  Jeremias Maerki bc3a0d90c1 Bugzilla #42034: 13 년 전
  Simon Pepping 24e2fad7e1 Allow for words consisting of only soft hyphens; fixes bug 49837 13 년 전
  Andreas L. Delmelle 3231a8001e Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or white-space 13 년 전
  Vincent Hennebert e126edb6ed Do not re-create an AlignmentContext instance if one already exists. 13 년 전
  Simon Pepping 04701709af Making fallback from (lang,country) to (lang) consistent 13 년 전
  Jeremias Maerki 144138a647 Bugzilla #49885: 13 년 전
  Vincent Hennebert 6faeb0d394 Implemented reset method for changing IPD 13 년 전
  Vincent Hennebert 6bccfa5456 Bugfix: NPE when there is a forced break before a table occurring at an IPD change 14 년 전
  Vincent Hennebert b85576c83a Bugfix: definition of a special page-master for the last page was interfering with changing IPD code 14 년 전
  Vincent Hennebert ab6e2cc40a Bugzilla #46486: having a special page-master for the last page caused loss of content when normal blocks were mixed with blocks spanning all columns. 14 년 전
  Jeremias Maerki 48617bc347 Fixed test case: 102 / 255 is 0.4, not 0.48. It is not the same as the previous check where no RGB replacement values are given but are calculated from the CMYK value. 14 년 전
  Vincent Hennebert d61456f236 Bugfix in Changing IPD: reset only the children LMs that have been created so far. Layout managers following a forced break have not even been created yet. 14 년 전
  Vincent Hennebert a964e7ec26 Bugzilla #48082: value of conditional space not always taken into account in the calculation of a table's height 14 년 전