summaryrefslogtreecommitdiff
path: root/filter/qa
AgeCommit message (Expand)Author
2015-06-05Let JUnit take care of exceptionsNoel Grandin
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-03-25TyposJulien Nabet
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-09java: simplify array creationNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-17afl: divide-by-zeroCaolán McNamara
2014-11-06update suffixes in .gitignore for filtersCaolán McNamara
2014-11-06add a build-time regression test for pcd file formatCaolán McNamara
2014-10-20add CVE-2013-4979 testCaolán McNamara
2014-10-20add eps import regression testCaolán McNamara
2014-10-18add a regression test for .met filesCaolán McNamara
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: no need to call toString() on a String objectNoel Grandin
2014-10-11filter: stop leaking temp files in xsltfilter testMichael Stahl
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-09add test-case for CVE-2010-1681Caolán McNamara
2014-08-09add dxf import testsCaolán McNamara
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-07-24cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6Douglas Mencken
2014-07-07fdo#80955 - add a unit test.Michael Meeks
2014-06-10pct import: Unit test for the clipping import fix.Jan Holesovsky
2014-05-25fix encoding: iso-8859-1 -> utf8Thomas Arnhold
2014-05-13Typo: shoud -> shouldJulien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-18add ppm regression testCaolán McNamara
2014-04-18add a Pict format test caseCaolán McNamara
2014-04-18add a Sun raster format test caseCaolán McNamara
2014-04-17add regression tests for psd filterCaolán McNamara
2014-04-17more pcx testcasesCaolán McNamara
2014-04-17add testcase for CVE-2007-3741Caolán McNamara
2014-04-17add tests for CVE-2008-1097, etc.Caolán McNamara
2014-04-17forget to add test ras fileCaolán McNamara
2014-04-12add test case for CVE-2007-2356Caolán McNamara
2014-04-11add a ras import testCaolán McNamara
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin