summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
AgeCommit message (Expand)Author
2024-07-02SDPRCairo: enhance CairoPixelProcessor2DArmin Le Grand (Collabora)
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-03-20vcl: move Vectorize out of Bitmap - add Vectorizer classTomaž Vajngerl
2024-03-14reduce symbol visibility in vclNoel Grandin
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-04Fix typoAndrea Gelmini
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-08-02tdf#156525 Save as > HTML loses drawing object as invalid gifNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-01-02split OutputDevice::CreateMask methodNoel Grandin
2022-11-13Adapted convertToBitmapEx to simpler BitmapEx creationArmin Le Grand (allotropia)
2022-10-18Move access to SystemDependentDataHolder to Bitmap (2)Armin Le Grand (allotropia)
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
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