aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: filters were not applied but still produced into the dictionary even ...Jeremias Maerki2007-11-081-1/+3
* Some notes about FOP's default font and font substitution for Base 14 fonts i...Jeremias Maerki2007-11-081-1/+26
* Fixed regression: transparent-page-background was not recognized for PNG output.Jeremias Maerki2007-11-062-0/+10
* Removed no-longer applicable test cases, for cells spanning more rows than av...Vincent Hennebert2007-11-062-320/+0
* Now that there is a dedicated package for tables, the PendingSpan class can b...Vincent Hennebert2007-11-063-24/+40
* Forgot to add IllegalRowSpanTestCase to the test suite...Vincent Hennebert2007-11-061-0/+2
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-0612-26/+393
* Slightly reworked too-many-columns_body_3 testcase, added testcase for a cell...Vincent Hennebert2007-11-062-4/+49
* Forgot to add TableColumnColumnNumber testcase to the testsuiteVincent Hennebert2007-11-061-0/+1
* Finalised testcase for RowGroupBuilder and added it to the testsuiteVincent Hennebert2007-11-062-49/+22
* Mailing List Archive link updates.Jeremias Maerki2007-11-064-69/+47
* Bugfix: FOPFonts proc is not used/needed anymore.Jeremias Maerki2007-11-061-4/+1
* Renamed signalNewRow method into more accurate signalRowEndVincent Hennebert2007-11-052-4/+4
* Renamed TableRowIteratorTestCase into RowGroupBuilderTestCaseVincent Hennebert2007-11-051-2/+2
* Upgraded javac.source and javac.target to 1.4 (to enable asserts, among others)Vincent Hennebert2007-11-051-2/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-0549-115/+117
* Updated the warning messagesVincent Hennebert2007-11-056-10/+22
* Renamed TableRowIterator* test cases into RowGroupBuilder*Vincent Hennebert2007-11-058-0/+0
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-0520-220/+1255
* Disabled debug outputsVincent Hennebert2007-11-051-1/+1
* Make Vincent happy.Jeremias Maerki2007-11-051-0/+4
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-0413-53/+183
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-0315-500/+1038
* Added method to convert from inches to points.Jeremias Maerki2007-11-031-0/+9
* Zero Word Joiner was missing in the constants.Jeremias Maerki2007-11-031-0/+2
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-036-20/+53
* Method for dumping all font triplets to System.out for diagnostic purposes.Jeremias Maerki2007-11-031-0/+18
* Mapping "SansSerif" and "Monospaced" (widely used in SVG land) to our Base 14...Jeremias Maerki2007-11-031-0/+12
* 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
* Add missing file from previous commit (r591437)Andreas L. Delmelle2007-11-021-0/+3
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-023-12/+77
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-027-65/+347
* Testcases for fo:table-columnVincent Hennebert2007-11-014-12/+276
* Additional testcases for too many columns, this time in header or footer.Vincent Hennebert2007-10-313-0/+154
* Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m...Jeremias Maerki2007-10-312-9/+23
* Replaced svn:eol property with svn:eol-style or set that latter to nativeVincent Hennebert2007-10-3114-1263/+1263
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-3116-110/+414
* Url is actually a UriAdrian Cumiskey2007-10-311-3/+3
* Simple renaming of method following patch that was recently appliedAdrian Cumiskey2007-10-301-2/+2
* Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager....Vincent Hennebert2007-10-302-13/+1
* Updated testcase to reflect new code behaviour: gaps between columns are now ...Vincent Hennebert2007-10-301-7/+7
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-3010-623/+437
* Fixes 42982, 43042, 43587, 43143 and 43439 applied to trunkAdrian Cumiskey2007-10-271-0/+15
* Bugzilla #42982:Adrian Cumiskey2007-10-275-211/+244
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-265-25/+58
* Bugzilla #43042:Adrian Cumiskey2007-10-266-10/+20
* Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ...Adrian Cumiskey2007-10-262-13/+27
* Whoops.. lets maintain the alphabetical ordering! :)Adrian Cumiskey2007-10-261-2/+2
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-263-31/+41