summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
AgeCommit message (Expand)Author
2021-07-01BmpCombine::And is deadNoel Grandin
2021-06-24BmpScaleFlag::Super is deadNoel Grandin
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2021-05-04sal_uLong->sal_Int64 in BitmapNoel Grandin
2021-04-17loplugin:constantparamNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31drop 4bpp image formatsNoel
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2020-12-24vcl: merge bitmap.cxx and bitmap3.cxxChris Sherlock
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock
2020-12-10use size_t instead of sal_uLongCaolán McNamara
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-04-24loplugin:unusedenumconstants BmpConversionNoel Grandin
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák
2020-02-14tdf#130573 labels exchanged in export to BMPNoel Grandin
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2019-12-29support converting images to 32-bitNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-07-17vcl: make it possible to select specific scaling algorithmTomaž Vajngerl
2019-06-08loplugin:unusedmethodsNoel Grandin
2019-04-04change GetColorCount to use sal_Int64Tomaž Vajngerl
2018-12-26The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhereTor Lillqvist
2018-12-26The Windows-specific BitmapSystemData::pDDB is unusedTor Lillqvist
2018-12-13loplugin:constantparamNoel Grandin
2018-11-27remove unused BmpDitherFlags enum valuesNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
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: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock
2018-04-17remove ImpBitmapNoel Grandin