summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2016-02-11tdf#97197 - GL transitions should use their context not VCL's.Michael Meeks1-0/+8
2016-02-10loplugin:nullptrStephan Bergmann1-2/+2
2016-02-09slideshow: Add shadows to Honeycomb, using the same way as VortexEmmanuel Gil Peyrot4-17/+171
2016-02-09loplugin:nullptrStephan Bergmann1-1/+1
2016-02-09slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot5-18/+200
2016-02-09slideshow: Don't de-reference Nodes cast to const char *.Michael Meeks4-12/+16
2016-02-09slideshow: Only retrieve each uniform location onceEmmanuel Gil Peyrot2-22/+18
2016-02-09Remove excess newlinesChris Sherlock29-172/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock1-2/+2
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+3
2016-02-04loplugin:fpcomparison in slideshow/Noel Grandin1-3/+3
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-02-02slideshow: Make sure the slide is fully opaque in HoneycombEmmanuel Gil Peyrot1-1/+1
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-01-31boost::tuple -> std::tupleCaolán McNamara2-4/+3
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara6-9/+5
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-11/+11
2016-01-22GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUGMichael Stahl1-1/+0
2016-01-20slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot4-73/+107
2016-01-20slideshow: Relicense every shader of which I am the sole author to MPLEmmanuel Gil Peyrot5-134/+39
2016-01-16slideshow: Add some volume to the Honeycomb hexagons, making them look betterEmmanuel Gil Peyrot2-6/+36
2016-01-16slideshow: Tweak a few constants to make Glitter and Honeycomb look nicerEmmanuel Gil Peyrot3-5/+7
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin29-218/+115
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-05Fix typosAndrea Gelmini12-12/+12
2016-01-05slideshow: Define inverse() to bring back the GLSL version to 1.20Emmanuel Gil Peyrot5-5/+177
2016-01-05slideshow: Improve the Vortex transition to match PowerPoint betterEmmanuel Gil Peyrot4-91/+93
2016-01-05slideshow: Improve the Ripple transition to match PowerPoint betterEmmanuel Gil Peyrot2-11/+44
2016-01-05slideshow: Fix a few issues in the Glitter transitionEmmanuel Gil Peyrot1-7/+13
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-12-24tdf#96522 - [ANIMATION] Animation Spiral in does not workNoel Grandin1-0/+95
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-3/+1
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens1-18/+0
2015-12-15chmod -xTor Lillqvist2-0/+0
2015-12-15Use #version 140 to get inverse()Tor Lillqvist4-4/+4
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-11slideshow: windows build fixesTomaž Vajngerl2-5/+5
2015-12-11slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot4-23/+205
2015-12-11slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot5-51/+297
2015-12-11slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot1-8/+16
2015-12-11slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot1-2/+2
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+5
2015-12-11slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot1-87/+68
2015-12-11slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot3-22/+27
2015-12-11slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot2-35/+87
2015-12-11slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot3-10/+15
2015-12-11slideshow: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot2-8/+36