aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-071-5/+5
* Bugfix for date formatting with negative time zones in the PDF's Info object.Jeremias Maerki2008-02-072-3/+64
* Added an option to disable the default sRGB profile in PDF output for those w...Jeremias Maerki2008-02-072-3/+69
* Bugzilla #36391:Jeremias Maerki2008-02-065-12/+179
* Added testcase for Bugzilla 44343Andreas L. Delmelle2008-02-041-0/+62
* Fixed minor typo I stumbled upon while doing something completely unrelatedVincent Hennebert2008-02-041-2/+2
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-031-0/+35
* Removed the Dijkstra stuff as it was moved to Commons.Jeremias Maerki2008-01-304-314/+0
* Replaced testcases for forced break on table-row with more complete ones. Tes...Vincent Hennebert2008-01-297-222/+3412
* Renamed testcase for clarityVincent Hennebert2008-01-291-0/+0
* Added more tests to ensure no weird things occurs when keep-with-previous/nex...Vincent Hennebert2008-01-292-0/+50
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-283-1/+71
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-283-3/+116
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-0/+37
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-251-1/+55
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-0/+147
* Added license headerVincent Hennebert2008-01-241-1/+17
* Replaced 'non-lead' with 'normal'Vincent Hennebert2008-01-241-38/+38
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-2313-109/+721
* Slight performance improvement on multi-core CPUs using a cheap trick.Jeremias Maerki2008-01-171-21/+34
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-173-7/+61
* java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...Jeremias Maerki2008-01-141-0/+61
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-1139-186/+895
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-071-0/+61
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-0/+134
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-201-0/+92
* Streamlined the recording of row offsets, by replacing Map with a List. Fixed...Vincent Hennebert2007-12-181-0/+96
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-154-0/+4160
* Fixed the handling of columns in the border resolution, especially in case of...Vincent Hennebert2007-12-132-1/+47
* Updated xmlgraphics from SVNMaximilian Berger2007-12-073-0/+103
* Oops.Jeremias Maerki2007-12-031-2/+0
* Added a possibility to rerun the whole run a defined number of times to test ...Jeremias Maerki2007-12-031-8/+25
* Bugzilla #37993: Jeremias Maerki2007-11-301-0/+68
* Bugzilla #40230:Jeremias Maerki2007-11-275-14/+99
* Bugfix in tables: wrong element generation by the merging algorithm when glue...Vincent Hennebert2007-11-201-0/+11
* Bugzilla #43766: breaks generated by the merging algorithm for table rows con...Vincent Hennebert2007-11-191-0/+101
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-135-10/+1757
* Log element list length for convenience.Jeremias Maerki2007-11-131-1/+3
* Removed no-longer applicable test cases, for cells spanning more rows than av...Vincent Hennebert2007-11-062-320/+0
* 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-067-11/+359
* 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
* Renamed TableRowIteratorTestCase into RowGroupBuilderTestCaseVincent Hennebert2007-11-051-2/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-057-8/+8
* 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-0512-211/+953
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-0/+110