office-gobmx/slideshow
Stephan Bergmann f9766129b6 Upcoming improved loplugin:staticanonymous -> redundantstatic: slideshow
Change-Id: If1edbfd2da7082cb5c03dda8c3c1a7af6de6da53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97666
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-07-02 07:10:48 +02:00
..
inc/pch uiobject.hxx only needs forward declares 2020-04-22 09:39:07 +02:00
opengl implement PowerPoint 'flash' slide transition (API CHANGE) 2020-05-08 17:37:26 +02:00
qa
source Upcoming improved loplugin:staticanonymous -> redundantstatic: slideshow 2020-07-02 07:10:48 +02:00
test loplugin:makeshared in slideshow 2020-01-25 07:06:10 +01:00
util
CppunitTest_slideshow.mk make Library_slideshow explicitly link svl 2020-01-18 14:56:25 +01:00
IwyuFilter_slideshow.yaml tdf#42949 Fix IWYU warnings in slideshow/ 2020-01-03 09:30:09 +01:00
Library_OGLTrans.mk always define GLM_FORCE_CTOR_INIT when using glm 2020-02-06 21:04:40 +01:00
Library_slideshow.mk Move Boost.Spirit usage away from legacy namespace 2020-02-20 18:50:24 +01:00
Makefile
manifest.txt drop unbuilt demoshow 2019-07-15 14:00:00 +02:00
Module_slideshow.mk drop unbuilt demoshow 2019-07-15 14:00:00 +02:00
Package_opengl.mk
README

The Impress slideshow engine

== 3D transitions ==

The 3D transitions are slideshow transition engine using OpenGL and
are located in slideshow/source/engine/OGLTrans/. They were initially
written by GSOC student Shane.M.Mathews. Radek has later polished the
code a bit, added few new 3D transitions, added infrastructure for
vertex and fragment shaders. Wrote few transitions with fragment shader
too.