summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipsd/ipsd.cxx
AgeCommit message (Expand)Author
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-06-10tdf#142629 import psd image with transparent backgroundNoel Grandin
2020-02-03tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan
2020-01-15tdf#114441 Changing sal_uLong to appropriate integer type in filters moduleshashikdm
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-09loplugin:indentation in filterNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-15ofz#6376 Floating-point-exceptionCaolán McNamara
2018-02-14ofz#6334 Out-of-memoryCaolán McNamara
2018-02-14ofz#6326 Null-dereferenceCaolán McNamara
2018-02-14use RawBitmap in PSDReaderNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-07-10loplugin:useuniqueptr in filterNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03ofz: timeout in infinite loopCaolán McNamara
2017-03-02ofz: init varsCaolán McNamara
2017-02-28ofz: detect failure earlierCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06merged graphic import/export into a single libraryOliver Specht
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-09-10fix size check related hangCaolán McNamara
2015-07-05ppc64: fix infinite loop with default unsigned charCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-10coverity#1202754 Bad bit shift operationCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky