summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapTest.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-3/+3
2020-02-03fix incorrect Skia scanline test in vcl_bitmap_testLuboš Luňák1-7/+9
2019-11-27always test Skia before OpenGLLuboš Luňák1-2/+2
2019-11-27better handling of bit depths in skia codeLuboš Luňák1-3/+0
2019-11-27basic functional implementation of Skia SalBmpLuboš Luňák1-1/+6
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-15/+0
2019-08-26loplugin:returnconstval in variousNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen1-2/+0
2019-06-06vcl: move bitmap scale test to its own fileTomaž Vajngerl1-242/+0
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-2/+2
2019-04-18Removed duplicated includesAndrea Gelmini1-1/+0
2019-04-16adjust BitmapTest::testN8Greyscale() for OpenGL valuesLuboš Luňák1-55/+62
2019-04-16add unittest for SalBitmap::Scale()Luboš Luňák1-1/+109
2019-04-14vcl: add a basic Octree testTomaž Vajngerl1-0/+51
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl1-0/+94
2019-04-04change GetColorCount to use sal_Int64Tomaž Vajngerl1-12/+8
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl1-6/+58
2019-03-29fix testConvert for OpenGLTomaž Vajngerl1-1/+6
2019-03-29add bitmap test with a custom 8bit paletteTomaž Vajngerl1-0/+45
2019-01-11tdf#114441 Convert use of sal_uLong to sal_uInt32Gabor Kelemen1-5/+5
2018-09-10No more need for extra local variablesStephan Bergmann1-2/+1
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin1-1/+2
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock1-1/+4
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-18/+18
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-18/+18
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann1-3/+24
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock1-24/+3
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-1/+2
2018-03-07use more Color in vclNoel Grandin1-1/+1
2018-02-28vcl: test greyscale bitmap conversion functionsChris Sherlock1-1/+96
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-43/+43
2018-02-27vcl: test BitmapPalette greysChris Sherlock1-0/+56
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock1-1/+1
2018-02-25vcl: test Bitmap::MakeMonoChris Sherlock1-0/+68
2018-02-25vcl: bitmap tests: bit-width, number colors, PrefSize, and byte-sizeChris Sherlock1-7/+108
2018-02-25vcl: remove vcl/qa/cppunit/BitmapTest.cxx from clang-format blacklistChris Sherlock1-7/+7
2018-02-25vcl: add some basic Bitmap testsChris Sherlock1-0/+22
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-12-26vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian1-4/+5
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2016-09-07loplugin:constantparam in vclNoel Grandin1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann1-2/+2
2016-03-25fix headless buildOliver Specht1-0/+5
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1