summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-07svx: support importing PDF imagesAshod Nakashian
2018-06-01use more BitmapEx in filterNoel Grandin
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-13vcl: prefix BitmapEx member variables with an 'm'Chris Sherlock
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-02-14use BitmapEx in LwpBackgroundStuffNoel Grandin
2018-02-13ofz#5428 TimeoutCaolán McNamara
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-25ofz#3750 Undefined-shiftCaolán McNamara
2017-10-25ofz#3753 Integer-overflowCaolán McNamara
2017-10-21check bmp seekCaolán McNamara
2017-09-21ofz#2869 avoid oom with bmp rle imagesCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
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