summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-1/+0
2017-07-18loplugin:constparams in vclNoel Grandin8-11/+11
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks1-0/+9
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-05loplugin:casttovoid (clang-cl): vclStephan Bergmann1-2/+1
2017-07-03loplugin:oncevar (clang-cl): vclStephan Bergmann1-4/+2
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin2-18/+1
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara1-4/+21
2017-06-06use member initialization listCaolán McNamara1-4/+3
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-14/+14
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-25loplugin:constantparamNoel Grandin2-5/+5
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-8/+8
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock5-0/+5
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann1-9/+9
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-16/+16
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+1
2017-04-04tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()Tor Lillqvist1-0/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna4-25/+25
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2-2/+2
2017-03-02Fix typosAndrea Gelmini1-2/+2
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2017-02-15Typo: lenghten->lengthenJulien Nabet2-2/+2
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-2/+1
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara1-1/+7
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-4/+5
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-2/+1
2017-01-09New loplugin:externvar: vclStephan Bergmann1-1/+1
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar2-0/+2
2016-12-20Related: tdf#104705 an effort to address crashCaolán McNamara2-2/+2
2016-12-16loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2016-12-14Simplify GLX11Window::HasGLXExtension, avoiding strtokStephan Bergmann1-39/+6
2016-12-13change from glew to epoxyCaolán McNamara2-22/+43
2016-12-09move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara1-41/+2
2016-12-08tdf#104034 skip polygons with less than 2 pointsTomaž Vajngerl1-0/+2
2016-12-08model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrentCaolán McNamara1-1/+1
2016-12-08the return from ImplInit *is* checkedCaolán McNamara1-3/+2
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-11-28don't leak impl. detailsDavid Tardon6-54/+51
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl1-1/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-3/+1
2016-11-22loplugin:datamembershadowStephan Bergmann1-3/+3
2016-11-18loplugin:datamembershadowNoel Grandin1-9/+9
2016-11-10Windows 8 driver blacklistMarina Latini1-0/+3