summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bmpacc.cxx
AgeCommit message (Expand)Author
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-11-05N8BitTcMask is unusedNoel
2020-10-19use tools::Long in vclNoel
2020-10-12implement fast bitmap variant for CopyScanline()Luboš Luňák
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-07-01remove code duplication for BitmapReadAccess pixel functionsLuboš Luňák
2020-06-16Remove dubious assert "Forbidden Access to empty bitmap!"Stephan Bergmann
2020-04-25loplugin:unusedmethodsNoel Grandin
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-09-06Resolves: tdf#125461 32bit XImage is not premultipliedCaolán McNamara
2019-04-18forcepoint#78 large double cast to sal_Int32 wraps to negCaolán McNamara
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-02-07tdf#123165 cache recently scaled bitmaps for reuseCaolán McNamara
2019-01-11tdf#114441 Convert use of sal_uLong to sal_uInt32Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-27This assert() seems superfluousTor Lillqvist
2018-06-12remove incorrect SAL_WARN in BitmapInfoAccess::BitmapInfoAccessNoel Grandin
2018-06-07assert in BitmapInfoAccess if bitmap is empty or we can't read from itNoel Grandin
2018-04-17remove ImpBitmapNoel Grandin
2018-04-16rename ImpBitmap methodsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-23use boost::optional in vclNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-26vcl: remove init and destroy functions from Bitmap{Info|Read}AccessChris Sherlock
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-31ofz: speed up jpg fuzzer a tadCaolán McNamara
2017-07-18loplugin:constparams in vclNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-03-09just calculate the scanline positionsCaolán McNamara
2017-03-09bmp is never 'unique' so always copiedCaolán McNamara
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-08-31other bitmap methods check for bad_allocCaolán McNamara
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-03-27vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl
2015-03-27vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl
2015-02-08coverity#1267681 Dereference before null checkCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann