summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot2015-12-114-36/+49
* slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot2015-12-115-41/+51
* slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot2015-12-115-41/+55
* slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot2015-12-111-8/+0
* slideshow: Remove wrong and unused uniform uploadEmmanuel Gil Peyrot2015-12-111-11/+1
* tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand2015-12-033-31/+79
* loplugin:unusedfieldsNoel Grandin2015-11-303-41/+12
* fix build: "warning C4305: truncation from 'double' to 'float'"Thorsten Behrens2015-11-241-1/+1
* fix build "error C2065: ´M_PI´ : undeclared identifier"Thorsten Behrens2015-11-241-0/+2
* slideshow: Fix rotations when the slide and the screen have a different ratioEmmanuel Gil Peyrot2015-11-233-25/+39
* slideshow: Add back lighting in the SimpleTransition shadersEmmanuel Gil Peyrot2015-11-234-3/+17