summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock1-19/+5
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-1/+1
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock1-102/+0
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock1-2/+0
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock1-1/+0
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock1-2/+0
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock1-2/+0
2018-04-21loplugin:unusedmethodsNoel Grandin1-3/+0
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock1-28/+0
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock1-16/+0
2018-04-17remove ImpBitmapNoel Grandin1-8/+7
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock1-1/+7
2018-04-05vcl: move public functions to private in BitmapChris Sherlock1-5/+7
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock1-2/+1
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-1/+0
2018-03-06vcl: document Bitmap::MakeMonochrome(), fix @return formatChris Sherlock1-6/+17
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock1-2/+1
2018-02-08sprinkle SAL_WARN_UNUSED over Bitmap/BitmapExNoel Grandin1-1/+1
2018-02-07move Bitmap::SetToData to BitmapToolsNoel Grandin1-10/+0
2018-02-02avmedia: move BitmapWriteAccess inside BitmapNoel Grandin1-0/+10
2018-01-24loplugin:unused-returns in vclNoel Grandin1-4/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-4/+4
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-4/+4
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-4/+4
2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-10-09tdf#112939 Color on drop-down color chooser is always blackNoel Grandin1-0/+2
2017-10-08Make Color a forward declarationChris Sherlock1-1/+2
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-4/+2
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin1-12/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-3/+3
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-3/+3
2017-04-27no bitmaps in .src files anymoreCaolán McNamara1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-02-21loplugin:unusedmethodsNoel Grandin1-1/+0
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-12/+10
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-9/+6
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin1-9/+2