| Commit message (Expand) | Author | Age | Files | Lines |
* | Reactivating table-row background.Temp_KnuthStylePageBreaking | Jeremias Maerki | 2005-05-13 | 1 | -1/+1 |
* | Fix for display-align on table-cell. | Jeremias Maerki | 2005-05-13 | 1 | -2/+2 |
* | Improved handling of explicit height/block-progression-dimension on table-cel... | Jeremias Maerki | 2005-05-13 | 4 | -74/+191 |
* | More careful approach to handling missing grid units during addAreas stage. | Jeremias Maerki | 2005-05-13 | 2 | -4/+24 |
* | Copied the logic over incorrectly--fixed (even though IIRC | Glen Mazza | 2005-05-13 | 1 | -4/+5 |
* | Better consolidation of the RetrieveMarker handling code. | Glen Mazza | 2005-05-13 | 2 | -68/+27 |
* | Eclipse is so cool. It lets us know when we have unused imports. | Glen Mazza | 2005-05-13 | 2 | -2/+1 |
* | Fix for ArrayIndexOutOfBoundsException when empty grid units are involved. | Jeremias Maerki | 2005-05-12 | 3 | -8/+16 |
* | Pretty radical clean-up. | Jeremias Maerki | 2005-05-12 | 5 | -1752/+10 |
* | Fix for row spans ending early thus leaving empty grid units. | Jeremias Maerki | 2005-05-12 | 2 | -14/+14 |
* | System.out removed. | Jeremias Maerki | 2005-05-12 | 1 | -2/+0 |
* | Checkstyle is cool. It finds every tab character in our sources. | Jeremias Maerki | 2005-05-11 | 4 | -5/+5 |
* | The RowBorder3 example fully works now except for the empty cells currently n... | Jeremias Maerki | 2005-05-11 | 5 | -330/+712 |
* | spanned grid units may have a different table-row element associated with the... | Jeremias Maerki | 2005-05-11 | 1 | -1/+13 |
* | Moved the FLAGGED_PENALTY constant to the KnuthPenalty class | Glen Mazza | 2005-05-11 | 6 | -30/+6 |
* | Removed addID() from AbstractLayoutManager in favor of actual | Glen Mazza | 2005-05-11 | 19 | -34/+23 |
* | Added getPSLM() to LM interface, removed six other methods. | Glen Mazza | 2005-05-09 | 8 | -152/+41 |
* | resolveRefID() --> getFirstPVWithID() renaming. | Glen Mazza | 2005-05-09 | 6 | -61/+31 |
* | Improved the comment for addUnresolvedArea(). | Glen Mazza | 2005-05-07 | 1 | -8/+11 |
* | More simplifications to PSLM. (Hmmm...I wonder if there's a way to have | Glen Mazza | 2005-05-07 | 2 | -99/+32 |
* | More clarifications to PSLM. | Glen Mazza | 2005-05-05 | 1 | -33/+32 |
* | Fixed a number of issues mainly related to border painting and row spanning. | Jeremias Maerki | 2005-05-04 | 5 | -116/+130 |
* | Fix for NPE | Jeremias Maerki | 2005-05-04 | 1 | -0/+1 |
* | Next step: Basic border resolution and proper painting (even though it's foll... | Jeremias Maerki | 2005-05-04 | 9 | -153/+580 |
* | Finn's refactoring of Knuth's breaking code, with small changes | Luca Furini | 2005-05-02 | 4 | -563/+601 |
* | Fix for left outer border painting. | Jeremias Maerki | 2005-05-02 | 1 | -8/+9 |
* | -- Modified the PSLM constructor and mapping Maker to take an | Glen Mazza | 2005-04-30 | 4 | -45/+59 |
* | More PSLM simplifications. | Glen Mazza | 2005-04-30 | 3 | -75/+24 |
* | Switched from curPage to uglier but more accurate curPV in PSLM; ditto | Glen Mazza | 2005-04-29 | 8 | -72/+70 |
* | Fix for NPE in Cell.java (getBorders() can return null). | Jeremias Maerki | 2005-04-28 | 4 | -68/+126 |
* | Using a more clear boolean instead of an int, as suggested by Glen and Andreas | Luca Furini | 2005-04-27 | 2 | -13/+9 |
* | Partial fix to break handling | Luca Furini | 2005-04-26 | 2 | -4/+12 |
* | removed duplicate addMarkerMap() method, renamed addMarkers() | Glen Mazza | 2005-04-26 | 6 | -54/+13 |
* | Minor simplifications. | Glen Mazza | 2005-04-25 | 2 | -21/+29 |
* | --Validation for fo:wrapper added. | Glen Mazza | 2005-04-24 | 5 | -43/+46 |
* | Setting default validation to "strict"; adding a command line -r option | Glen Mazza | 2005-04-23 | 2 | -1/+4 |
* | Using the correct height, stored in the LineBreakPositions, when creating the... | Luca Furini | 2005-04-20 | 1 | -201/+78 |
* | Fixes for test cases list1-3. | Jeremias Maerki | 2005-04-18 | 2 | -30/+21 |
* | Class actually iterates over element lists not break possibilities. | Jeremias Maerki | 2005-04-18 | 1 | -8/+12 |
* | Added convenience methods performing the cast between FObj and Block, FObj an... | Luca Furini | 2005-04-14 | 2 | -105/+116 |
* | 1.) Moved RegionViewport & Reference creation code from PageViewport to Page(... | Glen Mazza | 2005-04-14 | 6 | -138/+134 |
* | Creating a combined list for label and body | Luca Furini | 2005-04-13 | 1 | -32/+208 |
* | More validation added for fo:retrieve-marker and fo:marker. | Glen Mazza | 2005-04-13 | 4 | -7/+20 |
* | This solves a compilation problem in TableContentLayoutManager | Simon Pepping | 2005-04-12 | 1 | -0/+4 |
* | Setting layout dimensions in the FlowLM | Luca Furini | 2005-04-12 | 1 | -1/+5 |
* | Some javadocs | Jeremias Maerki | 2005-04-09 | 1 | -4/+10 |
* | Initial support for table headers and footers including omit-*-at-break, but ... | Jeremias Maerki | 2005-04-09 | 2 | -104/+360 |
* | Yesterday I forgot to commit this small change, sorry. | Luca Furini | 2005-04-08 | 1 | -1/+1 |
* | First working implementation for lists; at the moment, ListItemLM just uses t... | Luca Furini | 2005-04-07 | 3 | -34/+219 |
* | Moved methods from BlockLM to BlockStackingLM, modified parameters; these met... | Luca Furini | 2005-04-07 | 3 | -910/+978 |