summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj
2014-09-02Remove unused xmlns:fn namespace aliasesMiklos Vajna
2014-09-02Clean up duplicated xmlns:c definitionsMiklos Vajna
2014-09-02fix Wunused-private-fieldMarkus Mohrhard
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard
2014-09-02fix indentationMarkus Mohrhard
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard
2014-09-02fix crash when creating chartMarkus Mohrhard
2014-09-02fix buildMarkus Mohrhard
2014-09-02fix indentationMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-02fix non OSX build againMarkus Mohrhard
2014-09-02remove unused methodMarkus Mohrhard
2014-09-02fix non Mac buildMarkus Mohrhard
2014-09-02fix OSX buildMarkus Mohrhard
2014-09-02working OSX OpenGLContextMarkus Mohrhard
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard
2014-09-02replace check with GLEW variableMarkus Mohrhard
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard
2014-09-02use size_t instead of unsigned int for container indicesMarkus Mohrhard
2014-09-02the values are float nowMarkus Mohrhard
2014-09-02remove that ugly underscore at the end of the method namesMarkus Mohrhard
2014-09-02basegfx -> glm in OGLTransMarkus Mohrhard
2014-09-02use constructor initializer listMarkus Mohrhard
2014-09-02improve readabilityMarkus Mohrhard
2014-09-02no need to make these variables publicMarkus Mohrhard
2014-09-02more OpenGL error checking in OGLTransMarkus Mohrhard
2014-09-02add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard
2014-09-02check framebuffer statusMarkus Mohrhard
2014-09-02simplify codeMarkus Mohrhard
2014-09-02add OpenGL error checking to OGLTransMarkus Mohrhard
2014-09-02extract some shared codeMarkus Mohrhard
2014-09-02some temporary debug outputMarkus Mohrhard
2014-09-02add more notes about deprecated OpenGL featuresMarkus Mohrhard
2014-09-02add warning about bad inputMarkus Mohrhard
2014-09-02remove old OSX OGLTransMarkus Mohrhard
2014-09-02make the shaders compliant to GLSL 1.2Markus Mohrhard
2014-09-02use generic implementation for OSXMarkus Mohrhard
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard
2014-09-02request a legacy context for OGLTransMarkus Mohrhard
2014-09-02don't try to use X11 functions on OSXMarkus Mohrhard
2014-09-02use glew instead of directly including OpenGL headersMarkus Mohrhard
2014-09-02add possibility to request a compatibility contextMarkus Mohrhard
2014-09-02WIP debug statementsMarkus Mohrhard
2014-09-02add a note about deprecated functionalityMarkus Mohrhard
2014-09-02don't even try to create a shape for non existing valuesMarkus Mohrhard
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard
2014-09-02GL_POINT_SMOOTH is deprecatedMarkus Mohrhard