summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/bitmaprender
AgeCommit message (Expand)Author
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-11-070xffffffff is COL_TRANSPARENT/COL_AUTOCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-09-30fix DrawDeviceAlphaBitmap() with mirroring (tdf#136223)Luboš Luňák
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2019-11-17tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock
2019-09-01Fix '..'Andrea Gelmini
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen
2019-04-19testAlphaVirtualDevice increase delta to 6Tomaž Vajngerl
2019-04-19vcl: Allow for rounding errors on Win32 in testAlphaVirtualDeviceTomaž Vajngerl
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16Test an alpha VirtualDevice and fix GetPixel and DrawPixelTomaž Vajngerl
2019-04-16Test drawing BitmapEx with an alpha channel on a VirtualDeviceTomaž Vajngerl
2019-03-28make ReadTexture() also handle 8-bit non-grayscale images (tdf#116888)Luboš Luňák
2019-02-16Fix typosAndrea Gelmini
2019-02-15disble test of rendering BitmapEx with alpha on Windows for nowTomaž Vajngerl
2019-02-14vcl: test rendering of bitmaps with alphaTomaž Vajngerl
2018-09-14loplugin:constfields in vclNoel Grandin
2018-04-22Fix typoAndrea Gelmini
2018-04-21Tweak unit test for 1bpp images a bit for robustnessThorsten Behrens
2018-04-20Unittests for bugs with 1bit images rendering problemsVasily Melenchuk