aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update dependencies.Benjamin Tan2018-01-22
|
* Merge pull request #2078 from bnjmnt4n/data-backgroundHakim El Hattab2018-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 Tan2018-01-22
| | | | | | | | Fixes #2032.
* | Merge pull request #2077 from bnjmnt4n/js-loadHakim El Hattab2018-01-22
|\ \ | |/ |/| Allow JS files with query strings to be loaded.
| * Allow JS files with query strings to be loaded.Benjamin Tan2018-01-22
|/ | | | Fixes #1944.
* fix missing theme line-height when printing #1967Hakim El Hattab2017-12-04
|
* prevent cmd+r in notes window since reloading breaks the view #1958Hakim El Hattab2017-12-04
|
* Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notesHakim El Hattab2017-12-04
|\ | | | | Block F5 in speaker notes window, avoid disconnects
| * 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
| | | | | | | | | Ignore lock file of newer node versions
* | | Merge pull request #2045 from jgm/issue2026Hakim El Hattab2017-12-01
|\ \ \ | | | | | | | | Allow tex2jax options to be passed into math plugin.
| * | | Allow tex2jax options to be passed into math plugin.John MacFarlane2017-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 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 ↵Hakim El Hattab2017-11-29
|\ \ \ \ | |/ / / |/| | | | | | | into dev
| * | | 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
| | | | | | | | | | | | | | | | | | | | function to filter on key codes
| * | | | Added programatic support for custom key bindings with optional descriptions ↵Greg Denehy2017-04-30
| | | | | | | | | | | | | | | | | | | | to be added to the help screen
* | | | | optimize use of getSlideBackground by avoiding index lookupHakim El Hattab2017-11-23
| |_|/ / |/| | |
* | | | 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 README
| | * | | | | 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.md
| | * | | | | Update README.mdhoeggi2017-10-28
| | |/ / / /
| * | | | | Merge pull request #1957 from crowchirp/patch-1Hakim El Hattab2017-11-09
| |\ \ \ \ \ | | |/ / / / | |/| | | | corrected minor typo in readme file
| | * | | | corrected minor typo in readme fileChandan Rai2017-08-10
| |/ / / /
* | | | | Merge pull request #2029 from lechten/export-isSpeakerNotesHakim El Hattab2017-11-09
|\ \ \ \ \ | | | | | | | | | | | | Export isSpeakerNotes
| * | | | | 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 overlay
| * | | | | 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
| | | |