aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: display-align did not work if the first object in a page was a table.Luca Furini2006-03-231-0/+5
* Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...Jeremias Maerki2006-03-151-1/+1
* Removed stray debug message.Jeremias Maerki2006-03-061-1/+0
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-311-2/+2
* Bugzilla #38397: Jeremias Maerki2006-01-261-6/+23
* 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
* Debug optimizationJeremias Maerki2005-12-151-1/+3
* Fixed a bug where the area for a finished cell that is broken over pages was ...Jeremias Maerki2005-12-151-1/+2
* Added checks that warn about tables and block-containers that are wider than ...Jeremias Maerki2005-12-151-0/+9
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-133-11/+18
* Bugfix: Areas for table-cells that are broken over more than one page are now...Jeremias Maerki2005-12-081-10/+23
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-022-28/+12
* Fixing two NPEs occurring with a completely empty table where not even the ta...Jeremias Maerki2005-12-011-1/+3
* Bugfix: Added missing conditionality notification for table-cell content.Jeremias Maerki2005-11-301-0/+4
* Added support for border-separation.block-progression-direction (only inline-...Jeremias Maerki2005-11-244-11/+39
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-4/+0
* Fix for bug #37415Andreas L. Delmelle2005-11-081-1/+1
* Fix for bug #37270:Jeremias Maerki2005-11-082-42/+88
* Fix for Bug #36403.Jeremias Maerki2005-10-271-4/+26
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-244-127/+223
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-29/+28
* Correction of style violationsAndreas L. Delmelle2005-09-193-7/+6
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-174-16/+19
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-161-6/+11
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-161-1/+18
* Bugfix for table_width.xml. Table width was not determined correctly when spe...Jeremias Maerki2005-09-151-8/+12
* Removed TODO. No MT issues here.Jeremias Maerki2005-09-091-1/+1
* Fixed javadoc errors.Joerg Pietschmann2005-09-082-3/+4
* Cleanup of unused imports.Finn Bock2005-09-012-2/+0
* Bugzilla #36379:Finn Bock2005-08-317-74/+178
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-7/+10
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
* Fix for table-body4.xml. Higher penalty values for breaks that would results ...Jeremias Maerki2005-08-021-0/+10
* Padding was ignored by the table stepper. This fixes the newly modified table...Jeremias Maerki2005-08-021-0/+11
* Bugfix: Fixes table-cell7 where padding wasn't handled correctly while adding...Jeremias Maerki2005-07-281-2/+28
* Bugfix: Fixes table-cell7 where display-align was off when border and/or padd...Jeremias Maerki2005-07-281-4/+4
* Removed unused methodJeremias Maerki2005-07-281-18/+0
* Removing unused import.Finn Bock2005-07-281-1/+0
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-262-11/+3
* Buzilla #35787 Jeremias Maerki2005-07-191-5/+10
* Renamed Item to Cell to TableCellLayoutManager.Jeremias Maerki2005-07-185-9/+9
* Fix for allowing empty table-cells (for relaxed validation). Jeremias Maerki2005-07-151-2/+3
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-224-12/+141
* Fixes NPEs when a table is using collapsing border model in conjunction with ...Jeremias Maerki2005-06-202-2/+6
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-072-8/+4
* Bugfix: getMaxRemainingHeight() was not very accurate and resulted in wrong e...Jeremias Maerki2005-05-312-27/+56
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-306-72/+213
* Bugfix: LAST_IN_BODY wasn't set on the GridUnits of a row that wasn't the las...Jeremias Maerki2005-05-301-0/+4