This commit is contained in:
janis
2022-12-12 08:32:52 +01:00
parent a167dfccec
commit 40a3766b37
107 changed files with 3137 additions and 1800 deletions

0
.circleci/config.yml Normal file → Executable file
View File

0
.eslintrc.js Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

0
.jscsrc Normal file → Executable file
View File

0
.jshintrc Normal file → Executable file
View File

0
.npmignore Normal file → Executable file
View File

0
DOCUMENTATION.md Normal file → Executable file
View File

0
GettingStarted.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
apple-touch-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
build.js Normal file → Executable file
View File

0
css/impress-common.css Normal file → Executable file
View File

0
css/impress-demo.css Normal file → Executable file
View File

0
examples/2D-navigation/css/fonts.css Normal file → Executable file
View File

0
examples/2D-navigation/css/presentation.css Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 646 KiB

After

Width:  |  Height:  |  Size: 646 KiB

0
examples/2D-navigation/index.html Normal file → Executable file
View File

0
examples/3D-positions/index.html Normal file → Executable file
View File

0
examples/3D-rotations/css/3D-rotations.css Normal file → Executable file
View File

0
examples/3D-rotations/css/fonts.css Normal file → Executable file
View File

0
examples/3D-rotations/index.html Normal file → Executable file
View File

0
examples/classic-slides/css/classic-slides.css Normal file → Executable file
View File

0
examples/classic-slides/css/fonts.css Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

0
examples/classic-slides/images/background-title.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
examples/classic-slides/images/background-title.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
examples/classic-slides/images/background.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
examples/classic-slides/images/background.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
examples/classic-slides/index.html Normal file → Executable file
View File

0
examples/cube/css/cube.css Normal file → Executable file
View File

0
examples/cube/css/fonts.css Normal file → Executable file
View File

0
examples/cube/img/Henrik_mustache.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

0
examples/cube/index.html Normal file → Executable file
View File

0
examples/index.html Normal file → Executable file
View File

0
examples/markdown/css/devopsy.css Normal file → Executable file
View File

0
examples/markdown/css/effects.css Normal file → Executable file
View File

0
examples/markdown/css/fonts.css Normal file → Executable file
View File

0
examples/markdown/css/markdown-slides.css Normal file → Executable file
View File

0
examples/markdown/images/3476636111_c551295ca4_b.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

0
examples/markdown/index.html Normal file → Executable file
View File

0
favicon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
index.html Normal file → Executable file
View File

0
js/impress.js Normal file → Executable file
View File

0
karma.conf.js Normal file → Executable file
View File

4933
package-lock.json generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

4
package.json Normal file → Executable file
View File

@@ -30,9 +30,9 @@
},
"devDependencies": {
"eslint": "^6.8.0",
"jscs": "^3.0.7",
"jscs": "^2.1.1",
"jshint": "^2.11.0",
"karma": "^4.4.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-qunit": "^4.0.0",

0
qunit_test_runner.html Normal file → Executable file
View File

0
src/impress.js Normal file → Executable file
View File

0
src/lib/README.md Normal file → Executable file
View File

0
src/lib/gc.js Normal file → Executable file
View File

0
src/lib/rotation.js Normal file → Executable file
View File

0
src/lib/util.js Normal file → Executable file
View File

0
src/plugins/README.md Normal file → Executable file
View File

0
src/plugins/autoplay/autoplay.js Normal file → Executable file
View File

0
src/plugins/blackout/blackout.js Normal file → Executable file
View File

0
src/plugins/extras/README.md Normal file → Executable file
View File

0
src/plugins/extras/extras.js Normal file → Executable file
View File

0
src/plugins/form/form.js Normal file → Executable file
View File

0
src/plugins/fullscreen/fullscreen.js Normal file → Executable file
View File

0
src/plugins/goto/README.md Normal file → Executable file
View File

0
src/plugins/goto/goto.js Normal file → Executable file
View File

0
src/plugins/help/README.md Normal file → Executable file
View File

0
src/plugins/help/help.js Normal file → Executable file
View File

0
src/plugins/impressConsole/README.md Normal file → Executable file
View File

0
src/plugins/impressConsole/impressConsole.js Normal file → Executable file
View File

0
src/plugins/media/media.js Normal file → Executable file
View File

0
src/plugins/mobile/README.md Normal file → Executable file
View File

0
src/plugins/mobile/mobile.js Normal file → Executable file
View File

0
src/plugins/mouse-timeout/README.md Normal file → Executable file
View File

0
src/plugins/mouse-timeout/mouse-timeout.js Normal file → Executable file
View File

0
src/plugins/navigation-ui/README.md Normal file → Executable file
View File

0
src/plugins/navigation-ui/navigation-ui.js Normal file → Executable file
View File

0
src/plugins/navigation/navigation.js Normal file → Executable file
View File

0
src/plugins/navigation/navigation_tests.js Normal file → Executable file
View File

0
src/plugins/progress/README.md Normal file → Executable file
View File

0
src/plugins/progress/progress.js Normal file → Executable file
View File

0
src/plugins/rel/README.md Normal file → Executable file
View File

0
src/plugins/rel/rel.js Normal file → Executable file
View File

0
src/plugins/resize/resize.js Normal file → Executable file
View File

0
src/plugins/skip/README.md Normal file → Executable file
View File

0
src/plugins/skip/skip.js Normal file → Executable file
View File

0
src/plugins/stop/README.md Normal file → Executable file
View File

0
src/plugins/stop/stop.js Normal file → Executable file
View File

0
src/plugins/substep/README.md Normal file → Executable file
View File

0
src/plugins/substep/substep.js Normal file → Executable file
View File

0
src/plugins/toolbar/README.md Normal file → Executable file
View File

0
src/plugins/toolbar/toolbar.js Normal file → Executable file
View File

0
src/plugins/touch/touch.js Normal file → Executable file
View File

0
test/HOWTO.md Normal file → Executable file
View File

0
test/core_tests.js Normal file → Executable file
View File

0
test/core_tests_presentation.html Normal file → Executable file
View File

0
test/helpers.js Normal file → Executable file
View File

0
test/non_default.html Normal file → Executable file
View File

0
test/non_default.js Normal file → Executable file
View File

0
test/plugins/rel/padding_tests.js Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More