Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update dependencies. | Benjamin Tan | 2018-01-22 |
| | |||
* | Merge pull request #2078 from bnjmnt4n/data-background | Hakim El Hattab | 2018-01-22 |
|\ | | | | | Allow `data-background` images to load even if there is whitespace at… | ||
| * | Allow `data-background` images to load even if there is whitespace at the end. | Benjamin Tan | 2018-01-22 |
| | | | | | | | | Fixes #2032. | ||
* | | Merge pull request #2077 from bnjmnt4n/js-load | Hakim El Hattab | 2018-01-22 |
|\ \ | |/ |/| | Allow JS files with query strings to be loaded. | ||
| * | Allow JS files with query strings to be loaded. | Benjamin Tan | 2018-01-22 |
|/ | | | | Fixes #1944. | ||
* | fix missing theme line-height when printing #1967 | Hakim El Hattab | 2017-12-04 |
| | |||
* | prevent cmd+r in notes window since reloading breaks the view #1958 | Hakim El Hattab | 2017-12-04 |
| | |||
* | Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes | Hakim El Hattab | 2017-12-04 |
|\ | | | | | Block F5 in speaker notes window, avoid disconnects | ||
| * | Block F5 in speaker notes window, avoid disconnects | Thomas Weinert | 2017-08-12 |
| | | |||
* | | Merge branch 'patch-1' of https://github.com/keradus/reveal.js into dev | Hakim El Hattab | 2017-12-04 |
|\ \ | |||
| * | | .gitignore - ignore package-lock.json file | Dariusz Rumiński | 2017-12-02 |
| | | | | | | | | | Ignore lock file of newer node versions | ||
* | | | Merge pull request #2045 from jgm/issue2026 | Hakim El Hattab | 2017-12-01 |
|\ \ \ | | | | | | | | | Allow tex2jax options to be passed into math plugin. | ||
| * | | | Allow tex2jax options to be passed into math plugin. | John MacFarlane | 2017-11-29 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2026. This does not change the default behavior of the math plugin, but it allows $ delimiters to be disabled (which is usually what you want, since otherwise normal uses of $ for currency get treated as math delimiters). To use: Reveal.initialize({ math: { tex2jax: { inlineMath: [['\\(','\\)']], skipTags: ['script','noscript','style', 'textarea','pre'] } }, etc. }); | ||
* | | | Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into dev | Hakim El Hattab | 2017-11-29 |
|\ \ \ | |||
| * | | | Fixed issue with getProgress() when called from slidechanged event on edge case | Greg Denehy | 2017-11-25 |
| | | | | |||
* | | | | minor formatting tweaks | Hakim El Hattab | 2017-11-29 |
| | | | | |||
* | | | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | 2017-11-29 |
|\ \ \ \ | |/ / / |/| | | | | | | | into dev | ||
| * | | | Changes to fix failed jshint test related to Key Binding API | Greg Denehy | 2017-04-30 |
| | | | | |||
| * | | | Fixed notes.js to account for upstream updates | Greg Denehy | 2017-04-30 |
| | | | | |||
| * | | | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | 2017-04-30 |
| |\ \ \ | |||
| * | | | | Added description of custom key binding API to readme | Greg Denehy | 2017-04-30 |
| | | | | | |||
| * | | | | Changed custom key binding config properties to use 'keyCode' instead of 'code' | Greg Denehy | 2017-04-30 |
| | | | | | |||
| * | | | | Pass through key event when calling keyboardCondition() to allow conditional ↵ | Greg Denehy | 2017-04-30 |
| | | | | | | | | | | | | | | | | | | | | function to filter on key codes | ||
| * | | | | Added programatic support for custom key bindings with optional descriptions ↵ | Greg Denehy | 2017-04-30 |
| | | | | | | | | | | | | | | | | | | | | to be added to the help screen | ||
* | | | | | optimize use of getSlideBackground by avoiding index lookup | Hakim El Hattab | 2017-11-23 |
| |_|/ / |/| | | | |||
* | | | | add inline and external markdown images to example #2039 | Hakim El Hattab | 2017-11-23 |
| | | | | |||
* | | | | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | 2017-11-22 |
| | | | | |||
* | | | | 3.6.0 | Hakim El Hattab | 2017-11-22 |
| | | | | |||
* | | | | make it possible to load/unload slides via the api | Hakim El Hattab | 2017-11-21 |
| | | | | |||
* | | | | simplify logic for finding slide backgrounds | Hakim El Hattab | 2017-11-21 |
| | | | | |||
* | | | | Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into dev | Hakim El Hattab | 2017-11-09 |
|\ \ \ \ | |||
| * | | | | Prevent text-transform inside code tags | Sean Fairchild | 2017-09-06 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-11-09 |
|\ \ \ \ \ | |||
| * \ \ \ \ | Merge pull request #1983 from ssfrr/patch-1 | Hakim El Hattab | 2017-11-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | adds note about necessary markdown scripts to README | ||
| | * | | | | | adds note about necessary markdown scripts to README | Spencer Russell | 2017-09-11 |
| | |/ / / / | |||
| * | | | | | Merge pull request #2017 from hoeggi/patch-1 | Hakim El Hattab | 2017-11-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update README.md | ||
| | * | | | | | Update README.md | hoeggi | 2017-10-28 |
| | |/ / / / | |||
| * | | | | | Merge pull request #1957 from crowchirp/patch-1 | Hakim El Hattab | 2017-11-09 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | corrected minor typo in readme file | ||
| | * | | | | corrected minor typo in readme file | Chandan Rai | 2017-08-10 |
| |/ / / / | |||
* | | | | | Merge pull request #2029 from lechten/export-isSpeakerNotes | Hakim El Hattab | 2017-11-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Export isSpeakerNotes | ||
| * | | | | | Export isSpeakerNotes | Jens Lechtenbörger | 2017-11-05 |
| | |_|_|/ | |/| | | | |||
* | | | | | reconfiguring no longer unloads iframes on current slide | Hakim El Hattab | 2017-11-09 |
| | | | | | |||
* | | | | | Merge pull request #2030 from lechten/registersearchkey | Hakim El Hattab | 2017-11-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Register search key shortcut for help overlay | ||
| * | | | | | Register search key shortcut for help overlay | Jens Lechtenbörger | 2017-11-05 |
| |/ / / / | |||
* | | | | | allow to be called directly before or after (closes #2021) | Hakim El Hattab | 2017-11-09 |
| | | | | | |||
* | | | | | always show media controls on mobile devices | Hakim El Hattab | 2017-10-04 |
| | | | | | |||
* | | | | | support negative values in query config overrides | Hakim El Hattab | 2017-09-07 |
|/ / / / | |||
* | | | | add option for disabling all forms of auto-sliding | Hakim El Hattab | 2017-07-27 |
| | | | | |||
* | | | | localstorage feature test in notes plugin, fixes speaker view error in safari | Hakim El Hattab | 2017-07-13 |
| | | | | |||
* | | | | zoom.js works on main wrapper element | Hakim El Hattab | 2017-06-19 |
| | | | |