Age | Commit message (Expand) | Author |
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-11 | loplugin:nullptr | Stephan Bergmann |
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: 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: 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 |
2015-11-19 | slideshow: Batch primitive display as much as possible | Emmanuel Gil Peyrot |
2015-11-19 | slideshow: Always enable normals, there is no case where they are empty | Emmanuel Gil Peyrot |
2015-11-19 | slideshow: Don’t create the permTexture if the shaders don’t use it | Emmanuel Gil Peyrot |
2015-11-19 | slideshow: Rename getVertices into getVertex, to match its only usage | Emmanuel Gil Peyrot |
2015-11-18 | slideshow: improve "honeycomb" transition | Tomaž Vajngerl |
2015-11-17 | loplugin:unnecessaryvirtual | Noel Grandin |
2015-11-16 | slideshow: initial work on "honeycomb" transition (incomplete) | Tomaž Vajngerl |
2015-11-13 | slideshow: improve rotation timing in glitter transition | Tomaž Vajngerl |
2015-11-13 | slideshow: simplify NByMTileFlip transition | Tomaž Vajngerl |
2015-11-13 | slideshow: add "glitter" slide transition | Tomaž Vajngerl |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-07 | Improve transition shader portability | Tor Lillqvist |