aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.Andreas L. Delmelle2007-09-161-1/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1842-413/+252
* Use a slightly more convenient name to keep the code somewhat readableAndreas L. Delmelle2007-07-142-4/+2
* Fix build errors after revision 554251.Jeremias Maerki2007-07-091-6/+3
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-083-3/+37
* Bugzilla 41656:Andreas L. Delmelle2007-07-0712-144/+63
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-0727-304/+49
* Bugzilla 42703: white-space incorrectly handled in retrieved markersAndreas L. Delmelle2007-06-231-12/+3
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-201-7/+0
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-041-20/+19
* changes to support named destinationJay Bryant2007-04-011-2/+5
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-1/+5
* The spec explicitely does not specify what should be done when bpd is set to ...Vincent Hennebert2007-02-071-1/+6
* Fix for bugzilla 41503: Andreas L. Delmelle2007-01-311-1/+2
* Code cleanup: Andreas L. Delmelle2007-01-1114-17/+17
* In relaxed validation mode, it should be acceptable to have fo:table-footer /...Vincent Hennebert2007-01-091-1/+1
* Adaptation of MarkerAttribute cache to use WeakHashMapAndreas L. Delmelle2006-12-231-26/+35
* Remove unused attributes from TableCell. Patch by Richard WheeldonSimon Pepping2006-12-201-39/+0
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-2030-332/+197
* Optimization in Marker.java: reduction of distinct MarkerAttribute instances ...Andreas L. Delmelle2006-12-171-44/+75
* Bugzilla #40729:Jeremias Maerki2006-11-137-7/+7
* Bugzilla #40849:Jeremias Maerki2006-11-121-0/+1
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-072-14/+13
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-112-12/+40
* Minor enhancement of column-number property code / removal of unused methodAndreas L. Delmelle2006-08-222-7/+9
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-217-102/+275
* Added relaxed validation for empty list-item-* (as produced by the buggy Micr...Andreas L. Delmelle2006-08-171-3/+14
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-0611-386/+736
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2843-215/+258
* Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...Jeremias Maerki2006-07-211-12/+7
* See r412224: forgot to move the related code for TableColumn...Andreas L. Delmelle2006-06-072-4/+4
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-065-286/+284
* Bugzilla #38946:Jeremias Maerki2006-05-037-42/+41
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+49
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+4
* Fix for NPE in case of empty instream-foreign-objectAndreas L. Delmelle2006-03-061-1/+1
* Trivial update:Andreas L. Delmelle2006-02-161-6/+5
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-316-44/+48
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-311-20/+0
* Bugfix: TableCell did not properly report that it generates reference-areas w...Jeremias Maerki2006-01-031-2/+6
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-304-187/+35