summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngwrite.cxx
AgeCommit message (Expand)Author
2019-02-14move pngwrite/pngread to vcl/filter/pngTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-21pvs-studio: Expression 'mnInterlaced == 0' is always true.Caolán McNamara
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-04-24loplugin:useuniqueptr in PNGWriterImplNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06Use for-range loop in pngwrite (vcl)Julien Nabet
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-10-17coverity#1209374 avoid division by 0David Tardon
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
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-04-17coverity#708633 Uninitialized pointer fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet