Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | update deserialize regex to work with decimals | Hakim El Hattab | 2017-02-08 | |
| | | | ||||
* | | | adjust comment for display config value #1325 | Hakim El Hattab | 2017-02-02 | |
| | | | ||||
* | | | Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into dev | Hakim El Hattab | 2017-02-02 | |
|\ \ \ | ||||
| * | | | resolves #1324 allow display property to be configured | Dan Allen | 2015-08-07 | |
| | | | | | | | | | | | | | | | | - allow display property apply to current slide to be configured | |||
* | | | | Merge pull request #1644 from rajgoel/dev | Hakim El Hattab | 2017-01-31 | |
|\ \ \ \ | | | | | | | | | | | Turn off preview links locally | |||
| * | | | | Allow switching off preview links | Asvin Goel | 2016-07-21 | |
| | | | | | | | | | | | | | | | The data-preview-link=false tag can be used to switch off preview links | |||
* | | | | | make background videos work on ipad #1778 | Hakim El Hattab | 2017-01-31 | |
| | | | | | ||||
* | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-01-25 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||
| * | | | | 3.4.1 | Hakim El Hattab | 2017-01-25 | |
| | | | | | ||||
| * | | | | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | 2017-01-25 | |
| | | | | | ||||
| * | | | | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | 2017-01-24 | |
| | | | | | ||||
| * | | | | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | 2017-01-24 | |
| | | | | | ||||
* | | | | | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | 2017-01-25 | |
| | | | | | ||||
* | | | | | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | 2017-01-24 | |
| | | | | | ||||
* | | | | | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | 2017-01-24 | |
| | | | | | ||||
* | | | | | Merge pull request #1768 from demoneaux/background-images | Hakim El Hattab | 2017-01-23 | |
|\ \ \ \ \ | | | | | | | | | | | | | Allow background images without protocols to have query hashes/parameters. | |||
| * | | | | | Allow background images without protocols to have query hashes/parameters. | Benjamin Tan | 2016-12-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #1603. | |||
* | | | | | | 2017 | Hakim El Hattab | 2017-01-20 | |
| | | | | | | ||||
* | | | | | | remove unused argument | Hakim El Hattab | 2017-01-19 | |
| | | | | | | ||||
* | | | | | | works with video, defaults to (same as for images) | Hakim El Hattab | 2017-01-18 | |
| | | | | | | ||||
* | | | | | | fix race condition by updating backgrounds after slide visibility | Hakim El Hattab | 2017-01-17 | |
| | | | | | | ||||
* | | | | | | prevent autoplaying backgrounds from playing if slide is hidden | Hakim El Hattab | 2017-01-17 | |
| | | | | | | ||||
* | | | | | | wait for in-slide video/audio to load before playing, reuse same autoplay ↵ | Hakim El Hattab | 2017-01-16 | |
| |/ / / / |/| | | | | | | | | | | | | | | logic for slide backgrounds | |||
* | | | | | 3.4.0 | Hakim El Hattab | 2017-01-10 | |
| | | | | | ||||
* | | | | | don't show error message while iframe fades in #1577 | Hakim El Hattab | 2016-12-13 | |
| | | | | | ||||
* | | | | | Merge branch 'add-refused-to-display-tips-to-link-preview' of ↵ | Hakim El Hattab | 2016-12-13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | https://github.com/Huxpro/reveal.js into dev | |||
| * | | | | add refused-to-display tips in link-preview-overlay | 黄玄 | 2016-05-02 | |
| | | | | | ||||
* | | | | | add pdf-ready event; dispatched when the presentation is laid out and ready ↵ | Hakim El Hattab | 2016-11-09 | |
| | | | | | | | | | | | | | | | | | | | | to print | |||
* | | | | | remove unused dom lookup | Hakim El Hattab | 2016-10-06 | |
| | | | | | ||||
* | | | | | fix merge conflict for #1634 | Hakim El Hattab | 2016-10-05 | |
|\ \ \ \ \ | ||||
| * | | | | | Update JSDocs and fix typos | Charles Grigg | 2016-06-29 | |
| | | | | | | ||||
* | | | | | | code format tweaks | Hakim El Hattab | 2016-10-05 | |
| | | | | | | ||||
* | | | | | | only use nodeType 1 and 3 (only relevant types) | Maarten Schroeven | 2016-10-05 | |
| | | | | | | ||||
* | | | | | | limit text written to the status div | Maarten Schroeven | 2016-10-05 | |
| | | | | | | ||||
* | | | | | | remove issue comment | Hakim El Hattab | 2016-10-05 | |
| | | | | | | ||||
* | | | | | | ignore delta=0 mousewheel event | Gerald | 2016-10-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fix #1607 | |||
* | | | | | | prevent exception when initializing with no slides #1678 #1679 | Hakim El Hattab | 2016-10-05 | |
| | | | | | | ||||
* | | | | | | autoSlide duration with playbackRate | chadmorrow | 2016-10-05 | |
| | | | | | | | | | | | | | | | | | | The autoSlide duration of media elements with data-autoplay now takes the playbackRate of said media element into account when setting the duration so that autoSlide and the media element stay in sync. | |||
* | | | | | | Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev | Hakim El Hattab | 2016-10-05 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Logitech R400 on Ubuntu blackout button support | James Roper | 2016-10-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Ubuntu 16.04, the Logitech R400's blackout button gets mapped to 'v' (keyCode 86). I don't know why this is, but since nothing else is currently using 'v', this allows it to be supported out of the box. | |||
| * | | | | | | request fullscreen on documentElement instead of body (#1621 #1624) | Hakim El Hattab | 2016-06-21 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | autoplay support for content inside of fragments | Hakim El Hattab | 2016-09-20 | |
| |_|/ / / |/| | | | | ||||
* | | | | | null computed style to avoid npe | Hakim El Hattab | 2016-07-04 | |
| | | | | | ||||
* | | | | | null check to avoid occasional npe | Hakim El Hattab | 2016-07-04 | |
| | | | | | ||||
* | | | | | ready flag on .reveal container | Hakim El Hattab | 2016-07-01 | |
| |/ / / |/| | | | ||||
* | | | | use first fragment's data-autoslide value when there is no current fragment | Hakim El Hattab | 2016-06-27 | |
| | | | | ||||
* | | | | remove unused dom reference | Hakim El Hattab | 2016-06-22 | |
| | | | | ||||
* | | | | move speaker notes into page container when printing pdf | Hakim El Hattab | 2016-06-21 | |
| | | | | ||||
* | | | | request fullscreen on documentElement instead of body (#1621 #1624) | Hakim El Hattab | 2016-06-21 | |
| | | | | ||||
* | | | | increase default font sizes, adjust config defaults for less margings and ↵ | Hakim El Hattab | 2016-06-10 | |
| | | | | | | | | | | | | | | | | larger max scale #1605 |