aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* Bugfix: NPE when there is a forced break before a table occurring at an IPD c...Vincent Hennebert2010-03-151-0/+18
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-2/+2
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-11/+9
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-6/+8
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-41/+41
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-4/+4
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-1/+1
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-23/+12
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-9/+11
* Merged branchJeremias Maerki2008-04-141-8/+10
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-3/+3
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-051-2/+67
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-251-76/+38
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-11/+0
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-2/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-10/+10
* Bugfixes:Vincent Hennebert2007-04-301-62/+30
* Make keep-with-next and keep-with-previous work on fo:tableVincent Hennebert2007-04-261-0/+6
* In collapsing-border model, tables have no padding and borders are determined...Vincent Hennebert2007-04-021-2/+4
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-8/+12
* Javadoc for the table layout codeVincent Hennebert2007-02-081-5/+13
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-15/+15
* Bugfix: Fixed bug when the sum of column widths of a table is larger than the...Jeremias Maerki2006-11-061-4/+8
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-211-22/+9
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: tables nested in inline elements caused a NullPointerException.Jeremias Maerki2006-05-151-11/+1
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+3
* Bugfix: display-align did not work if the first object in a page was a table.Luca Furini2006-03-231-0/+5
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-5/+7
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-191-1/+2
* Added checks that warn about tables and block-containers that are wider than ...Jeremias Maerki2005-12-151-0/+9
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-27/+10
* Added support for border-separation.block-progression-direction (only inline-...Jeremias Maerki2005-11-241-1/+24
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-63/+124
* Correction of style violationsAndreas L. Delmelle2005-09-191-3/+2
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-4/+6
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-161-6/+11
* Bugfix for table_width.xml. Table width was not determined correctly when spe...Jeremias Maerki2005-09-151-8/+12
* Bugzilla #36379:Finn Bock2005-08-311-20/+57
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-11/+2
* Renamed Item to Cell to TableCellLayoutManager.Jeremias Maerki2005-07-181-1/+1
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-221-6/+16
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-3/+2
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-0/+7
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-0/+8
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-231-50/+46