aboutsummaryrefslogtreecommitdiffstats
path: root/test/java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without a...Andreas L. Delmelle2011-01-072-0/+7
* Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-041-1/+1
* Added missing license header.Jeremias Maerki2010-11-151-0/+19
* Removed tab characters.Jeremias Maerki2010-11-151-11/+11
* Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-111-0/+17
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-256-209/+9
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-146-41/+42
* Bugzilla #49733:Jeremias Maerki2010-08-146-7/+7
* Refactored the multi-threading harness a bit to support IF conversion.Jeremias Maerki2010-07-156-50/+205
* Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-022-9/+8
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-142-4/+4
* FontEventAdapter has been replaced by FontEventProducerVincent Hennebert2010-04-091-1/+2
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-092-38/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-092-1/+2
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-091-0/+7
* Added test cases to ensure that the event notification system runs smoothlyVincent Hennebert2010-04-092-0/+169
* Bugzilla #48237:Chris Bowditch2010-01-082-2/+6
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-222-2/+202
* Fixed test case: #CMYK pseudo-profile comes before the color profile URI.Jeremias Maerki2009-12-171-1/+1
* Bugfix: Added equals() method to ColorExt because the base class only compare...Jeremias Maerki2009-11-251-4/+26
* Moved declaration of xml:space attribute from <text> to <page-sequence> in th...Vincent Hennebert2009-11-091-2/+1
* XMLUtilTestCase somehow hasn't been included in the merge of the accessibilit...Vincent Hennebert2009-10-281-0/+45
* Merged back Temp_Accessibility branch into TrunkVincent Hennebert2009-10-271-1/+2
|\
| * Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-232-33/+33
| |\ | |/ |/|
| * Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-132-0/+54
| |\
| * \ Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-189-22/+325
| |\ \
| * | | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-0/+45
| * | | Fixed copy/paste mistake.Jeremias Maerki2009-04-141-1/+2
* | | | Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-152-33/+33
| |_|/ |/| |
* | | Font name was wrongMaximilian Berger2009-09-241-1/+1
* | | Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoaderMaximilian Berger2009-09-242-0/+54
| |/ |/|
* | Added support for the #CMYK pseudo-profile supported by some commercial XSL i...Jeremias Maerki2009-09-161-2/+19
* | Added tests for 2, 3, 4 values specified in the page boundaries properties.Vincent Hennebert2009-08-141-1/+51
* | Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-121-4/+6
* | Fixed issues in PageBoundaries class:Vincent Hennebert2009-08-104-143/+207
* | Bugzilla #47311:Jeremias Maerki2009-08-031-32/+44
* | Bugzilla #47311:Jeremias Maerki2009-08-022-0/+131
* | bug fix: allow back slashes for file URLs as they are commonly used in WindowsChris Bowditch2009-05-072-0/+2
* | Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...Andreas L. Delmelle2009-04-193-20/+45
|/
* Improved multi-threading testbed a bit:Jeremias Maerki2009-03-273-25/+132
* 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-192-0/+122
* Restored ability to specify any URI base URI (URL), not just file URLs. For f...Jeremias Maerki2009-03-102-9/+58
* 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
* ";mode=painter" MIME suffix removed from all new IFDocumentHandler implementa...Jeremias Maerki2009-02-231-0/+159
* Additional filter possibility for BatchDiffer so previously faulty cases can ...Jeremias Maerki2009-02-161-0/+10
* Merge from Trunk revisions 735029 - 740275.Jeremias Maerki2009-02-031-2/+4
|\
| * Disabled the PDF dump by default.Jeremias Maerki2009-01-281-2/+4
* | Fixed test error for transcoders.Jeremias Maerki2009-01-308-153/+272