summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard
2014-11-10use false instead of 0Markus Mohrhard
2014-11-10a little bit more sanityMarkus Mohrhard
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard
2014-11-10fix windows compile errorMarkus Mohrhard
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard
2014-11-10first step at optional single buffered OpenGL renderingMarkus Mohrhard
2014-11-10use constructor init listMarkus Mohrhard
2014-11-10move that variable out of the constructor init listMarkus Mohrhard
2014-11-10use configuration value for OpenGL backendMarkus Mohrhard
2014-11-10no check before delete and move to intializer listMarkus Mohrhard
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard
2014-11-10don't include the win version of svsys directlyMarkus Mohrhard
2014-11-10fix indentationMarkus Mohrhard
2014-11-10implement gradient rendering method for windows backendMarkus Mohrhard
2014-11-10move defines to the top of the fileMarkus Mohrhard
2014-11-10remove useless defineMarkus Mohrhard
2014-11-10bring the gradient rendering down into SalGraphicsImpl & unx backendMarkus Mohrhard
2014-11-10add more log messagesMarkus Mohrhard
2014-11-10cosmetic clean-upMarkus Mohrhard
2014-11-10OpenGLContext: Consistently select the window's visualDaniel Stone
2014-11-10OpenGLContext: Add locking/sync around X errorsDaniel Stone
2014-11-10Add missing glew dependency.Michael Meeks
2014-11-10add missing headerMarkus Mohrhard
2014-11-10add missing fileMarkus Mohrhard
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard
2014-11-10fix stupid typoMarkus Mohrhard
2014-11-10better way to access the X11 windowMarkus Mohrhard
2014-11-10handle the OpenGL context for the x11 backendMarkus Mohrhard
2014-11-10make sure that the frame is set when we need itMarkus Mohrhard
2014-11-10fix misleading log messageMarkus Mohrhard
2014-11-10that should be a SAL_WARNMarkus Mohrhard
2014-11-10add OpenGLContext to OpenGL vcl rendering codeMarkus Mohrhard
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard
2014-11-10add a OpenGLContext to unix backendMarkus Mohrhard
2014-11-10add a OpenGLContext::init for unix backendMarkus Mohrhard
2014-11-10split method in part related to windows and other stuffMarkus Mohrhard
2014-11-10reduce one use of SystemWinDataMarkus Mohrhard
2014-11-10use m prefix instead of _ for member variablesMarkus Mohrhard
2014-11-10fix missing piecesMarkus Mohrhard
2014-11-10fix double delete after latest refactoringMarkus Mohrhard
2014-11-10integrate WIP OpenGL rendering to unix backendMarkus Mohrhard
2014-11-10use Impl for windows backendMarkus Mohrhard
2014-11-10it is false and not FALSEMarkus Mohrhard
2014-11-10implement stub for OpenGL SalGraphicsImpl sub classMarkus Mohrhard
2014-11-10forgot to populate the ImplMarkus Mohrhard
2014-11-10add missing header guardsMarkus Mohrhard
2014-11-10no need for these methods to be virtualMarkus Mohrhard
2014-11-10we need to export the SalGraphicsImpl classMarkus Mohrhard