summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
AgeCommit message (Expand)Author
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-12-10use size_t instead of sal_uLongCaolán McNamara
2020-11-16tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-06-22do not assume SalBitmap is zero-initialized (tdf#134152)Luboš Luňák
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-23Use properly typed vars to iterate over BitmapInfoAccess::Height/Width()Stephan Bergmann
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák
2019-12-05use o3tl::optional instead of pointerNoel Grandin
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák
2019-10-22loplugin:constantparamNoel Grandin
2019-10-10vcl: only smooth bitmap transform when neededMiklos Vajna
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-08use BitmapEx in ImpSdrPdfImport::ImportImageNoel Grandin
2019-07-05move the contour-finding code inside vclNoel Grandin
2019-07-04move some Bitmap replace logic inside vclNoel Grandin
2019-07-04move "replace transparency" logic inside vclNoel Grandin
2019-06-09loplugin:constantparamNoel Grandin
2019-05-22tdf#120837 File saving at least 5 times slowerNoel Grandin
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-05-01fix bug in BitmapEx::operator==Noel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16Add test for BitmapEx GetPixelColor for 24+8 and 32bit BitmapsTomaž Vajngerl
2019-03-20fix transparency handling in BitmapEx::GetPixelColor()Luboš Luňák
2019-03-11loplugin:constantparamNoel Grandin
2019-03-06Introduce Int32ToSVBT32 for cases that apparently want to write a signed valueStephan Bergmann
2018-12-11loplugin:useuniqueptr in vclNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-05forms - move the Bitmap accessing code inside BitmapExNoel Grandin
2018-06-05reducing Bitmap copying in BitmapExNoel Grandin
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-05-12make AlphaMask constructors explicitNoel Grandin
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-16chmod -xTor Lillqvist
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock