aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Extended to allow generating the renderer and painter PDF alongside each othe...Jeremias Maerki2008-08-157-24/+38
* Merged from Trunk revision 685573:Jeremias Maerki2008-08-131-0/+7
|\
| * Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...Jeremias Maerki2008-08-131-0/+7
* | Removed temporary debug code.Jeremias Maerki2008-08-131-37/+1
* | Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-125-23/+342
* | Make IFParserTestCase use the temporary, attributed MIME type for PDF (so the...Jeremias Maerki2008-08-121-0/+6
* | Merge from Trunk revisions 680381-685126.Jeremias Maerki2008-08-121-0/+45
|\|
| * Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-0/+45
* | Release intermediate file ASAP to avoid high memory consumption.Jeremias Maerki2008-07-281-0/+6
* | Set error listener on both IF and AT tests.Jeremias Maerki2008-07-283-17/+26
* | Don't let Xalan's default error listener swallow exceptions.Jeremias Maerki2008-07-281-0/+18
* | Some carriage returns for the debug output file.Jeremias Maerki2008-07-281-0/+2
* | Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-25109-648/+648
|\|
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24111-678/+678
* | Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-235-153/+466
|/
* 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