summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2016-12-22Resolves: ofz#310: Sanitize 1 bit bitmap palette indexes tooCaolán McNamara
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-01For Valgrind, zero out alignment bytes of 24-bit bitmap, tooStephan Bergmann
2016-06-22crashtesting: fix bmp->odg failure...Caolán McNamara
2016-06-21Put more local functions into the unnamed namespaceTor Lillqvist
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-30convert TransparentType to scoped enumNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
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