summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-30loplugin:constantparam in vclNoel Grandin1-19/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-25ofz#3750 Undefined-shiftCaolán McNamara1-1/+4
2017-10-25ofz#3753 Integer-overflowCaolán McNamara1-0/+3
2017-10-21check bmp seekCaolán McNamara1-1/+2
2017-09-21ofz#2869 avoid oom with bmp rle imagesCaolán McNamara1-16/+33
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-12/+12
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-20/+20
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-6/+6
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-6/+6
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-04-17move the exception handlingCaolán McNamara1-159/+152
2017-04-16return false on exceptionCaolán McNamara1-152/+159
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann1-3/+3
2017-04-04ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara1-1/+1
2017-03-31ofz: 0 bitcount bmps are unsupportedCaolán McNamara1-0/+4
2017-03-31expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara1-4/+12
2017-03-27ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara1-36/+46
2017-03-27move bitmap allocation after palette readCaolán McNamara1-10/+10
2017-03-27return early on errorCaolán McNamara1-186/+184
2017-03-27reuse palette objectCaolán McNamara1-3/+3
2017-03-27process palette standaloneCaolán McNamara1-5/+6
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-14ofz: reject broken rle bmpsCaolán McNamara1-1/+2
2017-03-10ofz#787 avoid bmp oomCaolán McNamara1-2/+3
2017-03-02-Werror,-Wimplicit-fallthroughStephan Bergmann1-0/+1
2017-03-02reject bmps with unknown compression schemesCaolán McNamara1-6/+22
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara1-2/+3
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-2/+2
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-12/+0
2016-12-22Resolves: ofz#310: Sanitize 1 bit bitmap palette indexes tooCaolán McNamara1-1/+5
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-17/+13
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e123461-34/+34
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-09-01For Valgrind, zero out alignment bytes of 24-bit bitmap, tooStephan Bergmann1-2/+7
2016-06-22crashtesting: fix bmp->odg failure...Caolán McNamara1-15/+43
2016-06-21Put more local functions into the unnamed namespaceTor Lillqvist1-13/+12
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-27/+29
2016-05-30convert TransparentType to scoped enumNoel Grandin1-8/+9
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-11/+11
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-18/+18
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+2
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-5/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-29tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand1-6/+16
2016-01-25also use the right stream for checkDavid Tardon1-1/+1