summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2019-03-22opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák
2019-03-21add missing else in an if-else chainLuboš Luňák
2019-03-14Fix scheduled Task priority change handlingJan-Marek Glogowski
2019-03-08tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna
2019-03-08vcl opengl: avoid task priority warning on cursor blinkMiklos Vajna
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-23improve function local staticsNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-05Fix for --enable-debug --disable-assert-always-abortStephan Bergmann
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-21pvs-studio: V501 same expression twiceCaolán McNamara
2018-10-21pvs-studio: silence bogus V557Caolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constantparamNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17loplugin:staticconstfield improvementsNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-08-22pass X11SalGraphics around by std::unique_ptrNoel Grandin
2018-08-19tdf#112166 need to check if glXCreateContextAttribsARB really existsCaolán McNamara
2018-08-13Fix typosAndrea Gelmini
2018-08-13vcl opengl windows: fix error handling in tryShaders()Miklos Vajna
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-26tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna
2018-07-23Fix typosAndrea Gelmini
2018-07-03tdf#115671 vcl opengl: fix drawing of polylines with duplicate pointsMiklos Vajna
2018-06-30cppcheck: variableScopeJochen Nitschke
2018-06-27tdf#102960 vcl opengl: fix missing support for polygon track framesMiklos Vajna
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-14vcl opengl Windows: only log non-success wglMakeCurrent() failure reasonMiklos Vajna
2018-05-09tdf#117477: blacklist Intel HD Graphics 630 for LenovoJulien Nabet
2018-04-27tdf#116365 vcl opengl: respect max texture size when creating texturesMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin