Age | Commit message (Expand) | Author |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-10 | constify slideshow. | Michael Meeks |
2014-11-10 | merge vcllo and vclopengllo | Markus Mohrhard |
2014-11-06 | Bin unused include files, thanks to Andrea Gelmini | Tor Lillqvist |
2014-11-05 | removed nTimeout variable | Jennifer Liebel |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-08 | back out even more wrong tools::Time changes, geez.. | Eike Rathke |
2014-10-08 | back out more wrong and confusing tools::Time comment changes | Eike Rathke |
2014-10-07 | disambiguate uniform_int_distribution | Caolán McNamara |
2014-10-06 | use comphelper::rng::uniform_*_distribution everywhere | Caolán McNamara |
2014-10-03 | GLSL files should go into $(LIBO_ETC_FOLDER)/opengl | Tor Lillqvist |
2014-10-01 | slideshow: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-19 | Fix build with system glm by catering for explicit constructors | Fridrich Štrba |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-03 | SAL_WARN to SAL_INFO | Markus Mohrhard |
2014-09-02 | fix Wunused-private-field | Markus Mohrhard |
2014-09-02 | fix build | Markus Mohrhard |
2014-09-02 | replace check with GLEW variable | 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 OpenGL error checking to OGLTrans | Markus Mohrhard |
2014-09-02 | remove old OSX OGLTrans | Markus Mohrhard |
2014-09-02 | use generic implementation for OSX | 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-08-29 | Fix build with boost-1.56.0. | Jörg Sonnenberger |
2014-08-26 | glew is setting up that function pointer for us | Markus Mohrhard |
2014-08-26 | that variable has nothing to do with glx | Markus Mohrhard |
2014-08-26 | let us assume that we need to special handling for mesa anymore | Markus Mohrhard |
2014-08-26 | use glew variable to check for the feature | Markus Mohrhard |
2014-08-22 | Remove some useless tools/debug.hxx includes | Marcos Paulo de Souza |
2014-08-13 | warning C4189 local variable initialized but not referenced | Michael Stahl |
2014-08-13 | slideshow: prewin.h/postwin.h included twice | Michael Stahl |
2014-08-13 | update_pch | Thomas Arnhold |
2014-08-13 | fix problems around shaders | Markus Mohrhard |
2014-08-13 | make OGLTrans build on windows | Markus Mohrhard |
2014-08-13 | we always have GLX 1.3, even on the baseline | Markus Mohrhard |
2014-08-13 | remove useless OGL transition shader code | Markus Mohrhard |
2014-08-12 | let us use OpenGL types for OpenGL resources | Markus Mohrhard |
2014-08-12 | fix indentation | Markus Mohrhard |
2014-08-12 | nobody is using the win implementation anymore | Markus Mohrhard |
2014-07-21 | Revert also an other part of "Extract getGLVersion() method to OpenGLHelper" | Zolnai Tamás |