summaryrefslogtreecommitdiff
path: root/vcl/opengl/x11/gdiimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-09New loplugin:externvar: vclStephan Bergmann1-1/+1
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar1-0/+1
2016-12-20Related: tdf#104705 an effort to address crashCaolán McNamara1-1/+1
2016-12-14Simplify GLX11Window::HasGLXExtension, avoiding strtokStephan Bergmann1-39/+6
2016-12-13change from glew to epoxyCaolán McNamara1-18/+13
2016-11-28don't leak impl. detailsDavid Tardon1-1/+1
2016-11-18loplugin:datamembershadowNoel Grandin1-9/+9
2016-05-23loplugin:overrideTor Lillqvist1-2/+2
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-3/+26
2016-05-21WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2016-05-21move glX stuff to X-only modulesCaolán McNamara1-2/+62
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-5/+551
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl1-2/+3
2016-02-15rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara1-2/+2
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks1-5/+7
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+1
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-12/+0
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks1-2/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-5/+5
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl1-1/+1
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl1-6/+0
2015-07-24opengl: don't cache checkboxes for nowTomaž Vajngerl1-0/+7
2015-07-24Use LRU map for caching of native widgetsTomaž Vajngerl1-3/+7
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl1-12/+72
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-12-15use AA for lines only when AA is activeLuboš Luňák1-2/+2
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-10/+0
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-30/+5
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-33/+31
2014-11-24WaE: might be used unintializedCaolán McNamara1-5/+5
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-7/+3
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne1-2/+2
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-17/+39
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne1-7/+31
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard1-2/+2
2014-11-22blind fix for native control on X11Markus Mohrhard1-2/+2
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-0/+3
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks1-0/+6
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard1-1/+1
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky1-0/+2
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-8/+5
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne1-11/+8
2014-11-13coverity#1251586 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne1-3/+3
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne1-2/+31