summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipcx
AgeCommit message (Expand)Author
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-10-01loplugin:useuniqueptr in PCXReader::ImplReadBodyNoel Grandin
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-14ofz#6330 Out-of-memoryCaolán McNamara
2018-02-13use RawBitmap in PCXReaderNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-02-13ofz: move size check before bitmap allocationCaolán McNamara
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2017-01-16new loplugin: useuniqueptr: filterNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris 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-10-02Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-07-17don't loop forever if pcx has short readCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-03-19loplugin:constantfunction: filterNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-25coverity#1242746 turn this around to help out coverityCaolán McNamara
2014-10-21coverity#1242908 Untrusted value as argumentCaolán McNamara
2014-10-15one of the oddest things I've seenCaolán McNamara
2014-05-27Fix memory leak (as observed with CppunitTest_filter_pcx_test)Stephan Bergmann
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-17add tests for CVE-2008-1097, etc.Caolán McNamara
2014-04-11coverity#738637 Uninitialized scalar fieldCaolán McNamara
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen
2013-07-08error: comparison between pointer and integer (Clang trunk towards 3.4)Stephan Bergmann
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley
2013-04-15properly prefix graphic filter methodsPeter Foley
2013-04-14add filter libs to libmergedPeter Foley
2013-04-03fdo#39468: Translated German comments in filterHansgerd Schneider
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-06drop unneeded #includeDavid Tardon