summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/graphicfilter/filters-test.cxx
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-01-07improve JpegWriterTest - detect type is correct during roundtripTomaž Vajngerl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-01-17loplugin:useuniqueptr in GraphicFilterNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens
2017-07-15emfplus: corrections for UnitTest in vclArmin Le Grand
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-03-23add svm cppunit testCaolán McNamara
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
2016-03-07improve defaultparams lopluginNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-12add xpm testsCaolán McNamara
2015-07-11fix and test for xbm import crashCaolán McNamara
2015-05-07WaE: format ‘%d’ expects argument of type ‘int’David Tardon
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
2013-06-22Export-Import GraphicFilter TestTomaž Vajngerl
2013-05-14vcl: attempt to fix high quality scaling to get aspect ratio right.Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky