aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-101-12/+0
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-263-16/+14
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-259-52/+150
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-1/+0
* break-after set on the last child of a row-spanning cell must apply to the la...Vincent Hennebert2008-02-141-1/+1
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-133-7/+45
* Added support for breaks before and after table cellsVincent Hennebert2008-02-133-2/+89
* Also display the column index in the toString methodVincent Hennebert2008-02-081-0/+1
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-021-27/+13
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-6/+6
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-245-58/+50
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-236-171/+230
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-16/+27
* - renamed variables for clarityVincent Hennebert2008-01-102-7/+13
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-69/+18
* Organized importsVincent Hennebert2007-12-171-1/+0
* Streamlining/Correction of the changes made in r603926Andreas L. Delmelle2007-12-161-21/+14
* Throw a ValidationException if table-footer is put after table-body and the t...Vincent Hennebert2007-12-131-3/+11
* Removed parameter from the endTablePart method, as the part is already passed...Vincent Hennebert2007-12-134-6/+5
* Removed parameter from the endPart method, since the part is already passed a...Vincent Hennebert2007-12-134-6/+4
* Fixed the handling of columns in the border resolution, especially in case of...Vincent Hennebert2007-12-132-12/+13
* Style only: removed trailing white spacesVincent Hennebert2007-12-133-5/+5
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-138-137/+728
* Minor tweaks:Andreas L. Delmelle2007-12-131-0/+37
* Bugzilla #43605:Jeremias Maerki2007-11-183-140/+203
* Restored the setting of rowIndex on primary grid units (although testcases we...Vincent Hennebert2007-11-143-16/+13
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-147-40/+57
* Reduced visibility of some methods and constructors from public to package-pr...Vincent Hennebert2007-11-143-6/+6
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-141-0/+179
* Use a singleton for a default BorderInfo of style none, instead of every time...Vincent Hennebert2007-11-131-1/+1
* Changed back visibility of fields from public to package-private, due to the ...Vincent Hennebert2007-11-132-2/+2
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-136-5/+745
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-1317-160/+784
* Now that there is a dedicated package for tables, the PendingSpan class can b...Vincent Hennebert2007-11-063-24/+40
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-064-15/+30
* Renamed signalNewRow method into more accurate signalRowEndVincent Hennebert2007-11-052-4/+4
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-0517-17/+19
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-058-9/+302
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-024-62/+82
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-312-0/+14
* Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager....Vincent Hennebert2007-10-302-13/+1
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-309-616/+428
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-263-31/+41
* Moved the creation of the columns list to the declaration of the columns fiel...Vincent Hennebert2007-10-262-11/+3
* Removed useless addChildNode method since it only transfered the call to the ...Vincent Hennebert2007-10-261-9/+1
* Created an abstract TableCellContainer class meant to contain the logic in Ta...Vincent Hennebert2007-10-264-143/+165
* Removed the check for borders specified on table-column/body/row in separate ...Vincent Hennebert2007-10-251-9/+0
* Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...Andreas L. Delmelle2007-09-161-0/+1