summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap4.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock1-137/+0
2018-04-23Removed duplicated includeAndrea Gelmini1-1/+0
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock1-40/+7
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock1-114/+7
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock1-174/+9
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock1-85/+6
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock1-50/+6
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock1-86/+6
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock1-129/+6
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock1-169/+6
2018-04-22vcl: introduce BitmapSharpenFilterChris Sherlock1-3/+2
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock1-20/+4
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock1-159/+4
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock1-49/+4
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock1-142/+12
2018-04-17remove ImpBitmapNoel Grandin1-1/+0
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock1-4/+4
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-9/+10
2018-02-07move Bitmap::SetToData to BitmapToolsNoel Grandin1-26/+0
2018-02-07use scanline when reading pixel dataNoel Grandin1-9/+17
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-17/+29
2018-02-02avmedia: move BitmapWriteAccess inside BitmapNoel Grandin1-0/+27
2018-01-22Presumably misplaced castStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-26/+26
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+2
2016-12-22convert BmpFilter to scoped enumNoel Grandin1-16/+16
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-40/+41
2016-11-15loplugin:constantparamNoel Grandin1-2/+3
2016-04-04cppcheck: truncLongCastAssignmentCaolán McNamara1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-10/+10
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-17/+59
2016-02-22WaE: 32 to 64 bits implicit on windows..Norbert Thiebaud1-2/+3
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-25loplugin:unusedfields in include/vclNoel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-22remove some unused paramsNoel Grandin1-18/+17
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann1-9/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-6/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-2/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-12/+12
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-13spurious warning C4701: potentially uninitialized local variableMichael Stahl1-2/+2