aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | Block F5 in speaker notes window, avoid disconnectsThomas Weinert2017-08-12
* | | | | | | Merge branch 'patch-1' of https://github.com/keradus/reveal.js into devHakim El Hattab2017-12-04
|\ \ \ \ \ \ \
| * | | | | | | .gitignore - ignore package-lock.json fileDariusz Rumiński2017-12-02
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2045 from jgm/issue2026Hakim El Hattab2017-12-01
|\ \ \ \ \ \ \
| * | | | | | | Allow tex2jax options to be passed into math plugin.John MacFarlane2017-11-29
| |/ / / / / /
* | | | | | | Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into devHakim El Hattab2017-11-29
|\ \ \ \ \ \ \
| * | | | | | | Fixed issue with getProgress() when called from slidechanged event on edge caseGreg Denehy2017-11-25
* | | | | | | | minor formatting tweaksHakim El Hattab2017-11-29
* | | | | | | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js in...Hakim El Hattab2017-11-29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Changes to fix failed jshint test related to Key Binding APIGreg Denehy2017-04-30
| * | | | | | | Fixed notes.js to account for upstream updatesGreg Denehy2017-04-30
| * | | | | | | Merge branch 'dev' into plugin-key-bindingsGreg Denehy2017-04-30
| |\ \ \ \ \ \ \
| * | | | | | | | Added description of custom key binding API to readmeGreg Denehy2017-04-30
| * | | | | | | | Changed custom key binding config properties to use 'keyCode' instead of 'code'Greg Denehy2017-04-30
| * | | | | | | | Pass through key event when calling keyboardCondition() to allow conditional ...Greg Denehy2017-04-30
| * | | | | | | | Added programatic support for custom key bindings with optional descriptions ...Greg Denehy2017-04-30
* | | | | | | | | optimize use of getSlideBackground by avoiding index lookupHakim El Hattab2017-11-23
| |_|/ / / / / / |/| | | | | | |
| | | | | | | * Made one based indexing optionalSean Parent2018-03-23
| | | | | | | * Adding support for hash linked slideNumberSean Parent2018-03-21
| | | | | | |/ | | | | | |/|
| | | | | * | Docs: add note on how to enable/disable preview links individually.Benjamin Tan2018-02-07
| | | | | * | Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan2018-02-06
| | | | | * | Docs: avoid recommending global Grunt installation.Benjamin Tan2018-02-06
| | | | | * | Docs: Add note about Windows carriage returns.Benjamin Tan2018-02-06
| |_|_|_|/ / |/| | | | |
* | | | | | add inline and external markdown images to example #2039Hakim El Hattab2017-11-23
* | | | | | lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab2017-11-22
* | | | | | 3.6.0Hakim El Hattab2017-11-22
* | | | | | make it possible to load/unload slides via the apiHakim El Hattab2017-11-21
* | | | | | simplify logic for finding slide backgroundsHakim El Hattab2017-11-21
* | | | | | Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into devHakim El Hattab2017-11-09
|\ \ \ \ \ \
| * | | | | | Prevent text-transform inside code tagsSean Fairchild2017-09-06
* | | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-11-09
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #1983 from ssfrr/patch-1Hakim El Hattab2017-11-09
| |\ \ \ \ \ \
| | * | | | | | adds note about necessary markdown scripts to READMESpencer Russell2017-09-11
| | |/ / / / /
| * | | | | | Merge pull request #2017 from hoeggi/patch-1Hakim El Hattab2017-11-09
| |\ \ \ \ \ \
| | * | | | | | Update README.mdhoeggi2017-10-28
| | |/ / / / /
| * | | | | | Merge pull request #1957 from crowchirp/patch-1Hakim El Hattab2017-11-09
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | corrected minor typo in readme fileChandan Rai2017-08-10
| |/ / / / /
* | | | | | Merge pull request #2029 from lechten/export-isSpeakerNotesHakim El Hattab2017-11-09
|\ \ \ \ \ \
| * | | | | | Export isSpeakerNotesJens Lechtenbörger2017-11-05
| | |_|_|/ / | |/| | | |
* | | | | | reconfiguring no longer unloads iframes on current slideHakim El Hattab2017-11-09
* | | | | | Merge pull request #2030 from lechten/registersearchkeyHakim El Hattab2017-11-09
|\ \ \ \ \ \
| * | | | | | Register search key shortcut for help overlayJens Lechtenbörger2017-11-05
| |/ / / / /
* | | | | | allow to be called directly before or after (closes #2021)Hakim El Hattab2017-11-09
* | | | | | always show media controls on mobile devicesHakim El Hattab2017-10-04
* | | | | | support negative values in query config overridesHakim El Hattab2017-09-07
|/ / / / /
* | | | | add option for disabling all forms of auto-slidingHakim El Hattab2017-07-27
* | | | | localstorage feature test in notes plugin, fixes speaker view error in safariHakim El Hattab2017-07-13
* | | | | zoom.js works on main wrapper elementHakim El Hattab2017-06-19
* | | | | zoom.js uses ctrl+click for linux, alt+click for others #1909Hakim El Hattab2017-06-19
* | | | | simplify point zoom, switch back to alt + click shortcut for os x support #1909Hakim El Hattab2017-06-19