summaryrefslogtreecommitdiff
path: root/vcl/backendtest
AgeCommit message (Expand)AuthorFilesLines
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák3-1/+100
2020-05-22always use region band in Skia's setClipRegion (tdf#133208)Luboš Luňák2-1/+125
2020-04-01SalInvert::N50 has 1x1 pixel checker size, not 2x2 (tdf#131580)Luboš Luňák1-7/+7
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin12-38/+22
2020-01-09fix Skia virtual device alpha blending (tdf#129865)Luboš Luňák1-5/+7
2019-12-06check also setupDrawBlend() in visualbackendtestLuboš Luňák1-1/+8
2019-11-27use idle priority in visualbackendtestLuboš Luňák1-1/+1
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák1-1/+1
2019-11-27add invert() tests to visualbackendtestLuboš Luňák1-9/+43
2019-11-27use different line and fill color in vcl backendtestLuboš Luňák9-38/+105
2019-11-27make visualbackendtest draw at more than 60FPSLuboš Luňák1-1/+1
2019-11-27backendtest: test blending of bitmapTomaž Vajngerl1-0/+47
2019-11-27backendtest: support creating VirtualDevice with alphaTomaž Vajngerl1-2/+6
2019-11-27backendtests: enable tests only when render backend is skiaTomaž Vajngerl1-0/+11
2019-11-27backendtest: Add polyline bezier curve backend testsTomaž Vajngerl2-0/+63
2019-11-27backendtest: Add PolyLine B2D test diamondTomaž Vajngerl1-0/+27
2019-11-27backendtests: remove unused variable - aReturnValueTomaž Vajngerl1-2/+0
2019-11-27add "invert" tests to BackendTestTomaž Vajngerl2-10/+174
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen1-19/+3
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-0/+1
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-1/+1
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2019-04-16Add backend tests as CPPUNIT testsTomaž Vajngerl10-26/+153
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-3/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-2/+2
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-11/+10
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-17loplugin:constparamsNoel Grandin5-5/+5
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin2-9/+11
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-2/+2
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann3-1/+3
2017-10-23loplugin:includeform: vclStephan Bergmann11-11/+11
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22vcl: [loplugin:badstatics] aApplicationMichael Stahl1-2/+2
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin2-5/+5
2017-04-13Removed duplicated includesAndrea Gelmini1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna11-46/+46