Age | Commit message (Expand) | Author |
2016-01-14 | loplugin:unusedmethods unused return value in slideshow | Noel Grandin |
2016-01-11 | loplugin:privatebase: Make derivation from noncopyable explicitly private | Stephan Bergmann |
2016-01-05 | Fix typos | Andrea Gelmini |
2016-01-05 | slideshow: Define inverse() to bring back the GLSL version to 1.20 | Emmanuel Gil Peyrot |
2016-01-05 | slideshow: Improve the Vortex transition to match PowerPoint better | Emmanuel Gil Peyrot |
2016-01-05 | slideshow: Improve the Ripple transition to match PowerPoint better | Emmanuel Gil Peyrot |
2016-01-05 | slideshow: Fix a few issues in the Glitter transition | Emmanuel Gil Peyrot |
2016-01-05 | new loplugin rangedforcopy - use reference in range based for | Andrzej Hunt |
2015-12-24 | tdf#96522 - [ANIMATION] Animation Spiral in does not work | Noel Grandin |
2015-12-21 | loplugin:unusedfields in sfx2,slideshow,starmath,stoc | Noel Grandin |
2015-12-18 | related tdf#96398 pull out more NPAPI-related code | Thorsten Behrens |
2015-12-15 | chmod -x | Tor Lillqvist |
2015-12-15 | Use #version 140 to get inverse() | Tor Lillqvist |
2015-12-11 | loplugin:nullptr | Stephan Bergmann |
2015-12-11 | No need for a separate <vcl/graph.h> | Tor Lillqvist |
2015-12-11 | slideshow: windows build fixes | Tomaž Vajngerl |
2015-12-11 | slideshow: Improve the performances of the Glitter transition | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Improve the performances of the Honeycomb transition | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Don’t upload matrices to inexistent uniforms | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Use GL_CLAMP_TO_BORDER for texture wrap | Emmanuel Gil Peyrot |
2015-12-11 | opengl: Add Geometry Shader support to OpenGLHelper | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Remove extraneous checks for the program object. | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Don’t crash when a transition fails to initialize. | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Only upload vertex data on prepare | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Fix what was remaining to be able to use a core context | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Fix lighting in the Vortex transition | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Remove the last legacy uniforms | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Upload the projection and modelview matrices as uniforms | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: upload the transform matrices as uniforms | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Remove legacy lighting code | Emmanuel Gil Peyrot |
2015-12-11 | slideshow: Remove wrong and unused uniform upload | Emmanuel Gil Peyrot |
2015-12-03 | tdf#96083 slide transitions wrong with appearing shapes | Armin Le Grand |
2015-11-30 | loplugin:unusedfields | Noel Grandin |
2015-11-24 | fix build: "warning C4305: truncation from 'double' to 'float'" | Thorsten Behrens |
2015-11-24 | fix build "error C2065: ´M_PI´ : undeclared identifier" | Thorsten Behrens |
2015-11-23 | slideshow: Fix rotations when the slide and the screen have a different ratio | Emmanuel Gil Peyrot |
2015-11-23 | slideshow: Add back lighting in the SimpleTransition shaders | Emmanuel Gil Peyrot |
2015-11-23 | slideshow: Fix the baseline version, we now require OpenGL 2.1 | Emmanuel Gil Peyrot |
2015-11-23 | slideshow: Make the Iris class private to the TransitionImpl translation unit | Emmanuel Gil Peyrot |
2015-11-23 | slideshow: Merge ShaderTransition into OGLTransitionImpl | Emmanuel Gil Peyrot |
2015-11-23 | slideshow: Move Operation to its own translation unit | Emmanuel Gil Peyrot |
2015-11-23 | loplugin:unusedfields in slideshow/ | Noel Grandin |
2015-11-22 | loplugin:staticmethods | Noel Grandin |
2015-11-20 | slideshow: Reimplement reflections in shaders, and port Rochade and TurnAround | Emmanuel Gil Peyrot |
2015-11-20 | slideshow: Reimplement both Fade transitions in shaders | Emmanuel Gil Peyrot |
2015-11-20 | slideshow: Make SimpleTransition inherit from ShaderTransition | Emmanuel Gil Peyrot |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann |
2015-11-19 | loplugin:redundantcast | Stephan Bergmann |
2015-11-19 | slideshow: Port all matrix operations from GL to glm | Emmanuel Gil Peyrot |