3863 Commits (Temp_KnuthStylePageBreaking)
 

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