summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-316-9/+5
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-255-11/+11
* GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUGMichael Stahl2016-01-221-1/+0
* slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot2016-01-204-73/+107
* slideshow: Relicense every shader of which I am the sole author to MPLEmmanuel Gil Peyrot2016-01-205-134/+39
* slideshow: Add some volume to the Honeycomb hexagons, making them look betterEmmanuel Gil Peyrot2016-01-162-6/+36
* slideshow: Tweak a few constants to make Glitter and Honeycomb look nicerEmmanuel Gil Peyrot2016-01-163-5/+7
* loplugin:unusedmethods unused return value in slideshowNoel Grandin2016-01-1429-218/+115
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* Fix typosAndrea Gelmini2016-01-0512-12/+12
* slideshow: Define inverse() to bring back the GLSL version to 1.20Emmanuel Gil Peyrot2016-01-055-5/+177
* slideshow: Improve the Vortex transition to match PowerPoint betterEmmanuel Gil Peyrot2016-01-054-91/+93
* slideshow: Improve the Ripple transition to match PowerPoint betterEmmanuel Gil Peyrot2016-01-052-11/+44
* slideshow: Fix a few issues in the Glitter transitionEmmanuel Gil Peyrot2016-01-051-7/+13
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-051-1/+1
* tdf#96522 - [ANIMATION] Animation Spiral in does not workNoel Grandin2015-12-241-0/+95
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-211-3/+1
* related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2015-12-181-18/+0
* chmod -xTor Lillqvist2015-12-152-0/+0
* Use #version 140 to get inverse()Tor Lillqvist2015-12-154-4/+4
* loplugin:nullptrStephan Bergmann2015-12-111-1/+1
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* slideshow: windows build fixesTomaž Vajngerl2015-12-112-5/+5
* slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot2015-12-114-23/+205
* slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot2015-12-115-51/+297
* slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot2015-12-111-8/+16
* slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot2015-12-111-2/+2
* opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot2015-12-111-3/+5
* slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot2015-12-111-87/+68
* slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot2015-12-113-22/+27
* slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot2015-12-112-35/+87
* slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot2015-12-113-10/+15
* slideshow: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot2015-12-112-8/+36