summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-29tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand
2016-01-25also use the right stream for checkDavid Tardon
2016-01-25return directlyDavid Tardon
2016-01-24fix buildCaolán McNamara
2016-01-24limit variable scopeDavid Tardon
2016-01-24move bmp dimension sanity check to a better placeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24sanitize input to avoid large allocationDavid Tardon
2016-01-24absolute seek is clearerDavid Tardon
2016-01-24sanitize valueDavid Tardon
2016-01-21at least partially sanitize image dimensionsDavid Tardon
2015-11-12Windows header sanitizationAshod Nakashian
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-09Abstract out repeated code into lambdasStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29coverity#1325070 Resource leakCaolán McNamara
2015-09-29coverity#1325067 Resource leakCaolán McNamara
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-08-31other bitmap methods check for bad_allocCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-26expand this 1980's shift-fest, torture-by-ternery and magic '3' into humanCaolán McNamara
2015-01-24coverity#1264390 try and help coverity out wrt Bad bit shift operationCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara
2015-01-08valgrind, zero out the trailing unused alignment bytesCaolán McNamara
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-12valgrind+afl: bad rleCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca