aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/RowGroupLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-216/+0
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-1/+1
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-0/+1
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-9/+10
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-2/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+0
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-3/+3
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-5/+2
* Merged branchJeremias Maerki2008-04-141-3/+9
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-101-120/+101
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-1/+2
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-87/+23
* Added support for breaks before and after table cellsVincent Hennebert2008-02-131-4/+10
* Cleanup:Vincent Hennebert2008-01-241-2/+2
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-241-5/+2
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-10/+2
* - renamed variables for clarityVincent Hennebert2008-01-101-33/+26
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+1
* Cleaned up RowGroupLayoutManager and TableRowIteratorVincent Hennebert2007-11-131-11/+2
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-131-0/+2
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-105/+1
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-1/+1
* Corrected typo: explicitely -> explicitlyVincent Hennebert2007-10-191-1/+1
* Clean up:Vincent Hennebert2007-08-031-12/+14
* Move the handling of breaks back in TableContentLMVincent Hennebert2007-08-021-67/+48
* First step at introducing a layout manager for a row-groupVincent Hennebert2007-08-021-0/+433