summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
AgeCommit message (Expand)Author
2017-07-10loplugin:useuniqueptr in vclNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-16ofz#882: test available len against max possible compressionCaolán McNamara
2017-03-09ofz#574 sanitize png palette indexesCaolán McNamara
2017-03-09fix indentCaolán McNamara
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-02-08clarify we're not setting a pal index in the maskCaolán McNamara
2017-01-10ofz#395 leak in Bitmap::AcquireWriteAccessCaolán McNamara
2017-01-10BitmapWriteAccess* -> Bitmap::ScopedWriteAccessCaolán McNamara
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin
2016-11-30Use smart pointers for gdi pdf functionsMark Page
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-22crashtesting: fix tdf95481-1.odg reexport to odg failureCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-12-28Typo: pysical->physicalJulien Nabet
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31cppcheck: can add explicit to ctorCaolán McNamara
2015-03-31cppcheck: value that is never usedCaolán McNamara
2015-03-29vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-12valgrind+afl: check p1 at start of loopCaolán McNamara
2014-10-03coverity#1093225 Dereference after null checkCaolán McNamara
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Use default argument valuesStephan Bergmann
2014-05-10coverity#708632 Uninitialized scalar fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist