summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2021-10-31tools::Long->sal_Int32 in ImplExpandNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-01loplugin:constparamsNoel Grandin
2021-09-30no need to allocate ImplVectMap on the heapNoel Grandin
2021-09-10crashtesting: threaded scaling crash on re-export of ooo24840-1.sxw to odtCaolán McNamara
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-23ofz: use BmpScaleFlag::Fast when recovering from bad svm mask sizeCaolán McNamara
2021-08-20make BitmapPalette a COW typeNoel Grandin
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-08-18loplugin:constparamsNoel Grandin
2021-07-26vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl
2021-07-22tdf#143148: Use pragma once instead of include guardsSabyasachi Bhoi
2021-07-01BmpCombine::And is deadNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-26Add ProfileZone to scaleDown() and scaleUp() in BitmapScaleSuperFilterTor Lillqvist
2021-06-24BmpScaleFlag::Super is deadNoel Grandin
2021-06-12Fix typosAndrea Gelmini
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek
2021-05-07cid#1482086 silence bogus Double freeCaolán McNamara
2021-05-06loplugin:unusedmethodsNoel Grandin
2021-05-06cid#1482086 silence bogus Double freeCaolán McNamara
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-26BitmapEx: always convert 1-bit mask to alphaNoel Grandin
2021-04-20fake 1bpp 2-color pattern bitmap if loaded as RGB (tdf#141612)Luboš Luňák
2021-04-17loplugin:constantparamNoel Grandin
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara
2021-04-10Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet
2021-04-10Related tdf#117750: fix UnsharpenFilterJulien Nabet
2021-04-08Revert "Revert "Compute (un-)premultiply_table at compile time""Mike Kaganski
2021-04-07can short-circuit this conversionNoel
2021-04-06no need to check mxSalBmp hereNoel Grandin
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31remove internal 4bit scanline formatsNoel
2021-03-31drop 4bpp image formatsNoel
2021-03-30short circuit image creation if dest size is zeroNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-03-26flatten BitmapEx::GetAlphaNoel
2021-03-26vcl: remove use of 4-bit bitmap in BitmapSimpleColorQuantizationFilterTomaž Vajngerl
2021-03-26vcl: remove use of 4-bit bitmap in BitmapColorQuantizationFilterTomaž Vajngerl
2021-03-26vcl: remove writing and reading 4-bit bitmaps for BMP formatTomaž Vajngerl
2021-03-18fix incorrect palette color indexesLuboš Luňák