summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
AgeCommit message (Expand)Author
2019-11-09disable static_assert on AtomicCounter::is_always_lock_free on armel ...Rene Engelhard
2019-11-03make some classes module-privateNoel Grandin
2019-10-19loplugin:unusedmethodsNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:unusedmethodsNoel Grandin
2019-09-18-Werror=volatile in OpenGLZoneStephan Bergmann
2019-09-17Consolidate places that manipulate OpenGLZone::gnEnter/LeaveCount directlyStephan Bergmann
2019-09-17No need for explicit OpenGLZone::enter/leave calls from vcldemoStephan Bergmann
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-07-25Fix typosAndrea Gelmini
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-05-10Replace list by vector vcl/openglJulien Nabet
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-03-28make OpenGLSalBitmap deallocate user data properlyLuboš Luňák
2019-03-26Consolidate declarations of {fire,reap}_glxtest_process in single include fileStephan Bergmann
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-08-22pass X11SalGraphics around by std::unique_ptrNoel Grandin
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-04-19tdf#95843: Wait for fire_glxtest_process also in --headless modeStephan Bergmann
2018-03-26replace SalColor with ColorNoel Grandin
2018-03-20coverity#1430079 Overflowed return valueCaolán McNamara
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2018-01-04drop ChecksumType typedefNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-08Make Color a forward declarationChris Sherlock
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-09-25vcl: [loplugin:badstatics] X11OpenGLDeviceInfoMichael Stahl
2017-08-31loplugin:constparams: vcl (clang-cl)Stephan Bergmann
2017-08-31inline some use-once typedefsNoel Grandin
2017-08-01loplugin:constparams in variousNoel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara