summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
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
2020-11-05N8BitTcMask is unusedNoel
2020-10-29ofz#26708: Direct-leakCaolán McNamara
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-23Describe intended usageMike Kaganski
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-07-05add generateStripRanges and use that in StackBlur and ScaleSuperTomaž Vajngerl
2020-07-03compute bitmap checksum for proper amount of bytes and bitsLuboš Luňák
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-07-01avoid Bitmap::Erase() duplicating codeLuboš Luňák