151 Révisions (Temp_KnuthStylePageBreaking)

Auteur SHA1 Message Date
  Jeremias Maerki 235ba2a81b First test case for keep-with-previous. il y a 19 ans
  Jeremias Maerki 178d8a70f2 First test case for keep-with-next. il y a 19 ans
  Jeremias Maerki 0ed9bc0898 First test case for keep-together. il y a 19 ans
  Jeremias Maerki 8cd61a0880 Basic multi-column tests, no sophisticated checks, yet. il y a 19 ans
  Jeremias Maerki d4b6934bac Additional infos in the PDF on what happened in the background (if someone looks at the generated PDF). il y a 19 ans
  Jeremias Maerki 694633d143 Test case that tests all outer regions including precedence (only visual ATM, no checks yet) il y a 19 ans
  Jeremias Maerki a2b3ce9611 Extended a bit to test overflow on an outer region (NYI). il y a 19 ans
  Jeremias Maerki 2fe68fde6c Have to switch off widows and orphans so the results don't get affected by them. il y a 19 ans
  Jeremias Maerki 4da56a5dfe More text so that the block really breaks to a second line. il y a 19 ans
  Jeremias Maerki bdc35805b9 Test for text-indent following the issue on fop-users (without checks so far). il y a 19 ans
  Jeremias Maerki 62d07a2187 Fixed checkstyle warnings. il y a 19 ans
  Jeremias Maerki 1a54c8bc80 Test case for space conditionality (without checks ATM) il y a 19 ans
  Jeremias Maerki 74c3053d6a Helper blocks to 1) help visualize the testcase and 2) make sure the space-after block area is not discarded by the LM. il y a 19 ans
  Jeremias Maerki 3c010868dc Fix validation error. il y a 19 ans
  Jeremias Maerki 6f9fe4eb34 First test cases for collapsing borders (disabled for now). il y a 19 ans
  Jeremias Maerki 1b778a89cb Test cases illustrating Glen's page-number fix. There's still a problem because of the bogus areas, though. il y a 19 ans
  Simon Pepping 99066be627 Test case markers5a now works correctly. Added four testcases. il y a 19 ans
  Jeremias Maerki 8c33e69420 Disable advanced marker tests as long as they don't work properly. il y a 19 ans
  Jeremias Maerki 2c79ce22ae setting border-collapse="separate" to make it pass again, now that I started with border collapsing. il y a 19 ans
  Jeremias Maerki f44cc4954e border-style "hidden" also forces border-width to 0. il y a 19 ans
  Jeremias Maerki 17c5078f3f updated page-master tests. il y a 19 ans
  Jeremias Maerki 7674b9cdff Adjusting to changes in BorderProps.toString() il y a 19 ans
  Jeremias Maerki f8539053bb Clean-up: il y a 19 ans
  Jeremias Maerki 42cc3d4164 Simpler and more robust XPath statements. il y a 19 ans
  Jeremias Maerki 66e55a15f2 Test for all border-styles. il y a 19 ans
  Jeremias Maerki 274e37e0b6 Test case for empty-cells attribute. il y a 19 ans
  Jeremias Maerki 1cbd3fb0a1 Test case for column spanning. il y a 19 ans
  Jeremias Maerki 78ef27e991 Test cases for table-omit-*-at-break. The one for footer is disabled because it's not implemented, yet. il y a 19 ans
  Jeremias Maerki 8aec6b9ed0 Test cases for table headers/footers. il y a 19 ans
  Jeremias Maerki e3370491c2 Adding an additional block at the end to see if a new block would behave differently. il y a 19 ans
  Jeremias Maerki 6f0bc238d4 Test case which indirectly tests the resetPosition() methods on various LMs. Currently, the lines are not rearranged after a page break when a different page-master gets active. il y a 19 ans
  Jeremias Maerki 7053162c88 Better XPath statements for certain parser/XSLT combinations. il y a 19 ans
  Jeremias Maerki 62b003446f Test cases for fixed table layout. il y a 19 ans
  Jeremias Maerki 9629f8fe9b Corrected my interpretation of border-separation. il y a 19 ans
  Jeremias Maerki 8f10085a6f force fixed table-layout. Without the width auto layout becomes active. il y a 19 ans
  Jeremias Maerki f2101b7fa8 Test case for border and padding influencing table-cells. Similar to table-cell5 except with horizontal border-spacing and table border and padding. il y a 19 ans
  Jeremias Maerki c0bdeffdfe Test case for border and padding influencing table-cells. il y a 19 ans
  Jeremias Maerki a237291cdd Test case for column-number con table-cell and gaps in a row. il y a 19 ans
  Jeremias Maerki c03c698bbd Test case for grouping of table-cells into table-rows. il y a 19 ans
  Jeremias Maerki d7060e85f1 More table test cases. il y a 19 ans
  Jeremias Maerki 049708f75c Checks for marker test cases. markers5b disabled because of a bug with table handling that I will fix shortly. il y a 19 ans
  Jeremias Maerki e9849885b0 Test for block-progression-dimension and height on table-cell. il y a 19 ans
  Jeremias Maerki 90667f711b Can reenable some tests for table-columns after the last improvement. il y a 19 ans
  Jeremias Maerki 5f1a10cf2f Regression test for label-end() function when there are margins on the page-master and the list-block is a direct child of a flow. il y a 19 ans
  Jeremias Maerki a9d6dc7025 Derived from markers4 these two test cases exercise BlockLayoutManager.addMarkers() where currently some markers are added to the wrong page. il y a 19 ans
  Jeremias Maerki c69ca93e7c The checks were wrong because of the leading linefeed. Also, the space-before is not suitable in this case ATM for a space before that block. Using a bc with fixed height instead. il y a 19 ans
  Jeremias Maerki cabefa5972 Can enable some test cases again. il y a 19 ans
  Jeremias Maerki 8497eb1798 Test case showing a problem with empty lines generated by forced linefeeds. il y a 19 ans
  Jeremias Maerki 68e04ccfdf normal-breaking2 simplified and now showing a different problem that might hint at the problem in normal-breaking2. il y a 19 ans
  Jeremias Maerki e0dc1cc5e4 Regression test for ArrayOutOfBoundsException in LineLayoutManager.addAreas() (to be fixed). il y a 19 ans