summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BackendTest.cxx
AgeCommit message (Expand)Author
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-11-14enable vcl backendtest unittest for headless tooLuboš Luňák
2020-10-02opt-out from checking vclbackendtest failures rather than opt-inLuboš Luňák
2020-09-30fix DrawDeviceAlphaBitmap() with mirroring (tdf#136223)Luboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25make vclbackendtest test gradientsLuboš Luňák
2020-09-04ignore fully opaque alpha bitmap for SkiaLuboš Luňák
2020-09-04fix erasing virtual device with alphaLuboš Luňák
2020-09-02handle properly cleared bitmap used as alpha for Skia (tdf#136171)Luboš Luňák
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-07-16sync visualbackendtest and vcl_backend_testLuboš Luňák
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák
2020-05-22always use region band in Skia's setClipRegion (tdf#133208)Luboš Luňák
2020-05-06fix tdf#124848 test on MacLuboš Luňák
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-01-16implement xor drawing for SkiaLuboš Luňák
2019-12-06disable VCL backendtest again for qt5svpLuboš Luňák
2019-11-27avoid unused parameter warning in non-debug buildLuboš Luňák
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák
2019-11-27add invert() tests to visualbackendtestLuboš Luňák
2019-11-27use different line and fill color in vcl backendtestLuboš Luňák
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák
2019-11-27extend vcl backendtest to more backendsLuboš Luňák
2019-11-27backendtest: test blending of bitmapTomaž Vajngerl
2019-11-27fix SkiaSalGraphicsImpl::drawPixel()Luboš Luňák
2019-11-27hopefully finally fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák
2019-11-27temporarily disable failing tests in visualbackendtestLuboš Luňák
2019-11-27backendtests: add some bitmap testsTomaž Vajngerl
2019-11-27backendtests: enable tests only when render backend is skiaTomaž Vajngerl
2019-11-27backendtest: Add polyline bezier curve backend testsTomaž Vajngerl
2019-11-27backendtest: Add PolyLine B2D test diamondTomaž Vajngerl
2019-11-27add "invert" tests to BackendTestTomaž Vajngerl
2019-08-09Fix typosAndrea Gelmini
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16Add backend tests as CPPUNIT testsTomaž Vajngerl