summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapTest.cxx
AgeCommit message (Expand)Author
2023-03-30loplugin:stringadd in vclNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2022-02-03vcl: simplify assertColorsAreSimilarXisco Fauli
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock
2021-09-05vcl: unit tests for Bitmap::Crop() and Bitmap::GetDownsampledBitmap()Chris Sherlock
2021-08-23fix skia scanline size in bitmap testLuboš Luňák
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-05-04sal_uLong->sal_Int64 in BitmapNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31drop 4bpp image formatsNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-02-22optimize Bitmap::Mirror()Luboš Luňák
2021-01-16make the Color constructors explicitly specify transparencyNoel
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-12-19vcl: add unit test for certain sizes of bitmaps to be ditheredChris Sherlock
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-10-19use tools::Long in vclNoel
2020-06-16Document that accessing an empty bitmap is legalStephan Bergmann
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin
2020-02-03fix incorrect Skia scanline test in vcl_bitmap_testLuboš Luňák
2019-11-27always test Skia before OpenGLLuboš Luňák
2019-11-27better handling of bit depths in skia codeLuboš Luňák
2019-11-27basic functional implementation of Skia SalBmpLuboš Luňák
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-08-26loplugin:returnconstval in variousNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen
2019-06-06vcl: move bitmap scale test to its own fileTomaž Vajngerl
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-04-18Removed duplicated includesAndrea Gelmini
2019-04-16adjust BitmapTest::testN8Greyscale() for OpenGL valuesLuboš Luňák
2019-04-16add unittest for SalBitmap::Scale()Luboš Luňák
2019-04-14vcl: add a basic Octree testTomaž Vajngerl
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl
2019-04-04change GetColorCount to use sal_Int64Tomaž Vajngerl
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-03-29fix testConvert for OpenGLTomaž Vajngerl
2019-03-29add bitmap test with a custom 8bit paletteTomaž Vajngerl
2019-01-11tdf#114441 Convert use of sal_uLong to sal_uInt32Gabor Kelemen
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock