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