summaryrefslogtreecommitdiffstats
path: root/vcl/opengl
Commit message (Expand)AuthorAgeFilesLines
* tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)2020-02-111-17/+53
* tdf#107966 vcl opengl: fix not drawn 1px wide polypolygonsMiklos Vajna2019-03-301-0/+5
* opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák2019-03-271-1/+13
* tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna2019-03-111-7/+0
* tdf#121719: Revert fix for tdf#96971Xisco Fauli2018-12-051-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-221-0/+1
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-11-051-1/+1
* tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski2018-10-301-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-4/+4
* pvs-studio: V501 same expression twiceCaolán McNamara2018-10-211-1/+0
* pvs-studio: silence bogus V557Caolán McNamara2018-10-211-14/+20
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-7/+3
* loplugin:constantparamNoel Grandin2018-10-151-6/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-3/+3
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-4/+4
* loplugin:staticconstfield improvementsNoel Grandin2018-09-172-5/+3
* loplugin:constfields in vclNoel Grandin2018-09-143-5/+5
* Support buffering SystemDependent GraphicData (II)Armin Le Grand2018-09-131-4/+24
* loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin2018-09-121-2/+1
* Fix some std::unique_ptr array allocsJan-Marek Glogowski2018-09-071-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-3/+6
* Support buffering SystemDependent GraphicDataArmin Le Grand2018-08-301-9/+36
* loplugin:constantparam (3)Noel Grandin2018-08-291-13/+5
* pass X11SalGraphics around by std::unique_ptrNoel Grandin2018-08-221-2/+2
* tdf#112166 need to check if glXCreateContextAttribsARB really existsCaolán McNamara2018-08-191-1/+3
* Fix typosAndrea Gelmini2018-08-131-1/+1
* vcl opengl windows: fix error handling in tryShaders()Miklos Vajna2018-08-131-0/+4
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-319-0/+10
* loplugin:returnconstant in vclNoel Grandin2018-07-274-21/+9
* tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna2018-07-261-0/+6
* Fix typosAndrea Gelmini2018-07-231-1/+1
* tdf#115671 vcl opengl: fix drawing of polylines with duplicate pointsMiklos Vajna2018-07-031-1/+6
* cppcheck: variableScopeJochen Nitschke2018-06-301-3/+3
* tdf#102960 vcl opengl: fix missing support for polygon track framesMiklos Vajna2018-06-271-1/+35
* return SalBitmap using std::shared_ptrNoel Grandin2018-06-141-3/+2
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-172-2/+5
* vcl opengl Windows: only log non-success wglMakeCurrent() failure reasonMiklos Vajna2018-05-141-1/+3
* tdf#117477: blacklist Intel HD Graphics 630 for LenovoJulien Nabet2018-05-091-0/+2
* tdf#116365 vcl opengl: respect max texture size when creating texturesMiklos Vajna2018-04-271-0/+9
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-071-8/+8
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-031-8/+8
* replace SalColor with ColorNoel Grandin2018-03-264-50/+50
* Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann2018-03-211-7/+12
* coverity#1430079 Overflowed return valueCaolán McNamara2018-03-201-5/+5
* tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock2018-03-161-12/+7
* loplugin:changetoolsgen in vclNoel Grandin2018-02-221-6/+6
* Related tdf#100243: blacklist Intel HD Graphics 630 for non minimal versionJulien Nabet2018-02-021-0/+4
* loplugin:unused-returns in vclNoel Grandin2018-01-247-54/+36