aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
...
* Improved JUnit report creation.Jeremias Maerki2006-04-052-0/+202
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-043-270/+0
* Tweak: reuse the FopFactory instance.Andreas L. Delmelle2006-03-271-5/+10
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-279-57/+77
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-4/+24
* Change TransformerHandler to ContentHandler. Use comment method whenSimon Pepping2006-01-271-2/+2
* Implement new interface methodSimon Pepping2006-01-271-0/+9
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-272-2/+2
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-3/+1
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-176-15/+460
* Create a new check type for the formatting results. For now onlySimon Pepping2006-01-083-5/+98
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-301-0/+5
* Adjust to changes in KnuthSequence.Jeremias Maerki2005-12-221-1/+2
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-154-12/+11
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-5/+40
* Support checking for the subcomponents of length-range properties in the FO T...Jeremias Maerki2005-11-291-0/+5
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-3/+3
* Added license header to disabled testcases XML file. Removed obsolete files a...Joerg Pietschmann2005-11-201-12/+0
* JDK 1.3 compatibility. Jeremias Maerki2005-11-181-17/+21
* XMLified files describing disabled testcases for layout engine and FO treeJoerg Pietschmann2005-11-181-1/+67
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-8/+3
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-1210-22/+26
* Minor corrections for jdk 1.3.1 compatibilityManuel Mall2005-11-111-2/+4
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-113-13/+10
* Separated JUnit layout tests such that the majority are still run even if no ...Manuel Mall2005-11-101-1/+5
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-242-5/+22
* Enable stretch and shrink checking on glues.Jeremias Maerki2005-10-131-1/+16
* Test case for showing a problem with the Knuth algorithm.Jeremias Maerki2005-10-051-0/+142
* Added line-/column-number output for easier tracing of errorsAndreas L. Delmelle2005-09-141-1/+3
* Run the checks on the parent's propertyList.Finn Bock2005-09-131-1/+1
* Enabled fotree junit tests.Finn Bock2005-09-123-1/+5
* PDFNumber.doubleOut() rewritten using java.text.DecimalFormat. Jeremias Maerki2005-09-012-0/+115
* Bugzilla #36379:Finn Bock2005-08-311-0/+1
* Initial commit for a FO tree testing facility.Jeremias Maerki2005-08-307-0/+473
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-0/+3
* Two new config values: stop-on-exception and create-diffs.Jeremias Maerki2005-08-261-21/+45
* After chasing a phantom for hours, it looks like it's simply the big images b...Jeremias Maerki2005-08-251-0/+5
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-1/+1
* I want to work while this is running. :-)Jeremias Maerki2005-08-211-0/+1
* Add a method to clear all image caches for testing purposes. It shouldn't be ...Jeremias Maerki2005-08-161-5/+36
* Bugzilla #36082 Jeremias Maerki2005-08-161-11/+9
* Aaargh. Imports again.Jeremias Maerki2005-08-151-1/+0
* JUnit Test cases to test URI resolution using custom URIResolvers. They are n...Jeremias Maerki2005-08-151-0/+209
* Initial upload of the visual testing facility. Docs in code. A Wiki page will...Jeremias Maerki2005-08-1214-0/+1301
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+4
* Some general housekeeping. No functional changes.Jeremias Maerki2005-08-1012-42/+30
* Removed DOM-related tests as discussed. We don't want to test the buggy innar...Jeremias Maerki2005-08-101-35/+1
* Support checking for the auxiliary flag on boxes.Jeremias Maerki2005-08-101-0/+12
* Forgot to commit a changed file. Straggler from the RTF library clean-up.Jeremias Maerki2005-08-101-1/+1
* Allow "<0" and ">0" expressions for the "p" part on a penalty.Jeremias Maerki2005-08-021-15/+29