summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-21ASan heap-buffer-overflowStephan Bergmann1-0/+16
2017-11-20tdf#113918: Workaround: Load 1bpp indexed PNG as 8bpp indexed BitmapTor Lillqvist1-3/+28
2017-11-17ofz#4076 bad palette READCaolán McNamara1-2/+6
2017-11-06mbIDAT is actually set when mbIDAT is complete, not when startedCaolán McNamara1-13/+13
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-07-10loplugin:useuniqueptr in vclNoel Grandin1-43/+41
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-4/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-16ofz#882: test available len against max possible compressionCaolán McNamara1-0/+10
2017-03-09ofz#574 sanitize png palette indexesCaolán McNamara1-2/+15
2017-03-09fix indentCaolán McNamara1-7/+8
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-6/+6
2017-02-08clarify we're not setting a pal index in the maskCaolán McNamara1-2/+2
2017-01-10ofz#395 leak in Bitmap::AcquireWriteAccessCaolán McNamara1-38/+36
2017-01-10BitmapWriteAccess* -> Bitmap::ScopedWriteAccessCaolán McNamara1-10/+5
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-1/+1
2016-11-30Use smart pointers for gdi pdf functionsMark Page1-15/+11
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-3/+3
2016-06-22crashtesting: fix tdf95481-1.odg reexport to odg failureCaolán McNamara1-1/+21
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-9/+9
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+8
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-12-28Typo: pysical->physicalJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+4
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-14/+14
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-31cppcheck: can add explicit to ctorCaolán McNamara1-2/+2
2015-03-31cppcheck: value that is never usedCaolán McNamara1-2/+1
2015-03-29vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl1-37/+37
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-4/+4
2014-11-12valgrind+afl: check p1 at start of loopCaolán McNamara1-2/+4
2014-10-03coverity#1093225 Dereference after null checkCaolán McNamara1-0/+2
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara1-1/+1