aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Added some performance statistics to MemoryEater.Jeremias Maerki2008-08-212-11/+137
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-202-50/+2
* Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...Jeremias Maerki2008-08-131-0/+7
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-0/+45
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24111-678/+678
* fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-171-3/+10
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-212-8/+8
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-093-0/+133
* Checkstyle cleanup and javadocAdrian Cumiskey2008-05-091-4/+15
* Checkstyle and minor typo fixesVincent Hennebert2008-05-095-46/+46
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t...Vincent Hennebert2008-05-081-8/+8
* Very small cleanup to unit test. This method does not need to be protected.Adrian Cumiskey2008-05-061-1/+1
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-066-8/+72
* Now tunneling all events through a special event listener in tests. This serv...Jeremias Maerki2008-04-178-31/+119
* Merged branchJeremias Maerki2008-04-149-0/+441
* 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