summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
AgeCommit message (Expand)Author
2018-02-28tdf#115297: alternative fix for displaying 1bit imagesVasily Melenchuk
2017-11-21fix ASan heap-buffer-overflowStephan Bergmann
2017-11-20tdf#113918: Workaround: Read 1bpp indexed PNG images into 8bpp indexed BitmapsTor Lillqvist
2017-02-09ofz#574 sanitize png palette indexesCaolán McNamara
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
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-12coverity#1093230 Dereference before null checkCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-11-01The "source size" of a VCL bitmap is not used for anythingTor Lillqvist
2013-09-06Fix debug build without dbgutilKhaled Hosny
2013-09-06warning C4018: '<': signed/unsigned mismatchMichael Stahl
2013-09-06Resolves: #i122985# Various speedups for graphic object swappingArmin Le Grand
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-14cppcheck: fix uninitMemberVar in pngread (vcl)Julien Nabet
2013-06-12sal_Bool to boolTakeshi Abe
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-05fdo#61847 - tolerate invalid pngs.Michael Meeks
2013-02-23sal: update log areasThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-04-23cut out negative widths/heights earlyCaolán McNamara
2012-04-19fail earlier on oversized imagesCaolán McNamara