summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-10-11ofz#18110 TimeoutCaolán McNamara
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-07-08use BitmapEx in ImpSdrPdfImport::ImportImageNoel Grandin
2019-06-23Also treat negative DIBInfoHeader::nX/YPelsPerMeter as an errorStephan Bergmann
2019-05-07tdf#125153 vcl: fix ImplReadDIBFileHeader()Michael Stahl
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-02-02ofz#12828 svm TimeoutCaolán McNamara
2019-01-30Resolves: tdf#122958 bmps with weird compression values that work in msoCaolán McNamara
2019-01-30ofz#11545 can treat BITFIELDS like COMPRESS_NONE for size sanity checkCaolán McNamara
2019-01-11ofz#11188 avoid timeoutCaolán McNamara
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-10can use remainingSize instead of Seek(STREAM_SEEK_TO_END)Caolán McNamara
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
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