summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj5-15/+9
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj1-2/+2
2014-09-02Remove unused xmlns:fn namespace aliasesMiklos Vajna1-21/+21
2014-09-02Clean up duplicated xmlns:c definitionsMiklos Vajna1-2/+3
2014-09-02fix Wunused-private-fieldMarkus Mohrhard1-0/+8
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard1-1/+1
2014-09-02fix indentationMarkus Mohrhard1-1/+2
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard3-31/+0
2014-09-02fix crash when creating chartMarkus Mohrhard1-2/+4
2014-09-02fix buildMarkus Mohrhard3-4/+3
2014-09-02fix indentationMarkus Mohrhard1-1/+2
2014-09-02support legacy and core context on OSXMarkus Mohrhard4-14/+39
2014-09-02fix non OSX build againMarkus Mohrhard1-0/+2
2014-09-02remove unused methodMarkus Mohrhard2-6/+0
2014-09-02fix non Mac buildMarkus Mohrhard1-3/+6
2014-09-02fix OSX buildMarkus Mohrhard1-0/+4
2014-09-02working OSX OpenGLContextMarkus Mohrhard2-0/+18
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard5-8/+32
2014-09-02replace check with GLEW variableMarkus Mohrhard1-3/+1
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard4-30/+86
2014-09-02use size_t instead of unsigned int for container indicesMarkus Mohrhard1-8/+8
2014-09-02the values are float nowMarkus Mohrhard1-3/+3
2014-09-02remove that ugly underscore at the end of the method namesMarkus Mohrhard2-21/+21
2014-09-02basegfx -> glm in OGLTransMarkus Mohrhard3-211/+214
2014-09-02use constructor initializer listMarkus Mohrhard2-49/+37
2014-09-02improve readabilityMarkus Mohrhard1-6/+23
2014-09-02no need to make these variables publicMarkus Mohrhard1-1/+3
2014-09-02more OpenGL error checking in OGLTransMarkus Mohrhard2-1/+39
2014-09-02add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard1-0/+1
2014-09-02check framebuffer statusMarkus Mohrhard1-1/+7
2014-09-02simplify codeMarkus Mohrhard1-2/+1
2014-09-02add OpenGL error checking to OGLTransMarkus Mohrhard2-0/+68
2014-09-02extract some shared codeMarkus Mohrhard4-42/+17
2014-09-02some temporary debug outputMarkus Mohrhard3-2/+30
2014-09-02add more notes about deprecated OpenGL featuresMarkus Mohrhard1-0/+8
2014-09-02add warning about bad inputMarkus Mohrhard1-0/+1
2014-09-02remove old OSX OGLTransMarkus Mohrhard7-3463/+0
2014-09-02make the shaders compliant to GLSL 1.2Markus Mohrhard4-12/+33
2014-09-02use generic implementation for OSXMarkus Mohrhard1-9/+3
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard1-6/+6
2014-09-02request a legacy context for OGLTransMarkus Mohrhard1-0/+1
2014-09-02don't try to use X11 functions on OSXMarkus Mohrhard1-6/+7
2014-09-02use glew instead of directly including OpenGL headersMarkus Mohrhard1-1/+1
2014-09-02add possibility to request a compatibility contextMarkus Mohrhard2-1/+13
2014-09-02WIP debug statementsMarkus Mohrhard1-2/+92
2014-09-02add a note about deprecated functionalityMarkus Mohrhard1-0/+15
2014-09-02don't even try to create a shape for non existing valuesMarkus Mohrhard1-0/+3
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard1-0/+3
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard1-2/+0
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard1-4/+0