aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/intermediate/IFParserTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-113/+0
* Bugfix: When restarting layout for the last page, discard glues and penalties...Vincent Hennebert2012-07-121-16/+1
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-2/+1
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-101-1/+16
|\
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-1/+16
* | Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-071-1/+1
|/
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-191-1/+1
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-041-4/+27
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-181-107/+10
* Forgot to remove the old ";mode=painter" work-around.Jeremias Maerki2009-02-251-1/+1
* Fixed test error for transcoders.Jeremias Maerki2009-01-301-10/+7
* Added validation against XML Schema of the intermediate format so we notice w...Jeremias Maerki2009-01-301-0/+53
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-2/+3
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-13/+13
* Make IFParserTestCase use the temporary, attributed MIME type for PDF (so the...Jeremias Maerki2008-08-121-0/+6
* Set error listener on both IF and AT tests.Jeremias Maerki2008-07-281-17/+1
* Don't let Xalan's default error listener swallow exceptions.Jeremias Maerki2008-07-281-0/+18
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-231-0/+129