summaryrefslogtreecommitdiff
path: root/slideshow/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-2/+2
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2-4/+5
2014-10-01slideshow: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin3-5/+5
2014-09-19Fix build with system glm by catering for explicit constructorsFridrich Štrba1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-03SAL_WARN to SAL_INFOMarkus Mohrhard1-1/+1
2014-09-02fix Wunused-private-fieldMarkus Mohrhard1-0/+8
2014-09-02fix buildMarkus Mohrhard1-1/+1
2014-09-02replace check with GLEW variableMarkus Mohrhard1-3/+1
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 Mohrhard2-211/+213
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 OpenGL error checking to OGLTransMarkus Mohrhard2-0/+68
2014-09-02remove old OSX OGLTransMarkus Mohrhard7-3463/+0
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-08-29Fix build with boost-1.56.0.Jörg Sonnenberger6-8/+13
2014-08-26glew is setting up that function pointer for usMarkus Mohrhard1-6/+3
2014-08-26that variable has nothing to do with glxMarkus Mohrhard1-10/+9
2014-08-26let us assume that we need to special handling for mesa anymoreMarkus Mohrhard1-12/+0
2014-08-26use glew variable to check for the featureMarkus Mohrhard1-10/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-2/+0
2014-08-13warning C4189 local variable initialized but not referencedMichael Stahl1-3/+3
2014-08-13slideshow: prewin.h/postwin.h included twiceMichael Stahl1-5/+0
2014-08-13fix problems around shadersMarkus Mohrhard1-2/+2
2014-08-13make OGLTrans build on windowsMarkus Mohrhard1-0/+2
2014-08-13we always have GLX 1.3, even on the baselineMarkus Mohrhard1-8/+1
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard3-358/+19
2014-08-12let us use OpenGL types for OpenGL resourcesMarkus Mohrhard1-4/+4
2014-08-12fix indentationMarkus Mohrhard1-1/+1
2014-08-12nobody is using the win implementation anymoreMarkus Mohrhard4-3275/+0
2014-07-21Revert also an other part of "Extract getGLVersion() method to OpenGLHelper"Zolnai Tamás1-4/+8
2014-07-21Partly revert "Extract getGLVersion() method to OpenGLHelper" to fix mac buildZolnai Tamás1-4/+8
2014-07-21Extract getGLVersion() method to OpenGLHelperZolnai Tamás3-24/+11
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin1-1/+1
2014-06-30Optimize media rendering during slideshow: save one grabFrame() callZolnai Tamás1-5/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-30/+6
2014-06-13-Werror,-Wunused-parameterStephan Bergmann1-1/+3
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás1-0/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1