summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-15add SvStream::TellEndNoel Grandin1-4/+1
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-8/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26skip checking png block crcs when fuzzingCaolán McNamara1-1/+4
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-8/+9
2018-03-07use more Color in vclNoel Grandin1-1/+1
2018-02-28tdf#115297: alternative fix for displaying 1bit imagesVasily Melenchuk1-9/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-6/+6
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-13/+16
2018-01-31ofz: Infinite loopCaolán McNamara1-4/+5
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-10/+10
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-11-21assert that mnPngDepth can only be 16 hereStephan Bergmann1-0/+4
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