Age | Commit message (Expand) | Author |
2014-09-02 | wizards: fix javadoc error: unknown tag: list | rbuj |
2014-09-02 | Remove unused xmlns:fn namespace aliases | Miklos Vajna |
2014-09-02 | Clean up duplicated xmlns:c definitions | Miklos Vajna |
2014-09-02 | fix Wunused-private-field | Markus Mohrhard |
2014-09-02 | prevent potential crash if no SystemWindowData is passed | Markus Mohrhard |
2014-09-02 | fix indentation | Markus Mohrhard |
2014-09-02 | remove SAL_DEBUGs introduced earlier | Markus Mohrhard |
2014-09-02 | fix crash when creating chart | Markus Mohrhard |
2014-09-02 | fix build | Markus Mohrhard |
2014-09-02 | fix indentation | Markus Mohrhard |
2014-09-02 | support legacy and core context on OSX | Markus Mohrhard |
2014-09-02 | fix non OSX build again | Markus Mohrhard |
2014-09-02 | remove unused method | Markus Mohrhard |
2014-09-02 | fix non Mac build | Markus Mohrhard |
2014-09-02 | fix OSX build | Markus Mohrhard |
2014-09-02 | working OSX OpenGLContext | Markus Mohrhard |
2014-09-02 | use SystemWindowData to request a NSOpenGLWindow | Markus Mohrhard |
2014-09-02 | replace check with GLEW variable | Markus Mohrhard |
2014-09-02 | switch to a NSOpenGLView implementation | Markus Mohrhard |
2014-09-02 | use size_t instead of unsigned int for container indices | Markus Mohrhard |
2014-09-02 | the values are float now | Markus Mohrhard |
2014-09-02 | remove that ugly underscore at the end of the method names | Markus Mohrhard |
2014-09-02 | basegfx -> glm in OGLTrans | Markus Mohrhard |
2014-09-02 | use constructor initializer list | Markus Mohrhard |
2014-09-02 | improve readability | Markus Mohrhard |
2014-09-02 | no need to make these variables public | Markus Mohrhard |
2014-09-02 | more OpenGL error checking in OGLTrans | Markus Mohrhard |
2014-09-02 | add invalid framebuffer operation to OpenGL error messages | Markus Mohrhard |
2014-09-02 | check framebuffer status | Markus Mohrhard |
2014-09-02 | simplify code | Markus Mohrhard |
2014-09-02 | add OpenGL error checking to OGLTrans | Markus Mohrhard |
2014-09-02 | extract some shared code | Markus Mohrhard |
2014-09-02 | some temporary debug output | Markus Mohrhard |
2014-09-02 | add more notes about deprecated OpenGL features | Markus Mohrhard |
2014-09-02 | add warning about bad input | Markus Mohrhard |
2014-09-02 | remove old OSX OGLTrans | Markus Mohrhard |
2014-09-02 | make the shaders compliant to GLSL 1.2 | Markus Mohrhard |
2014-09-02 | use generic implementation for OSX | Markus Mohrhard |
2014-09-02 | fix shader names, the .glsl is attached in OpenGLHelper::LoadShader | Markus Mohrhard |
2014-09-02 | request a legacy context for OGLTrans | Markus Mohrhard |
2014-09-02 | don't try to use X11 functions on OSX | Markus Mohrhard |
2014-09-02 | use glew instead of directly including OpenGL headers | Markus Mohrhard |
2014-09-02 | add possibility to request a compatibility context | Markus Mohrhard |
2014-09-02 | WIP debug statements | Markus Mohrhard |
2014-09-02 | add a note about deprecated functionality | Markus Mohrhard |
2014-09-02 | don't even try to create a shape for non existing values | Markus Mohrhard |
2014-09-02 | fixed pipeline functions are not available in core context | Markus Mohrhard |
2014-09-02 | GL_LIGHTING is deprecated | Markus Mohrhard |
2014-09-02 | GL_TEXTURE_WRAP_* is deprecated | Markus Mohrhard |
2014-09-02 | GL_POINT_SMOOTH is deprecated | Markus Mohrhard |