3023 Commits (Temp_KnuthStylePageBreaking)

Author SHA1 Message Date
  Jeremias Maerki ccbd2cad56 Proper generation of grid units for spanned cells (both directions). 19 years ago
  Jeremias Maerki efb1596792 Fix for logic error causing array index exceptions 19 years ago
  Jeremias Maerki 8b50da9082 Row backgrounds 19 years ago
  Jeremias Maerki c30c27caca Fixing X-placement of cells when there's start-indent on the table. 19 years ago
  Jeremias Maerki d6af636d4a Stupid mistake, cell widths were not right. 19 years ago
  Jeremias Maerki 943be3b89f Fixed setting the BPD on the block area for the table (fixes table background and cursor advancement in renderers). 19 years ago
  Jeremias Maerki 041733ad1f Making display-align work again. May not be the optimal way to do this, but I didn't want to run a Breaker just to do alignment like I did for block-container. 19 years ago
  Jeremias Maerki c17fb7108e Basic framework for table layout with Knuth elements as documented on the Wiki. The old code is mostly still there for reference. 19 years ago
  Jeremias Maerki 559cc1bab8 Consolidated blocklist logging 19 years ago
  Jeremias Maerki fe3f103534 number -> lineCount 19 years ago
  Jeremias Maerki 5e07cd5bab toString() methods for debugging 19 years ago
  Glen Mazza 248ac1ce55 More simplifications. 19 years ago
  Glen Mazza 2a4afee740 Removed duplication of pageNumber & pageNumberString in PSLM; 19 years ago
  Glen Mazza 2c90524826 Pulled out the AreaTreeHandler from the LayoutManager interface, only 19 years ago
  Glen Mazza b49e8724d0 Moved page viewport creation logic from PSLM to PageViewport. 19 years ago
  Glen Mazza ebb1892cff Removed the curSpan instance variable -- now obtainable via curPage. 19 years ago
  Glen Mazza ec8a189c3f Created an instance variable in PageViewport for the 19 years ago
  Glen Mazza ac1064b4c2 Moved the logic for creating Spans to MainReference. Moved the overflow/column count 19 years ago
  Glen Mazza 14e05b595b Moved creation of normal flow areas to area.Span. 19 years ago
  Jeremias Maerki 145f8bb848 Factored out phase 1 (knuth element generation) in LineLM into a separate method to make the code easier to understand. 19 years ago
  Jeremias Maerki fa903e83af Javadocs and toString() methods. 19 years ago
  Jeremias Maerki 8be3eb6c2c Additional accessors. 19 years ago
  Jeremias Maerki 5fe47096d1 Missing license header and javadocs. 19 years ago
  Jeremias Maerki a59022ae06 Fix for NPE with empty block-containers (normal-breaking3) 19 years ago
  Jeremias Maerki 16584886bb I don't see the reason for the distinction beween justified and other alignments. 19 years ago
  Jeremias Maerki 16bb03cd0d Check within-column, too. Note: This is all very basic for now and needs to be improved in time. 19 years ago
  Jeremias Maerki 43f28c8c39 Avoid unnecessary penalties at the beginning of the returnList. They may also badly influence penalties for keeps. Normal penalties between blocks not in the same block are handled higher up. 19 years ago
  Jeremias Maerki 5234d61922 Bugfix for keep-together: parent LMs were not taken into account when determining keep-together status. 19 years ago
  Glen Mazza 099e15ab90 Semantic adjustments. 19 years ago
  Jeremias Maerki 5ebdc9519d Clean-up for accessing column-count and column-gap in area tree. 19 years ago
  Jeremias Maerki 01a64f1869 Insert penalties for column breaks, too. 19 years ago
  Jeremias Maerki 7d145bd451 Resurrected outer region support. 19 years ago
  Jeremias Maerki a432964176 Code to handle "no content" conditions. 19 years ago
  Jeremias Maerki 1be1a89f53 Code to handle "no content" conditions. 19 years ago
  Jeremias Maerki b44957f8da Common base class for all outer regions (for easier access to the extent property). 19 years ago
  Jeremias Maerki 63ed8eb403 Accessor for clip value. 19 years ago
  Jeremias Maerki 6d776daf01 Initial commit for the knuth-style page breaking code. 19 years ago
  Jeremias Maerki 11b33608e1 Convenience method for checking "auto" enum value on a property. Makes code more readable. 19 years ago
  Jeremias Maerki b867098c77 Reenabling consistency check. 19 years ago
  Jeremias Maerki 2332ae0d9b More accessors on block-containers. 19 years ago
  Jeremias Maerki 5c82c15413 Slight deviation from the template. 19 years ago
  Glen Mazza 5581e549ee Changed from addChild(Area) to clearer addChildArea(Area). 19 years ago
  Glen Mazza 6079f6f376 1.) Moved setting of idp value into Span constructor because the class is in an 19 years ago
  Clay Leeds 45b8c51c27 Updated FOP example graphic to include more content & image 19 years ago
  Glen Mazza 4aa732439c More simplifications to PSLM. 19 years ago
  Jeremias Maerki fbaf02105a Removing illegal tab characters. 19 years ago
  Glen Mazza 0304064f34 More simplifications to PSLM. 19 years ago
  Glen Mazza fbc248fb1e More simplifications to PSLM. 19 years ago
  Glen Mazza 2b20d5f7c6 Stray "x" removed. 19 years ago
  Jeremias Maerki 7bd48e5212 Lots of smaller updates: 19 years ago