1153 Commits (Root_Temp_KnuthStylePageBreaking)
 

Author SHA1 Message Date
  Jeremias Maerki 08fb5bab03 No longer fail when no table-columns are defined. The table creates a "default column" which is used to handle any defaults and inheritance. 19 years ago
  Jeremias Maerki 62b003446f Test cases for fixed table layout. 19 years ago
  Jeremias Maerki 9629f8fe9b Corrected my interpretation of border-separation. 19 years ago
  Jeremias Maerki 8f10085a6f force fixed table-layout. Without the width auto layout becomes active. 19 years ago
  Jeremias Maerki 8d532b99b6 Fix for handling of horizontal border-separation. My first interpretation was wrong. 19 years ago
  Jeremias Maerki 04f756340c Accessor for table-layout property. 19 years ago
  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. 19 years ago
  Jeremias Maerki c0bdeffdfe Test case for border and padding influencing table-cells. 19 years ago
  Jeremias Maerki 1fa0713ce0 Forgot to take padding into account. 19 years ago
  Jeremias Maerki a237291cdd Test case for column-number con table-cell and gaps in a row. 19 years ago
  Jeremias Maerki 68c9b73a81 Fix for ArrayOutOfBoundsException in resetPosition(). 19 years ago
  Jeremias Maerki f64b3f5563 Support for column-number on table-cell. 19 years ago
  Jeremias Maerki 692ba9ae38 Method for checking if there's a column-number 19 years ago
  Jeremias Maerki 2458865802 Initial support for column spanning. Still WIP. 19 years ago
  Jeremias Maerki 6ef1677fb7 Correct cell-borders when border-collapse="separate" and initial support for horizontal border-separation. 19 years ago
  Jeremias Maerki c03c698bbd Test case for grouping of table-cells into table-rows. 19 years ago
  Jeremias Maerki a5e511a608 Support for table-cells as direct children of table-body|header|footer. 19 years ago
  Jeremias Maerki 37374bcb69 moving retrieve-marker replacement into separate method to make preLoadList easier to read and understand. 19 years ago
  Jeremias Maerki 83371d2d60 Support for border-spacing shorthand. 19 years ago
  Jeremias Maerki d7060e85f1 More table test cases. 19 years ago
  Jeremias Maerki 36a0409306 Temporary fix for markers (using isBogus() check) 19 years ago
  Jeremias Maerki 7cd913f036 Fix for adding absolutely positioned block without children. 19 years ago
  Jeremias Maerki 3d67d750ea use hasBackground() as a fail-fast. 19 years ago
  Jeremias Maerki c170f76658 Additional accessors and style. 19 years ago
  Jeremias Maerki d6f3fb4902 Method for determining if there's a background at all. 19 years ago
  Jeremias Maerki 049708f75c Checks for marker test cases. markers5b disabled because of a bug with table handling that I will fix shortly. 19 years ago
  Glen Mazza 365625169d PR: 19 years ago
  Glen Mazza 53e0eb6fda PR: 19 years ago
  Glen Mazza 0595a4565b PR: 19 years ago
  Jeremias Maerki e9849885b0 Test for block-progression-dimension and height on table-cell. 19 years ago
  Jeremias Maerki 90667f711b Can reenable some tests for table-columns after the last improvement. 19 years ago
  Jeremias Maerki e68c91ec57 Better table-column build-up. Columns can now be in non-consecutive order (using column-number) and number-columns-repeated is now respected. Missing columns (gaps) are logged as an error but no further handling ATM. 19 years ago
  Jeremias Maerki 7cdc09c095 Checks and an addtional method to determine whether a column-number is set. 19 years ago
  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. 19 years ago
  Jeremias Maerki 06ad501615 Bugfix for list labels that were not properly placed when the list-block is a child of a flow and there are margins on the page-master. 19 years ago
  Jeremias Maerki 20c39d9367 Notify the AreaTreeHandler about new pages being added. 19 years ago
  Jeremias Maerki 2af04b9624 Add a facility for the PageSequenceLayoutManager to notify about a new page being added so the rendering statistics work again. 19 years ago
  Jeremias Maerki a9d6dc7025 Derived from markers4 these two test cases exercise BlockLayoutManager.addMarkers() where currently some markers are added to the wrong page. 19 years ago
  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. 19 years ago
  Jeremias Maerki 69d42ce263 Bugfix for whitespace handling that surfaced after my last fix for linefeed handling when markers are involved. Nodes preceeding a marker that don't create an area were removed from the childNodes list but the firstInlineChild was not cleared creating additional unwanted empty lines in the output. 19 years ago
  Jeremias Maerki cabefa5972 Can enable some test cases again. 19 years ago
  Jeremias Maerki 12e189afcf Bugfix for blocks with forced linefeeds that break over the page boundary. 19 years ago
  Jeremias Maerki ccbaa31a9f Don't ignore linefeeds when building Knuth elements. 19 years ago
  Jeremias Maerki 919269d147 Bugfix for omitted empty lines caused by forced linefeeds. 19 years ago
  Jeremias Maerki 8497eb1798 Test case showing a problem with empty lines generated by forced linefeeds. 19 years ago
  Jeremias Maerki 68e04ccfdf normal-breaking2 simplified and now showing a different problem that might hint at the problem in normal-breaking2. 19 years ago
  Jeremias Maerki 1468dbd2b4 Bug #33321 19 years ago
  Jeremias Maerki e0dc1cc5e4 Regression test for ArrayOutOfBoundsException in LineLayoutManager.addAreas() (to be fixed). 19 years ago
  Jeremias Maerki 6413a65e97 Name of parameter was wrong. 19 years ago
  Jeremias Maerki 75699047fe Adding an example with "no-repeat" 19 years ago