3023 Commits (Temp_KnuthStylePageBreaking)

Author SHA1 Message Date
  Jeremias Maerki 1fa0713ce0 Forgot to take padding into account. 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 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 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
  Glen Mazza 365625169d PR: 19 years ago
  Glen Mazza 53e0eb6fda PR: 19 years ago
  Glen Mazza 0595a4565b PR: 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 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 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 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 1468dbd2b4 Bug #33321 19 years ago
  Jeremias Maerki 6413a65e97 Name of parameter was wrong. 19 years ago
  Jeremias Maerki 4662ada252 Bugfix for special case when markers weren't added correctly. This happens when a block is empty except for marker elements. 19 years ago
  Jeremias Maerki 6f41573fc5 Both fore- and background colors are initially black. This fixes a bug where in a certain situation a white background resulted in a black rectangle being painted because the color operators are only generated if the color changes. 19 years ago
  Glen Mazza ed4c1da52c PR: 19 years ago
  Glen Mazza 2265f3fa72 Addition of new fo:page-sequence-wrapper FO from XSL 1.1. Currently not "plugged in" (it is commented out in FOElementMapping) nor functionally implemented. 19 years ago
  Jeremias Maerki 6123b54cc9 Border, Padding and spaces on level fo:table. 19 years ago
  Jeremias Maerki 38c76806d4 table-cell generates a normal reference-area. 19 years ago
  Jeremias Maerki ae6f9e9fd5 Added the page number to the pageViewport 19 years ago
  Glen Mazza d69f26fbac PR: 19 years ago
  Simon Pepping 765e233dfb Updated the paths in the Makefile and the customization stylesheets. 19 years ago
  Simon Pepping 1095620ae6 Updated to the current situation. Patch by renaud richardet, see bug 33126 19 years ago
  Jeremias Maerki 096a0bfab6 Added border, padding and spacing for list-blocks and list-items. 19 years ago
  Jeremias Maerki a1d60d9097 Cleanup and added missing some public accessors. 19 years ago
  Jeremias Maerki dd518f0885 corresponding.compute() may also return null to indicate that the inherited value should be used. 19 years ago
  Jeremias Maerki f79638aa9b Fixed a bug for labels, giving the wrong reference IPD. 19 years ago
  Jeremias Maerki 5041422b29 CONTAINING_REFAREA seems to work now, so use it. 19 years ago
  Jeremias Maerki daddb74bf2 Fixed CONTAINING_REFAREA (for list indents) 19 years ago
  Jeremias Maerki a1ed5f808c Fixed a bug in markers with boundary document and page-sequence. 19 years ago
  Jeremias Maerki 6c2f7aa7ac Switching off reuse of static LMs, which fixes page numbers and markers on pages >1. 19 years ago
  Jeremias Maerki a9d8444aef toString() 19 years ago
  Jeremias Maerki 8e85098492 Added a check for endless loops. 19 years ago
  Jeremias Maerki 1a9a4db0fc Bugfix for layout of block-containers with fixed BPD. They weren't properly broken over to the next page if they didn't fit. 19 years ago
  Jeremias Maerki 4da85b8ab3 Commenting a variable that was already defined in the superclass. 19 years ago