Age | Commit message (Expand) | Author |
2015-02-28 | Typos | Julien Nabet |
2015-02-28 | Typo: skiped->skipped | Julien Nabet |
2015-02-12 | Turn all-static TransitionFactory class into namespace | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: slideshow | Stephan Bergmann |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | boost::math::nextafter->std::nextafter | Caolán McNamara |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | slideshow: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-08 | coverity#1257110 Big parameter passed by value | Caolán McNamara |
2014-12-05 | Slightly less verbose adaptation to boost-1.56.0 | Thorsten Behrens |
2014-11-26 | Silence Mac OS X 10.9/10.10 deprecations for now | Stephan Bergmann |
2014-11-25 | -Werror,-Wuninitialized | Stephan Bergmann |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
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 |