summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* slideshow: Fix the baseline version, we now require OpenGL 2.1Emmanuel Gil Peyrot2015-11-232-5/+3
* slideshow: Make the Iris class private to the TransitionImpl translation unitEmmanuel Gil Peyrot2015-11-232-17/+16
* slideshow: Merge ShaderTransition into OGLTransitionImplEmmanuel Gil Peyrot2015-11-232-128/+81
* slideshow: Move Operation to its own translation unitEmmanuel Gil Peyrot2015-11-235-409/+484
* loplugin:unusedfields in slideshow/Noel Grandin2015-11-231-9/+0
* loplugin:staticmethodsNoel Grandin2015-11-221-2/+1
* slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot2015-11-205-87/+171
* slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot2015-11-204-62/+108
* slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot2015-11-204-117/+217
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-202-2/+2
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* loplugin:redundantcastStephan Bergmann2015-11-191-1/+1
* slideshow: Port all matrix operations from GL to glmEmmanuel Gil Peyrot2015-11-193-56/+71
* slideshow: Batch primitive display as much as possibleEmmanuel Gil Peyrot2015-11-192-59/+100
* slideshow: Use gl_ModelViewProjectionMatrix in vertex shadersEmmanuel Gil Peyrot2015-11-192-2/+2
* slideshow: Always enable normals, there is no case where they are emptyEmmanuel Gil Peyrot2015-11-191-8/+3
* slideshow: Don’t create the permTexture if the shaders don’t use itEmmanuel Gil Peyrot2015-11-191-8/+8
* slideshow: Rename getVertices into getVertex, to match its only usageEmmanuel Gil Peyrot2015-11-192-6/+6
* slideshow: improve "honeycomb" transitionTomaž Vajngerl2015-11-181-47/+60
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-1/+0
* loplugin:unnecessaryvirtualNoel Grandin2015-11-174-48/+0
* slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl2015-11-163-2/+64
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-163/+220
* slideshow: improve rotation timing in glitter transitionTomaž Vajngerl2015-11-131-20/+26
* slideshow: simplify NByMTileFlip transitionTomaž Vajngerl2015-11-131-23/+15
* slideshow: add "glitter" slide transitionTomaž Vajngerl2015-11-133-5/+67
* Bin mesa_headers completelyTor Lillqvist2015-11-122-2/+0
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-122-2/+2
* new loplugin: memoryvarNoel Grandin2015-11-111-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-32/+32
* Improve the Vortex transitionTor Lillqvist2015-11-101-3/+11
* Simplify and improve (?) the Vortex transitionTor Lillqvist2015-11-091-34/+14
* Now I understand why that multiplication by 10 was there originallyTor Lillqvist2015-11-081-1/+1
* Improve transition shader portabilityTor Lillqvist2015-11-077-94/+40
* Make the Vortex transition a bit more interestingTor Lillqvist2015-11-063-53/+113
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-066-16/+14
* Add a 'Ripple' transitionTor Lillqvist2015-11-065-0/+109
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-3/+2
* yyyyyNoel Grandin2015-11-044-11/+5
* Mac fixStephan Bergmann2015-10-301-1/+1
* The fglrx driver is an X11 only thingTor Lillqvist2015-10-301-1/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* coverity#1332210 Uninitialized scalar fieldCaolán McNamara2015-10-301-3/+11
* loplugin:unusedmethodsNoel Grandin2015-10-301-86/+0
* com::sun::star->css in slideshowNoel Grandin2015-10-2966-381/+249
* Remove initial :: from sal_* typesTor Lillqvist2015-10-273-43/+43