aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reactivating table-row background.Temp_KnuthStylePageBreakingJeremias Maerki2005-05-131-1/+1
* Fix for display-align on table-cell.Jeremias Maerki2005-05-131-2/+2
* Improved handling of explicit height/block-progression-dimension on table-cel...Jeremias Maerki2005-05-134-74/+191
* More careful approach to handling missing grid units during addAreas stage.Jeremias Maerki2005-05-132-4/+24
* Copied the logic over incorrectly--fixed (even though IIRCGlen Mazza2005-05-131-4/+5
* Better consolidation of the RetrieveMarker handling code.Glen Mazza2005-05-132-68/+27
* Eclipse is so cool. It lets us know when we have unused imports.Glen Mazza2005-05-132-2/+1
* Fix for ArrayIndexOutOfBoundsException when empty grid units are involved.Jeremias Maerki2005-05-123-8/+16
* Pretty radical clean-up.Jeremias Maerki2005-05-125-1752/+10
* Fix for row spans ending early thus leaving empty grid units.Jeremias Maerki2005-05-122-14/+14
* System.out removed.Jeremias Maerki2005-05-121-2/+0
* Checkstyle is cool. It finds every tab character in our sources.Jeremias Maerki2005-05-114-5/+5
* The RowBorder3 example fully works now except for the empty cells currently n...Jeremias Maerki2005-05-115-330/+712
* spanned grid units may have a different table-row element associated with the...Jeremias Maerki2005-05-111-1/+13
* Moved the FLAGGED_PENALTY constant to the KnuthPenalty classGlen Mazza2005-05-116-30/+6
* Removed addID() from AbstractLayoutManager in favor of actualGlen Mazza2005-05-1119-34/+23
* Added getPSLM() to LM interface, removed six other methods.Glen Mazza2005-05-098-152/+41
* resolveRefID() --> getFirstPVWithID() renaming.Glen Mazza2005-05-096-61/+31
* Improved the comment for addUnresolvedArea().Glen Mazza2005-05-071-8/+11
* More simplifications to PSLM. (Hmmm...I wonder if there's a way to haveGlen Mazza2005-05-072-99/+32
* More clarifications to PSLM.Glen Mazza2005-05-051-33/+32
* Fixed a number of issues mainly related to border painting and row spanning.Jeremias Maerki2005-05-045-116/+130
* Fix for NPEJeremias Maerki2005-05-041-0/+1
* Next step: Basic border resolution and proper painting (even though it's foll...Jeremias Maerki2005-05-049-153/+580
* Finn's refactoring of Knuth's breaking code, with small changesLuca Furini2005-05-024-563/+601
* Fix for left outer border painting.Jeremias Maerki2005-05-021-8/+9
* -- Modified the PSLM constructor and mapping Maker to take anGlen Mazza2005-04-304-45/+59
* More PSLM simplifications.Glen Mazza2005-04-303-75/+24
* Switched from curPage to uglier but more accurate curPV in PSLM; dittoGlen Mazza2005-04-298-72/+70
* Fix for NPE in Cell.java (getBorders() can return null).Jeremias Maerki2005-04-284-68/+126
* Using a more clear boolean instead of an int, as suggested by Glen and AndreasLuca Furini2005-04-272-13/+9
* Partial fix to break handlingLuca Furini2005-04-262-4/+12
* removed duplicate addMarkerMap() method, renamed addMarkers()Glen Mazza2005-04-266-54/+13
* Minor simplifications.Glen Mazza2005-04-252-21/+29
* --Validation for fo:wrapper added.Glen Mazza2005-04-245-43/+46
* Setting default validation to "strict"; adding a command line -r optionGlen Mazza2005-04-232-1/+4
* Using the correct height, stored in the LineBreakPositions, when creating the...Luca Furini2005-04-201-201/+78
* Fixes for test cases list1-3.Jeremias Maerki2005-04-182-30/+21
* Class actually iterates over element lists not break possibilities.Jeremias Maerki2005-04-181-8/+12
* Added convenience methods performing the cast between FObj and Block, FObj an...Luca Furini2005-04-142-105/+116
* 1.) Moved RegionViewport & Reference creation code from PageViewport to Page(...Glen Mazza2005-04-146-138/+134
* Creating a combined list for label and bodyLuca Furini2005-04-131-32/+208
* More validation added for fo:retrieve-marker and fo:marker.Glen Mazza2005-04-134-7/+20
* This solves a compilation problem in TableContentLayoutManagerSimon Pepping2005-04-121-0/+4
* Setting layout dimensions in the FlowLMLuca Furini2005-04-121-1/+5
* Some javadocsJeremias Maerki2005-04-091-4/+10
* Initial support for table headers and footers including omit-*-at-break, but ...Jeremias Maerki2005-04-092-104/+360
* Yesterday I forgot to commit this small change, sorry.Luca Furini2005-04-081-1/+1
* First working implementation for lists; at the moment, ListItemLM just uses t...Luca Furini2005-04-073-34/+219
* Moved methods from BlockLM to BlockStackingLM, modified parameters; these met...Luca Furini2005-04-073-910/+978