aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Slight performance improvement on multi-core CPUs using a cheap trick.Jeremias Maerki2008-01-171-21/+34
* 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-1114-94/+643
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-151-0/+214
* 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
* Log element list length for convenience.Jeremias Maerki2007-11-131-1/+3
* 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-063-11/+95
* 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
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-054-211/+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-314-3/+211
* Some log fine-tuning.Jeremias Maerki2007-10-261-15/+13
* Bugzilla #42278:Jeremias Maerki2007-06-292-0/+120
* Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.Jeremias Maerki2007-06-221-0/+112
* Bugzilla #41831:Jeremias Maerki2007-05-2815-121/+309
* One Factory per VM is enough here.Jeremias Maerki2007-05-271-1/+1
* Make the fop.layoutengine.disabled property work with fop.layoutengine.starts...Vincent Hennebert2007-04-171-0/+1
* Disable FontBaseBadTestCase for now as it is currently not working and makes ...Vincent Hennebert2007-02-281-0/+5
* Switch to XGCommons' ImageWriter for writing PNGs.Jeremias Maerki2007-02-281-8/+17
* Add the very same test cases with tables using starts-row/ends-row instead of...Vincent Hennebert2007-02-141-5/+21
* Stricter user config file validation.Vincent Hennebert2007-02-1410-3/+463
* First unit tests for table layout manager classesVincent Hennebert2007-02-132-0/+238
* Fix compilation error caused by incorrect package name in generated code. Als...Manuel Mall2006-12-221-3/+3
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-222-0/+425
* Bugzilla #40729:Jeremias Maerki2006-11-132-10/+9
* Style only.Jeremias Maerki2006-10-252-46/+57
* Simple test of the PDFCMap class, before refactoring it for ToUnicode Bertrand Delacretaz2006-09-202-0/+71
* Code style, conform to checkstyle requirements (where it makes sense)Bertrand Delacretaz2006-09-202-89/+115
* PDFEncodingTestCase added, but test with custom font is disabled, fails (as e...Bertrand Delacretaz2006-09-154-11/+141
* BasePDFTestCase extracted from PDFAConformanceTestCase, will be used to creat...Bertrand Delacretaz2006-09-152-48/+85
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-0/+147
* Minor enhancement of FOTree test outputAndreas L. Delmelle2006-08-221-4/+14
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+108
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2873-365/+438
* Set a PrefixResolver for the "true" check, too, not only for "eval".Jeremias Maerki2006-06-082-14/+24
* Tweak: change expected value to an absoluteAndreas L. Delmelle2006-06-051-2/+2
* Update assertions to reflect recent modification to the method in questionAndreas L. Delmelle2006-06-041-2/+2
* Bugzilla #39533:Jeremias Maerki2006-05-181-1/+1
* Bugzilla #39607:Jeremias Maerki2006-05-183-0/+107
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-1/+13
* Bugzilla #38946:Jeremias Maerki2006-05-032-24/+30
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-0/+47
* Forgot to disable the writing down of the generated PDF files.Jeremias Maerki2006-04-101-1/+1