summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-9/+7
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-21Use default argument valuesStephan Bergmann1-1/+1
2014-05-10coverity#708632 Uninitialized scalar fieldCaolán McNamara1-1/+18
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+4
2014-02-12coverity#1093230 Dereference before null checkCaolán McNamara1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-01The "source size" of a VCL bitmap is not used for anythingTor Lillqvist1-2/+0
2013-09-06Fix debug build without dbgutilKhaled Hosny1-5/+5
2013-09-06warning C4018: '<': signed/unsigned mismatchMichael Stahl1-4/+4
2013-09-06Resolves: #i122985# Various speedups for graphic object swappingArmin Le Grand1-43/+198