aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
...
* 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-134-59/+58
* Ok, now /really/ revert the previous commit :-\Vincent Hennebert2007-12-131-1/+1
* Reverted change accidentally introduced in the previous commit. A proper fix ...Vincent Hennebert2007-12-131-1/+1
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-1310-140/+785
* Minor tweaks:Andreas L. Delmelle2007-12-131-0/+37
* Corrected javadocsAdrian Cumiskey2007-12-051-5/+5
* Correction and simplification of the PropertyCache: subclass WeakReference an...Andreas L. Delmelle2007-12-011-119/+83
* bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st...Chris Bowditch2007-11-201-5/+9
* Bugzilla #43605:Jeremias Maerki2007-11-184-143/+234
* 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-132-3/+22
* 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-1318-162/+790
* Fix two javadoc warnings.Jeremias Maerki2007-11-132-3/+1
* bug fix: avoid NPE when GC has removed a weak reference in the Property CacheChris Bowditch2007-11-121-5/+7
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-4/+29
* Better solution for missing hyphenation character problem.Jeremias Maerki2007-11-121-0/+46
* Attempt to shed light on what this method does.Jeremias Maerki2007-11-091-0/+5
* 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-0522-38/+40
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-058-9/+302
* Correction: use super.toString() to still have the internal instance idAndreas L. Delmelle2007-11-031-1/+1
* Added override for FObj.toString() for convenience during debugging.Andreas L. Delmelle2007-11-031-0/+6
* 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-3010-623/+437
* 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
* Removed unnecessary dependency on Batik in the "fo" package.Jeremias Maerki2007-10-041-3/+4
* PropertyCache phase 2:Andreas L. Delmelle2007-09-2117-202/+870
* Undo unnecessary changes of previous commit (r578197)Andreas L. Delmelle2007-09-211-3/+3
* Fix behavior of from-nearest-specified-value(): the value should be that of '...Andreas L. Delmelle2007-09-211-15/+19
* Correction: Added missing file for r576095Andreas L. Delmelle2007-09-161-2/+1
* Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...Andreas L. Delmelle2007-09-162-3/+4
* Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.Andreas L. Delmelle2007-09-162-1/+5
* Fix javadoc errorVincent Hennebert2007-07-211-1/+1
* Tweak: use generic boolean Maker.Andreas L. Delmelle2007-07-201-6/+3