summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngwrite.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-2/+2
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-11/+7
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann1-1/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-9/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl1-241/+298
2015-03-19loplugin:constantfunction: vclNoel Grandin1-13/+0
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-3/+3
2014-10-17coverity#1209374 avoid division by 0David Tardon1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-20/+13
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-21Use default argument valuesStephan Bergmann1-1/+1
2014-04-17coverity#708633 Uninitialized pointer fieldCaolán McNamara1-7/+19
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+4
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-16/+16
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-5/+5
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-8/+8
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-43/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini1-3/+2
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-4/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-02-19pngread: remove some unused definesThomas Arnhold1-6/+0
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-05-12ensure the pointer is 0David Tardon1-5/+5