aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/intermediate
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0313-1388/+0
* FOP-2213 use kern table when no GPOS kern lookups are presentGlenn Adams2014-09-091-4/+2
* Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-175-6/+5
* Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-191-1/+7
* 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-316-38/+20
* Removed reference to XML schema from IF schema.Vincent Hennebert2012-03-232-95/+0
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-101-1/+16
|\
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-1/+16
* | Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-301-6/+3
* | Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-241-3/+6
* | Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-6/+3
* | Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-075-7/+7
|/
* Cache the schema for the XML namespace to a local directory. This avoids down...Vincent Hennebert2011-10-202-0/+95
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-192-2/+2
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-048-152/+148
* https://issues.apache.org/jira/browse/XERCESJ-1505Jeremias Maerki2011-04-291-1/+17
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-1811-287/+583
* FontEventAdapter has been replaced by FontEventProducerVincent Hennebert2010-04-091-1/+2
* Moved declaration of xml:space attribute from <text> to <page-sequence> in th...Vincent Hennebert2009-11-091-2/+1
* Amendment to revision 755894:Jeremias Maerki2009-03-241-6/+35
* Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong conf...Jeremias Maerki2009-03-191-0/+120
* Avoid errors with relative paths.Jeremias Maerki2009-03-101-2/+7
* Forgot to remove the old ";mode=painter" work-around.Jeremias Maerki2009-02-251-1/+1
* Fixed test error for transcoders.Jeremias Maerki2009-01-305-75/+44
* Added validation against XML Schema of the intermediate format so we notice w...Jeremias Maerki2009-01-302-0/+67
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-022-3/+5
* Fixed NPE: the user agent was not set.Jeremias Maerki2008-12-111-0/+1
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-282-14/+14
* Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-122-0/+231
* Make IFParserTestCase use the temporary, attributed MIME type for PDF (so the...Jeremias Maerki2008-08-121-0/+6
* 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
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-235-153/+466
* Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039...Adrian Cumiskey2008-05-142-4/+11
* One Factory per VM is enough here.Jeremias Maerki2007-05-271-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-282-10/+12
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+6
* Change TransformerHandler to ContentHandler. Use comment method whenSimon Pepping2006-01-271-2/+2
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-172-0/+307