summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapTest.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-11Fix test on FreeBSD which uses the same backend as LinuxBaptiste Daroussin1-1/+1
2015-12-10Calm unit test down for GL row-strides.Michael Meeks1-1/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-1/+1
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-10/+5
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-01Fixup CRC related unit tests for now.Michael Meeks1-0/+3
2015-09-01Tweak VCL unit tests for OpenGL.Michael Meeks1-7/+19
2015-09-01Modified CRC test in order to fix test failure on OSXMarco Cecchetti1-0/+1
2015-09-01tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+56
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-03-30Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist1-0/+9
2015-03-30coverity#1292225 variable guards dead codeCaolán McNamara1-1/+1
2015-03-29Fix test on non-LinuxStephan Bergmann1-0/+5
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl1-0/+36
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl1-0/+88