summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2015-11-19loplugin:redundantcastStephan Bergmann1-1/+1
2015-11-19slideshow: Port all matrix operations from GL to glmEmmanuel Gil Peyrot3-56/+71
2015-11-19slideshow: Batch primitive display as much as possibleEmmanuel Gil Peyrot2-59/+100
2015-11-19slideshow: Use gl_ModelViewProjectionMatrix in vertex shadersEmmanuel Gil Peyrot2-2/+2
2015-11-19slideshow: Always enable normals, there is no case where they are emptyEmmanuel Gil Peyrot1-8/+3
2015-11-19slideshow: Don’t create the permTexture if the shaders don’t use itEmmanuel Gil Peyrot1-8/+8
2015-11-19slideshow: Rename getVertices into getVertex, to match its only usageEmmanuel Gil Peyrot2-6/+6
2015-11-18slideshow: improve "honeycomb" transitionTomaž Vajngerl1-47/+60
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin4-48/+0
2015-11-16slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl3-2/+64
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-163/+220
2015-11-13slideshow: improve rotation timing in glitter transitionTomaž Vajngerl1-20/+26
2015-11-13slideshow: simplify NByMTileFlip transitionTomaž Vajngerl1-23/+15
2015-11-13slideshow: add "glitter" slide transitionTomaž Vajngerl3-5/+67
2015-11-12Bin mesa_headers completelyTor Lillqvist2-2/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2-2/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-32/+32
2015-11-10Improve the Vortex transitionTor Lillqvist1-3/+11
2015-11-09Simplify and improve (?) the Vortex transitionTor Lillqvist1-34/+14
2015-11-08Now I understand why that multiplication by 10 was there originallyTor Lillqvist1-1/+1
2015-11-07Improve transition shader portabilityTor Lillqvist7-94/+40
2015-11-06Make the Vortex transition a bit more interestingTor Lillqvist3-53/+113
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann6-16/+14
2015-11-06Add a 'Ripple' transitionTor Lillqvist5-0/+109
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-3/+2
2015-11-04yyyyyNoel Grandin4-11/+5
2015-10-30Mac fixStephan Bergmann1-1/+1
2015-10-30The fglrx driver is an X11 only thingTor Lillqvist1-1/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-30coverity#1332210 Uninitialized scalar fieldCaolán McNamara1-3/+11
2015-10-30loplugin:unusedmethodsNoel Grandin1-86/+0
2015-10-29com::sun::star->css in slideshowNoel Grandin66-381/+249
2015-10-27Remove initial :: from sal_* typesTor Lillqvist3-43/+43
2015-10-27Nothing that would be covered by that hereTor Lillqvist2-50/+12
2015-10-27WaE: unused parametersTor Lillqvist1-1/+1
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist6-0/+352
2015-10-26Bin dead codeTor Lillqvist1-2/+0
2015-10-26Actually, the permTexture is 256*256 pixelsTor Lillqvist1-3/+1
2015-10-26Add confused commentTor Lillqvist1-0/+2
2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist1-9/+6
2015-10-26Use std::shared_ptr instead of boostTor Lillqvist3-86/+81
2015-10-26Simplify ifdefsTor Lillqvist1-16/+8
2015-10-23Remove obsolete version map filesStephan Bergmann1-25/+0
2015-10-22Use same order in this switch, too, as aboveTor Lillqvist1-18/+18
2015-10-22Add a bit of explanatory commentTor Lillqvist1-14/+21
2015-10-21No, it isn'tTor Lillqvist1-1/+1
2015-10-21remove untyped Link<>Noel Grandin1-3/+2
2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson4-5/+1