aboutsummaryrefslogtreecommitdiffstats
path: root/test/java
Commit message (Expand)AuthorAgeFilesLines
* Now tunneling all events through a special event listener in tests. This serv...Jeremias Maerki2008-04-178-31/+119
* Merged branchJeremias Maerki2008-04-1410-0/+442
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-2/+4
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-6/+5
* fop-rgb-icc() function did not make the round-trip which caused an error in t...Jeremias Maerki2008-02-183-81/+175
* Extract original exception in BasePDFTestCase.java. They are normally embedde...Jeremias Maerki2008-02-181-7/+27
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-6/+8
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-133-3/+3
* Tweak: modify PercentLength.toString() to return a value that facilitates deb...Andreas L. Delmelle2008-02-071-1/+7
* 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
* Removed the Dijkstra stuff as it was moved to Commons.Jeremias Maerki2008-01-304-314/+0
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-1/+1
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-251-1/+55
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-232-44/+46
* 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