summaryrefslogtreecommitdiff
path: root/vcl/opengl/x11
AgeCommit message (Expand)Author
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-07-24opengl: don't cache checkboxes for nowTomaž Vajngerl
2015-07-24Use LRU map for caching of native widgetsTomaž Vajngerl
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-12that case can't happen anymoreMarkus Mohrhard
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-03more style fixesMarkus Mohrhard
2015-06-03adapt coding styleMarkus Mohrhard
2015-06-03document that it is a reference to a mozilla bugMarkus Mohrhard
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-12-15use AA for lines only when AA is activeLuboš Luňák
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-11-24WaE: might be used unintializedCaolán McNamara
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-24coverity#1255905 Buffer not null terminatedCaolán McNamara
2014-11-23block my OpenGL driverMarkus Mohrhard
2014-11-23remove whitespaceMarkus Mohrhard
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard
2014-11-22blind fix for native control on X11Markus Mohrhard
2014-11-20WaE: unused variable 'aOSRelease'Tor Lillqvist
2014-11-20bad API translation between mozilla strings and OUStringMarkus Mohrhard
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne