Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #1170 | Hakim El Hattab | 2015-03-25 |
| | |||
* | remove variable definitions #1158 | Hakim El Hattab | 2015-03-25 |
| | |||
* | Merge branch 'dev' of https://github.com/bchretien/reveal.js into dev | Hakim El Hattab | 2015-03-25 |
|\ | |||
| * | Fix slide numbering for custom slide number formatting. | Benjamin Chrétien | 2015-03-08 |
| | | | | | | | | Numbering was off when dealing with fragments. | ||
* | | Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev | Hakim El Hattab | 2015-03-25 |
|\ \ | |/ |/| | |||
| * | Update reveal.js | Alexander | 2015-03-19 |
| | | |||
* | | code format | Hakim El Hattab | 2015-03-02 |
| | | |||
* | | Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into dev | Hakim El Hattab | 2015-03-02 |
|\ \ | |||
| * | | Check before calling blur on activeElement. | Jordan Hofker | 2015-02-19 |
| |/ | | | | | | | | | It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception. This protects against that and will only call `.blur()` when `document.activeElement` supports it. | ||
* | | code format | Hakim El Hattab | 2015-02-25 |
| | | |||
* | | Merge pull request #1138 from denehyg/background-video-loop | Hakim El Hattab | 2015-02-25 |
|\ \ | | | | | | | background video loop | ||
| * | | Added option to loop background videos | Greg Denehy | 2015-02-19 |
| |/ | |||
* | | fix progress bar clicks in rtl mode #1131 | Hakim El Hattab | 2015-02-25 |
| | | |||
* | | ensure postmessage data is a string #1143 | Hakim El Hattab | 2015-02-25 |
| | | |||
* | | merge options for parallax step size #733 | Hakim El Hattab | 2015-02-25 |
|\ \ | |||
| * | | add parallax horizontal and vertical properties to enable non-calculated ↵ | Luke Karrys | 2013-11-29 |
| | | | | | | | | | | | | parallax offsets | ||
* | | | fix looped view distance calculation | Hakim El Hattab | 2015-02-09 |
| | | | |||
* | | | prevent iframes from offsetting presentation | Hakim El Hattab | 2015-02-03 |
| | | | |||
* | | | only preload last slides if presentation is looped | Hakim El Hattab | 2015-02-02 |
| | | | |||
* | | | gifs now restart when their slide container is shown | Hakim El Hattab | 2015-01-30 |
| | | | |||
* | | | fix error when exiting overview | Hakim El Hattab | 2015-01-29 |
| | | | |||
* | | | comments | Hakim El Hattab | 2015-01-29 |
| | | | |||
* | | | cleaner approach to applying transforms to slides container | Hakim El Hattab | 2015-01-29 |
| | | | |||
* | | | ensure overview indices are up to date if a slide moves | Hakim El Hattab | 2015-01-28 |
| | | | |||
* | | | cross browser adjustments for overview mode | Hakim El Hattab | 2015-01-27 |
| | | | |||
* | | | further overview refactoring | Hakim El Hattab | 2015-01-27 |
| | | | |||
* | | | refactoring and optimization of overview mode | Hakim El Hattab | 2015-01-26 |
| | | | |||
* | | | fix for #1088 when presentation is not scaled | Hakim El Hattab | 2015-01-19 |
| | | | |||
* | | | apply z position to slide container, rather than individual slides | Hakim El Hattab | 2015-01-17 |
| | | | |||
* | | | no longer set o-transforms | Hakim El Hattab | 2015-01-16 |
| | | | |||
* | | | background images now work in overview mode #1088 | Hakim El Hattab | 2015-01-16 |
| | | | |||
* | | | support for custom slide number formatting #965 | Hakim El Hattab | 2015-01-16 |
| | | | |||
* | | | use getElementByID when looking up linked slides #1086 | Hakim El Hattab | 2015-01-15 |
| |/ |/| | |||
* | | only read textContent for aria callout #1100 | Hakim El Hattab | 2015-01-14 |
| | | |||
* | | always play background video from the start #1049 | Hakim El Hattab | 2015-01-06 |
| | | |||
* | | reveal container size determines progress bar width | Hakim El Hattab | 2015-01-06 |
| | | |||
* | | avoid repetition | Hakim El Hattab | 2015-01-05 |
| | | |||
* | | (c) 2015 | Hakim El Hattab | 2015-01-05 |
| | | |||
* | | remove deprecated data-state background colors | Hakim El Hattab | 2014-12-27 |
| | | |||
* | | change transition defaults | Hakim El Hattab | 2014-12-27 |
| | | |||
* | | remove theme config option #1061 | Hakim El Hattab | 2014-12-18 |
| | | |||
* | | first revision of new default theme #1018 | Hakim El Hattab | 2014-12-10 |
| | | |||
* | | reorder scale condition; if calculated scale is exactly 1 don't apply any ↵ | Hakim El Hattab | 2014-11-08 |
| | | | | | | | | scale styles | ||
* | | add missing condition for recalculating scale | Hakim El Hattab | 2014-11-06 |
| | | |||
* | | ignore calculating scale if only possible outcome is 1 | Hakim El Hattab | 2014-11-05 |
| | | |||
* | | default to slide transitions | Hakim El Hattab | 2014-11-05 |
| | | |||
* | | Do not add video backgrounds to speaker notes. | Jaan Pullerits | 2014-10-24 |
| | | |||
* | | update slide bg example presentation to include iframes and videos #1029 | Hakim El Hattab | 2014-10-17 |
| | | |||
* | | Merge branch 'feature/background-iframe' of ↵ | Hakim El Hattab | 2014-10-17 |
|\ \ | | | | | | | | | | https://github.com/lutangar/reveal.js into dev | ||
| * | | add support for iframe backgrounds | lutangar | 2014-10-09 |
| | | |