summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/dibtools.cxx
AgeCommit message (Expand)Author
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-12-22oss-fuzz: bmpfuzzer doesn't pass sanity checkCaolán McNamara
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-11-11convert more long -> tools::LongNoel
2020-10-19use tools::Long in vclNoel
2020-09-12Replace remaining uses of sal_uCharJulien Nabet
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
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