summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
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
2021-03-14loplugin:unusedmethodsNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin
2021-02-22optimize Bitmap::Mirror()Luboš Luňák
2021-02-11Remove unneeded breaksAndrea Gelmini
2021-01-27tdf#139941 wrong transparency in 3D objectNoel Grandin
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-16transparency->alpha in BitmapExNoel Grandin
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-08Remove BitmapColor::GetAlphaNoel
2021-01-08vcl: followup fix to c8d564094eChris Sherlock
2021-01-08use more IsTransparentNoel Grandin
2021-01-08vcl: migrate OutputDevice::DrawShadowBitmapEx() to BitmapShadowFilterChris Sherlock
2021-01-03Removed duplicated includesAndrea Gelmini
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-25Removed duplicated includesAndrea Gelmini
2020-12-24custom literal for Degree10Noel Grandin
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-24vcl: merge bitmap.cxx and bitmap3.cxxChris Sherlock
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-12-18fix incorrect array access after a removed enum (tdf#138973)Luboš Luňák
2020-12-14loplugin:unusedenumconstantsNoel
2020-12-10we can use sal_uInt8 instead of intCaolán McNamara
2020-12-10use size_t instead of sal_uLongCaolán McNamara
2020-12-10std::vector seems a more natural containerCaolán McNamara
2020-12-10tdf#138450 BitmapEx.Replace() is not workingCaolán McNamara
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-11-13tools::Long->sal_Int32 in vcl filtersNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin