3023 Commits (Temp_KnuthStylePageBreaking)

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