summaryrefslogtreecommitdiff
path: root/include/vcl/alpha.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Add AlphaMask::BlendWith method to blend 8-bit alpha masksMike Kaganski1-0/+1
2019-08-30new loplugin:noexceptmoveNoel Grandin1-1/+1
2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl1-9/+4
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl1-0/+2
2018-07-27loplugin:returnconstant in vclNoel Grandin1-1/+1
2018-06-01use more BitmapEx in filterNoel Grandin1-1/+1
2018-05-12make AlphaMask constructors explicitNoel Grandin1-2/+2
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-2/+0
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+2
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin1-1/+1
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-3/+2
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin1-2/+3
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-01-01don't need to forward declare ImageList hereCaolán McNamara1-2/+0
2016-10-04Actually delegate to Bitmap's move assign opStephan Bergmann1-1/+5
2016-09-30coverity#1371302 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-30Revert "these are equal to the defaults"Caolán McNamara1-4/+3
2016-09-30coverity#1371302 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-30these are equal to the defaultsCaolán McNamara1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin1-1/+1
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+2
2016-02-08loplugin:unusedmethodsNoel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-1/+1
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-3/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock1-88/+40
2014-09-07create clang plugin to warn about C-style castsNoel Grandin1-1/+1
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann1-3/+0
2014-03-01Remove visual noise from includeAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-7/+7
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-15/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+149