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