summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2015-02-28TyposJulien Nabet1-1/+1
2015-02-28Typo: skiped->skippedJulien Nabet1-1/+1
2015-02-12Turn all-static TransitionFactory class into namespaceStephan Bergmann5-56/+76
2015-02-07loplugin:deletedspecialStephan Bergmann6-69/+32
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-8/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin7-61/+5
2015-01-20Some more loplugin:cstylecast: slideshowStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara1-2/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara4-10/+9
2014-12-18slideshow: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-08coverity#1257110 Big parameter passed by valueCaolán McNamara1-1/+2
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens5-12/+6
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann1-0/+4
2014-11-25-Werror,-WuninitializedStephan Bergmann1-3/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-1/+7
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-10constify slideshow.Michael Meeks1-3/+3
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard2-2/+0
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist1-65/+0
2014-11-05removed nTimeout variableJennifer Liebel1-4/+1
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-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist1-1/+1
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 Grandin4-9/+9
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 Mohrhard3-211/+214
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-02use generic implementation for OSXMarkus Mohrhard1-9/+3
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