aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-0517-52/+52
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-0411-53/+70
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-022-12/+27
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-1/+1
* Corrected typo: explicitely -> explicitlyVincent Hennebert2007-10-191-1/+1
* Bugzilla #43616: bug in the computation of remaining height that caused extra...Vincent Hennebert2007-10-161-3/+3
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-153-17/+18
* InlineStackingLM should not be instantiated directly -> make abstractAndreas L. Delmelle2007-09-221-1/+1
* PropertyCache phase 2:Andreas L. Delmelle2007-09-218-26/+60
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-1/+1
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-24/+28
* Clean up:Vincent Hennebert2007-08-031-12/+14
* Move the handling of breaks back in TableContentLMVincent Hennebert2007-08-022-71/+79
* First step at introducing a layout manager for a row-groupVincent Hennebert2007-08-022-361/+436
* Clean up the handling of startIndentVincent Hennebert2007-08-021-25/+14
* Set visibility of fields to privateVincent Hennebert2007-08-011-5/+5
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-221-1/+1
* Corrected issue with zero width spaces being given a non zero widthManuel Mall2007-07-221-1/+1
* Style only: correct indentationVincent Hennebert2007-07-191-235/+234
* Code cleanup and javadocsVincent Hennebert2007-07-192-17/+73
* Rename endRow into the more meaningful endRowIndexVincent Hennebert2007-07-191-3/+3
* Use an iterator instead of get(index) to iterate over the list of Knuth elementsVincent Hennebert2007-07-191-12/+18
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-181-1/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1866-335/+320
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-181-2/+2
* Store the index of the last spanned row, instead of the starting row. That la...Vincent Hennebert2007-07-171-4/+4
* - Compute the height of already handled rows progressively in TableStepperVincent Hennebert2007-07-172-14/+9
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-142-16/+5
* Extract the ActiveCell class into a top-level classVincent Hennebert2007-07-122-224/+251
* Completion of the previous two small patches: modified and corrected javadoc ...Andreas L. Delmelle2007-07-121-2/+1
* TODO-comment also removed...Andreas L. Delmelle2007-07-121-2/+0
* TODO removed: use LayoutContext's stackLimit instead of the availIPD parameterAndreas L. Delmelle2007-07-121-9/+9
* Move the creation of GridUnitParts into ActiveCellVincent Hennebert2007-07-122-37/+43
* Fixes in the steps computation:Vincent Hennebert2007-07-124-44/+43
* Temporary hack to handle cells with content of zero lengthVincent Hennebert2007-07-121-2/+2
* Move the content of the now small setupElementList method into initializeElem...Vincent Hennebert2007-07-091-9/+5
* Use a prevIsBox boolean instead of duplicating the list of Knuth elements for...Vincent Hennebert2007-07-091-10/+13
* Use a list of active cells for computing steps, continued:Vincent Hennebert2007-07-091-59/+56
* Also display the width of the penalty in the toString methodVincent Hennebert2007-07-091-0/+2
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-077-763/+887
* Cleaner way to handle border-separation in ActiveCellVincent Hennebert2007-07-061-11/+7
* Add a signalMinStep method in ActiveCellVincent Hennebert2007-07-061-18/+24
* Move the getNextStep method into ActiveCellVincent Hennebert2007-07-061-86/+65
* Remove decrease of activeRowIndex when backtrackingVincent Hennebert2007-07-061-10/+1
* Organize imports and remove no longer used methodsVincent Hennebert2007-07-061-15/+0
* First step towards using a list of active cells for computing stepsVincent Hennebert2007-07-062-260/+226
* Bugzilla #42576Chris Bowditch2007-06-221-9/+24
* Bugzilla #42109: Jeremias Maerki2007-05-212-7/+11
* Bugfix for ClassCastException with spaces inside a table-cell (using fox:wido...Jeremias Maerki2007-05-171-4/+9
* Fixing a problem with disappearing footnotes inside inlines when hyphenation ...Luca Furini2007-05-151-54/+71