summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* use Any constructor instead of temporariesNoel Grandin2016-05-041-7/+3
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-5/+5
* new plugin stylepoliceNoel Grandin2016-04-211-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-8/+8
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* -Werror=logical-op (GCC 6)Stephan Bergmann2016-04-141-4/+2
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-144-5/+5
* loplugin:passstuffbyref in slideshowNoel Grandin2016-04-1423-25/+25
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke2016-04-1337-112/+153
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-052-9/+9
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-2/+2
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* fix headless buildOliver Specht2016-03-253-4/+14
* loplugin:constantparam in slideshowNoel Grandin2016-03-234-33/+11
* loplugin:constantparam in slideshowNoel Grandin2016-03-096-16/+10
* Add missing includesDavid Ostrovsky2016-03-091-0/+1
* tdf#98175 fix Impress crashNoel Grandin2016-03-025-5/+8
* Missing includeStephan Bergmann2016-02-261-0/+3
* slideshow: Blur the shadows the further they are from the objectEmmanuel Gil Peyrot2016-02-254-23/+80
* slideshow: Only use texture() in GLSL 1.50, fixes Intel on WindowsEmmanuel Gil Peyrot2016-02-254-8/+8
* slideshow: Add an ugly workaround for Intel’s matrix multiplicationEmmanuel Gil Peyrot2016-02-252-14/+42
* slideshow: Move Vortex calculations to the geometry stage, fixes IntelEmmanuel Gil Peyrot2016-02-252-18/+18
* slideshow: Move Vortex’ tileInfo attribute upload to the first frameEmmanuel Gil Peyrot2016-02-251-14/+4
* remove boost/shared_ptr fooCaolán McNamara2016-02-245-106/+1
* loplugin:unreffunStephan Bergmann2016-02-241-0/+1
* loplugin:cstylecastStephan Bergmann2016-02-241-2/+2
* loplugin:cstylecastStephan Bergmann2016-02-241-1/+1
* boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin2016-02-24112-455/+304
* WaE unqualifed float literal are doubleNorbert Thiebaud2016-02-211-6/+6
* new loplugin: find write-only fieldsNoel Grandin2016-02-192-11/+3
* tdf#97197 - GL transitions should use their context not VCL's.Michael Meeks2016-02-111-0/+8
* loplugin:nullptrStephan Bergmann2016-02-101-2/+2
* slideshow: Add shadows to Honeycomb, using the same way as VortexEmmanuel Gil Peyrot2016-02-094-17/+171
* loplugin:nullptrStephan Bergmann2016-02-091-1/+1
* slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot2016-02-095-18/+200
* slideshow: Don't de-reference Nodes cast to const char *.Michael Meeks2016-02-094-12/+16
* slideshow: Only retrieve each uniform location onceEmmanuel Gil Peyrot2016-02-092-22/+18
* Remove excess newlinesChris Sherlock2016-02-0929-172/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
* vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2016-02-061-2/+2
* vcl: split exception types from input typesChris Sherlock2016-02-061-6/+3
* loplugin:fpcomparison in slideshow/Noel Grandin2016-02-041-3/+3
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* slideshow: Make sure the slide is fully opaque in HoneycombEmmanuel Gil Peyrot2016-02-021-1/+1
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* boost::tuple -> std::tupleCaolán McNamara2016-01-312-4/+3