summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle WindowNoel Grandin2014-09-234-9/+9
* Fix build with system glm by catering for explicit constructorsFridrich Štrba2014-09-191-1/+1
* fdo#82577: Handle FontNoel Grandin2014-09-181-2/+2
* SAL_WARN to SAL_INFOMarkus Mohrhard2014-09-031-1/+1
* fix Wunused-private-fieldMarkus Mohrhard2014-09-021-0/+8
* fix buildMarkus Mohrhard2014-09-021-1/+1
* replace check with GLEW variableMarkus Mohrhard2014-09-021-3/+1
* use size_t instead of unsigned int for container indicesMarkus Mohrhard2014-09-021-8/+8
* the values are float nowMarkus Mohrhard2014-09-021-3/+3
* remove that ugly underscore at the end of the method namesMarkus Mohrhard2014-09-022-21/+21
* basegfx -> glm in OGLTransMarkus Mohrhard2014-09-023-211/+214
* use constructor initializer listMarkus Mohrhard2014-09-022-49/+37
* improve readabilityMarkus Mohrhard2014-09-021-6/+23
* no need to make these variables publicMarkus Mohrhard2014-09-021-1/+3
* more OpenGL error checking in OGLTransMarkus Mohrhard2014-09-022-1/+39
* add OpenGL error checking to OGLTransMarkus Mohrhard2014-09-022-0/+68
* remove old OSX OGLTransMarkus Mohrhard2014-09-027-3463/+0
* use generic implementation for OSXMarkus Mohrhard2014-09-021-9/+3
* don't try to use X11 functions on OSXMarkus Mohrhard2014-09-021-6/+7
* use glew instead of directly including OpenGL headersMarkus Mohrhard2014-09-021-1/+1
* Fix build with boost-1.56.0.Jörg Sonnenberger2014-08-296-8/+13
* glew is setting up that function pointer for usMarkus Mohrhard2014-08-261-6/+3
* that variable has nothing to do with glxMarkus Mohrhard2014-08-261-10/+9
* let us assume that we need to special handling for mesa anymoreMarkus Mohrhard2014-08-261-12/+0
* use glew variable to check for the featureMarkus Mohrhard2014-08-261-10/+1
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-2/+0
* warning C4189 local variable initialized but not referencedMichael Stahl2014-08-131-3/+3
* slideshow: prewin.h/postwin.h included twiceMichael Stahl2014-08-131-5/+0
* update_pchThomas Arnhold2014-08-131-2/+0
* fix problems around shadersMarkus Mohrhard2014-08-133-5/+6
* make OGLTrans build on windowsMarkus Mohrhard2014-08-131-0/+2
* we always have GLX 1.3, even on the baselineMarkus Mohrhard2014-08-131-8/+1
* remove useless OGL transition shader codeMarkus Mohrhard2014-08-138-360/+186
* let us use OpenGL types for OpenGL resourcesMarkus Mohrhard2014-08-121-4/+4
* fix indentationMarkus Mohrhard2014-08-121-1/+1
* nobody is using the win implementation anymoreMarkus Mohrhard2014-08-124-3275/+0
* Revert also an other part of "Extract getGLVersion() method to OpenGLHelper"Zolnai Tamás2014-07-211-4/+8
* Partly revert "Extract getGLVersion() method to OpenGLHelper" to fix mac buildZolnai Tamás2014-07-211-4/+8
* Extract getGLVersion() method to OpenGLHelperZolnai Tamás2014-07-213-24/+11
* remove unnecessary "const &" qualifier from T* parametersNoel Grandin2014-07-181-1/+1
* Optimize media rendering during slideshow: save one grabFrame() callZolnai Tamás2014-06-301-5/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-173-30/+6
* -Werror,-Wunused-parameterStephan Bergmann2014-06-131-1/+3
* Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás2014-06-121-0/+2
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-5/+1
* fixincludeguards: fix include guardsThomas Arnhold2014-06-062-4/+5
* fdo#68849: Add header guards to all include filesJens Carl2014-06-011-0/+5
* slideshow: Don't assume anything about the duration.Jan Holesovsky2014-05-271-3/+3
* update_pchThomas Arnhold2014-05-281-0/+4
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-271-1/+1