summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bmpfast.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-28convert some more long -> tools::LongNoel
2020-10-19use tools::Long in vclNoel
2020-10-12implement ImplFastBitmapConversion() for 8bit gray sourceLuboš Luňák
2020-10-12the alpha used by our 32bpp formats is true alpha, not transparencyLuboš Luňák
2020-10-12implement fast bitmap variant for CopyScanline()Luboš Luňák
2020-10-01fix incorrect warningLuboš Luňák
2019-11-27Remove unused TrueColorPixelPtr specialization SetAlphaStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-09-05consistently use RemoveScanlineCaolán McNamara
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2018-12-19FAST_ARGB_BGRA has been #defined since 2006Tor Lillqvist
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-01Fix typosAndrea Gelmini
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2017-07-18loplugin:constparams in vclNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-02-12loplugin:unusedmethodsNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2014-11-19fdo#86298 Avoid crash blending upside down Bitmaps of differing sizeMatthew J. Francis
2014-10-10coverity#1242439 ALPHABITS == nAlphaShift == 8Caolán McNamara
2014-10-10drop unused ImplBlendLines templateCaolán McNamara
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-12Avoid undefined left shift of negative valueStephan Bergmann
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
2014-01-29vcl: try to fix sizes in ImplBlendToBitmap()Michael Stahl
2013-10-16cleanupThomas Arnhold
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky