3023 Revize (Temp_KnuthStylePageBreaking)

Autor SHA1 Zpráva Datum
  Jeremias Maerki 4334502a08 Reactivating table-row background. před 19 roky
  Jeremias Maerki 23c718504a Fix for display-align on table-cell. před 19 roky
  Jeremias Maerki 2a5effe5ca Improved handling of explicit height/block-progression-dimension on table-cell and table-row. May not yet be perfect, though. před 19 roky
  Jeremias Maerki c9207efbe0 More careful approach to handling missing grid units during addAreas stage. před 19 roky
  Glen Mazza ea8e710085 Copied the logic over incorrectly--fixed (even though IIRC před 19 roky
  Glen Mazza 1b5fcf5e4f Better consolidation of the RetrieveMarker handling code. před 19 roky
  Glen Mazza 74bad2ed49 Eclipse is so cool. It lets us know when we have unused imports. před 19 roky
  Jeremias Maerki 388f5f641e Fix for ArrayIndexOutOfBoundsException when empty grid units are involved. před 19 roky
  Jeremias Maerki 409f77fa19 Pretty radical clean-up. před 19 roky
  Jeremias Maerki a1f72643c5 Fix for row spans ending early thus leaving empty grid units. před 19 roky
  Jeremias Maerki 979b6a3e93 System.out removed. před 19 roky
  Jeremias Maerki 3629fbed98 Checkstyle is cool. It finds every tab character in our sources. před 19 roky
  Jeremias Maerki 527e78fbce The RowBorder3 example fully works now except for the empty cells currently not being painted. před 19 roky
  Jeremias Maerki 6b398717d3 spanned grid units may have a different table-row element associated with them. This is important for border resolution. před 19 roky
  Glen Mazza c2e2b26f33 Moved the FLAGGED_PENALTY constant to the KnuthPenalty class před 19 roky
  Glen Mazza d417971290 Removed addID() from AbstractLayoutManager in favor of actual před 19 roky
  Glen Mazza 4765a6bce5 Added getPSLM() to LM interface, removed six other methods. před 19 roky
  Glen Mazza 494b617241 resolveRefID() --> getFirstPVWithID() renaming. před 19 roky
  Glen Mazza aafc170e76 Improved the comment for addUnresolvedArea(). před 19 roky
  Glen Mazza a9a23b40d3 More simplifications to PSLM. (Hmmm...I wonder if there's a way to have před 19 roky
  Glen Mazza ae774a97b6 More clarifications to PSLM. před 19 roky
  Jeremias Maerki 76351a6a79 Fixed a number of issues mainly related to border painting and row spanning. před 19 roky
  Jeremias Maerki d569ad27e7 Fix for NPE před 19 roky
  Jeremias Maerki 938ba653e4 Next step: Basic border resolution and proper painting (even though it's following a possibly misinterpreted model ATM) před 19 roky
  Luca Furini 96c0bf73d4 Finn's refactoring of Knuth's breaking code, with small changes před 19 roky
  Jeremias Maerki b7404079ee Fix for left outer border painting. před 19 roky
  Glen Mazza b2ba4fc7b1 -- Modified the PSLM constructor and mapping Maker to take an před 19 roky
  Glen Mazza 0427280b10 More PSLM simplifications. před 19 roky
  Glen Mazza 76f148a8b2 Switched from curPage to uglier but more accurate curPV in PSLM; ditto před 19 roky
  Jeremias Maerki f725a49bed Fix for NPE in Cell.java (getBorders() can return null). před 19 roky
  Luca Furini dfd9cbb4be Using a more clear boolean instead of an int, as suggested by Glen and Andreas před 19 roky
  Luca Furini 83ff5d8ec6 Partial fix to break handling před 19 roky
  Glen Mazza 8a38973ad8 removed duplicate addMarkerMap() method, renamed addMarkers() před 19 roky
  Glen Mazza a0efc1fcf6 Minor simplifications. před 19 roky
  Glen Mazza b8c3035121 --Validation for fo:wrapper added. před 19 roky
  Glen Mazza 5eca263327 Setting default validation to "strict"; adding a command line -r option před 19 roky
  Luca Furini b4f3f139d6 Using the correct height, stored in the LineBreakPositions, when creating the sequence of elements. před 19 roky
  Jeremias Maerki 18b6633d3d Fixes for test cases list1-3. před 19 roky
  Jeremias Maerki b8577a7ef6 Class actually iterates over element lists not break possibilities. před 19 roky
  Luca Furini 258fd21aab Added convenience methods performing the cast between FObj and Block, FObj and BlockContainer před 19 roky
  Glen Mazza f8518111fd 1.) Moved RegionViewport & Reference creation code from PageViewport to Page(Reference). před 19 roky
  Luca Furini ed5d157793 Creating a combined list for label and body před 19 roky
  Glen Mazza 7d1a1c697c More validation added for fo:retrieve-marker and fo:marker. před 19 roky
  Simon Pepping eb048612b0 This solves a compilation problem in TableContentLayoutManager před 19 roky
  Luca Furini d760204724 Setting layout dimensions in the FlowLM před 19 roky
  Jeremias Maerki ac0214ef10 Some javadocs před 19 roky
  Jeremias Maerki 09c9c9860c Initial support for table headers and footers including omit-*-at-break, but without border-before|after handling. před 19 roky
  Luca Furini 9f004f76e2 Yesterday I forgot to commit this small change, sorry. před 19 roky
  Luca Furini dc17219f50 First working implementation for lists; at the moment, ListItemLM just uses the "body" elements; coming soon: creation of elements combining the label list and the body list. před 19 roky
  Luca Furini 0135f93e3d Moved methods from BlockLM to BlockStackingLM, modified parameters; these methods will be used by other subclasses of BlockStackingLM. před 19 roky