aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0312-1079/+0
* Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.Andreas L. Delmelle2016-01-021-3/+3
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-061-1/+0
* Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-176-15/+12
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-0/+128
* Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-261-0/+112
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-021-2/+1
* Corrected error in Junit4 migrationMehdi Houshmand2012-02-131-4/+8
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-108-40/+63
|\
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-248-40/+63
* | added svn:eol-style=native property to recently added new filesChris Bowditch2012-01-201-34/+34
* | Bugzilla #50391:Chris Bowditch2012-01-101-0/+34
* | Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-077-9/+9
|/
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-046-0/+40
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-247-18/+18
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-212-8/+8
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t...Vincent Hennebert2008-05-081-8/+8
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-44/+44
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-151-0/+214
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-063-11/+95
* Finalised testcase for RowGroupBuilder and added it to the testsuiteVincent Hennebert2007-11-061-45/+15
* Renamed TableRowIteratorTestCase into RowGroupBuilderTestCaseVincent Hennebert2007-11-051-2/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-055-6/+6
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-053-2/+209
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-2/+24
* Testcases for fo:table-columnVincent Hennebert2007-11-013-12/+145
* Additional testcases for too many columns, this time in header or footer.Vincent Hennebert2007-10-311-0/+8
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-312-0/+105