summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2016-01-20slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot
2016-01-20slideshow: Relicense every shader of which I am the sole author to MPLEmmanuel Gil Peyrot
2016-01-16slideshow: Add some volume to the Honeycomb hexagons, making them look betterEmmanuel Gil Peyrot
2016-01-16slideshow: Tweak a few constants to make Glitter and Honeycomb look nicerEmmanuel Gil Peyrot
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-05Fix typosAndrea Gelmini
2016-01-05slideshow: Define inverse() to bring back the GLSL version to 1.20Emmanuel Gil Peyrot
2016-01-05slideshow: Improve the Vortex transition to match PowerPoint betterEmmanuel Gil Peyrot
2016-01-05slideshow: Improve the Ripple transition to match PowerPoint betterEmmanuel Gil Peyrot
2016-01-05slideshow: Fix a few issues in the Glitter transitionEmmanuel Gil Peyrot
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-12-24tdf#96522 - [ANIMATION] Animation Spiral in does not workNoel Grandin
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens
2015-12-15chmod -xTor Lillqvist
2015-12-15Use #version 140 to get inverse()Tor Lillqvist
2015-12-11loplugin:nullptrStephan Bergmann
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11slideshow: windows build fixesTomaž Vajngerl
2015-12-11slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot
2015-12-11slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot
2015-12-11slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot
2015-12-11slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot
2015-12-11slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot
2015-12-11slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot
2015-12-11slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot
2015-12-11slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot
2015-12-11slideshow: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot
2015-12-11slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot
2015-12-11slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot
2015-12-11slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot
2015-12-11slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot
2015-12-11slideshow: Remove wrong and unused uniform uploadEmmanuel Gil Peyrot
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-24fix build: "warning C4305: truncation from 'double' to 'float'"Thorsten Behrens
2015-11-24fix build "error C2065: ´M_PI´ : undeclared identifier"Thorsten Behrens
2015-11-23slideshow: Fix rotations when the slide and the screen have a different ratioEmmanuel Gil Peyrot
2015-11-23slideshow: Add back lighting in the SimpleTransition shadersEmmanuel Gil Peyrot
2015-11-23slideshow: Fix the baseline version, we now require OpenGL 2.1Emmanuel Gil Peyrot
2015-11-23slideshow: Make the Iris class private to the TransitionImpl translation unitEmmanuel Gil Peyrot
2015-11-23slideshow: Merge ShaderTransition into OGLTransitionImplEmmanuel Gil Peyrot
2015-11-23slideshow: Move Operation to its own translation unitEmmanuel Gil Peyrot
2015-11-23loplugin:unusedfields in slideshow/Noel Grandin
2015-11-22loplugin:staticmethodsNoel Grandin
2015-11-20slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot
2015-11-20slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot
2015-11-20slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot