summaryrefslogtreecommitdiff
path: root/vcl/backendtest/VisualBackendTest.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in vclNoel Grandin1-2/+2
2024-03-13tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-3/+0
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák1-0/+7
2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák1-1/+15
2021-11-04backendtest: Open Cubic-Bezier Curve Draw Testhomeboy4451-2/+2
2021-10-22backendtest:Reconfigured Rectangle tests to be Asymmetricalhomeboy4451-8/+8
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-1/+1
2021-08-27backendtest: Test Drawing Bitmap other than 24bpphomeboy4451-5/+5
2021-04-24backend tests for linecap and linejoin typesLuboš Luňák1-5/+67
2021-02-24do not dispose XDesktop in visualbackendtestLuboš Luňák1-2/+0
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2020-10-19use tools::Long in vclNoel1-10/+10
2020-10-01loplugin:reducevarscope in vclNoel1-4/+2
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-25make vclbackendtest test gradientsLuboš Luňák1-14/+71
2020-08-04loplugin:flatten in vclNoel Grandin1-11/+11
2020-07-16sync visualbackendtest and vcl_backend_testLuboš Luňák1-20/+78
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák1-1/+8
2020-05-22always use region band in Skia's setClipRegion (tdf#133208)Luboš Luňák1-1/+42
2019-12-06check also setupDrawBlend() in visualbackendtestLuboš Luňák1-1/+8
2019-11-27use idle priority in visualbackendtestLuboš 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ňák1-9/+45
2019-11-27make visualbackendtest draw at more than 60FPSLuboš Luňák1-1/+1
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-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2019-04-16Add backend tests as CPPUNIT testsTomaž Vajngerl1-6/+6
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-3/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
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-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-2/+2
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 Bergmann1-0/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
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 Grandin1-4/+4