summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/BitmapTools.cxx
AgeCommit message (Expand)Author
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-05-08unique_ptr->optional for BitmapNoel Grandin
2023-01-17Reset BitmapWriteAccess before further bitmap useMike Kaganski
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2022-11-14bump required cairo version to 1.12.0Noel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock
2021-07-26vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-12Fix typosAndrea Gelmini
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-20fake 1bpp 2-color pattern bitmap if loaded as RGB (tdf#141612)Luboš Luňák
2021-04-08Revert "Revert "Compute (un-)premultiply_table at compile time""Mike Kaganski
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-01-27tdf#139941 wrong transparency in 3D objectNoel Grandin
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-08Remove BitmapColor::GetAlphaNoel
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-11-05N8BitTcMask is unusedNoel
2020-10-29ofz#26708: Direct-leakCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-05-21vcl: change bitmap::loadFromName to be like BitmapEx const.Tomaž Vajngerl
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-20Use properly typed vars to iterate over Size::Height(), Size::Width()Stephan Bergmann
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-09remove some usages of BitmapColor outside of VCLTomaž Vajngerl
2019-04-04Revert "raise cairo baseline to 1.12.0"Caolán McNamara
2019-04-04raise cairo baseline to 1.12.0Caolán McNamara
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-02-14don't need a special function to get the BlueOrIndex colorTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-05Revert "Compute (un-)premultiply_table at compile time"Stephan Bergmann
2018-12-03Compute (un-)premultiply_table at compile timeStephan Bergmann
2018-12-02use same [un]premultiplyCaolán McNamara
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl
2018-08-21Resolves: rhbz#115937 virtual device leakCaolán McNamara