summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2017-04-17move the exception handlingCaolán McNamara
2017-04-16return false on exceptionCaolán McNamara
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann
2017-04-04ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara
2017-03-31ofz: 0 bitcount bmps are unsupportedCaolán McNamara
2017-03-31expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara
2017-03-27ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara
2017-03-27move bitmap allocation after palette readCaolán McNamara
2017-03-27return early on errorCaolán McNamara
2017-03-27reuse palette objectCaolán McNamara
2017-03-27process palette standaloneCaolán McNamara
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-14ofz: reject broken rle bmpsCaolán McNamara
2017-03-10ofz#787 avoid bmp oomCaolán McNamara
2017-03-02-Werror,-Wimplicit-fallthroughStephan Bergmann
2017-03-02reject bmps with unknown compression schemesCaolán McNamara
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
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