aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Make the fop.layoutengine.disabled property work with fop.layoutengine.starts...Vincent Hennebert2007-04-171-0/+1
* Disable FontBaseBadTestCase for now as it is currently not working and makes ...Vincent Hennebert2007-02-281-0/+5
* Switch to XGCommons' ImageWriter for writing PNGs.Jeremias Maerki2007-02-281-8/+17
* Add the very same test cases with tables using starts-row/ends-row instead of...Vincent Hennebert2007-02-141-5/+21
* Stricter user config file validation.Vincent Hennebert2007-02-1410-3/+463
* First unit tests for table layout manager classesVincent Hennebert2007-02-132-0/+238
* Fix compilation error caused by incorrect package name in generated code. Als...Manuel Mall2006-12-221-3/+3
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-222-0/+425
* Bugzilla #40729:Jeremias Maerki2006-11-132-10/+9
* Style only.Jeremias Maerki2006-10-252-46/+57
* Simple test of the PDFCMap class, before refactoring it for ToUnicode Bertrand Delacretaz2006-09-202-0/+71
* Code style, conform to checkstyle requirements (where it makes sense)Bertrand Delacretaz2006-09-202-89/+115
* PDFEncodingTestCase added, but test with custom font is disabled, fails (as e...Bertrand Delacretaz2006-09-154-11/+141
* BasePDFTestCase extracted from PDFAConformanceTestCase, will be used to creat...Bertrand Delacretaz2006-09-152-48/+85
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-0/+147
* Minor enhancement of FOTree test outputAndreas L. Delmelle2006-08-221-4/+14
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+108
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2873-365/+438
* Set a PrefixResolver for the "true" check, too, not only for "eval".Jeremias Maerki2006-06-082-14/+24
* Tweak: change expected value to an absoluteAndreas L. Delmelle2006-06-051-2/+2
* Update assertions to reflect recent modification to the method in questionAndreas L. Delmelle2006-06-041-2/+2
* Bugzilla #39533:Jeremias Maerki2006-05-181-1/+1
* Bugzilla #39607:Jeremias Maerki2006-05-183-0/+107
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-1/+13
* Bugzilla #38946:Jeremias Maerki2006-05-032-24/+30
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-0/+47
* Forgot to disable the writing down of the generated PDF files.Jeremias Maerki2006-04-101-1/+1
* 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