Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | modifications to #951 | Hakim El Hattab | 2015-09-10 | |
| | | ||||
* | | Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js ↵ | Hakim El Hattab | 2015-09-10 | |
|\ \ | | | | | | | | | | into dev | |||
| * | | Fix tests | Calyhre | 2014-06-18 | |
| | | | ||||
| * | | Add ability to prevent swipe for specific elements | Calyhre | 2014-06-18 | |
| | | | ||||
* | | | fix pdf print when showNotes is disabled | Hakim El Hattab | 2015-09-10 | |
| | | | ||||
* | | | print notes to pdf when is enabled #304 | Hakim El Hattab | 2015-09-10 | |
| | | | ||||
* | | | add getSlideNotes API method and tests | Hakim El Hattab | 2015-09-10 | |
| | | | ||||
* | | | dont show notes container when printing pdf | Hakim El Hattab | 2015-09-09 | |
| | | | ||||
* | | | ability to share presentation with speaker notes #304 | Hakim El Hattab | 2015-09-09 | |
| | | | ||||
* | | | formatting | Hakim El Hattab | 2015-09-02 | |
| | | | ||||
* | | | Merge pull request #1310 from teawithfruit/patch-1 | Hakim El Hattab | 2015-09-02 | |
|\ \ \ | | | | | | | | | solves early access error with video element | |||
| * | | | solves early access error with video element | teawithfruit | 2015-07-21 | |
| | | | | | | | | | | | | This will maybe solve the "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" error in firefox. | |||
* | | | | Merge branch 'master' of https://github.com/gruber76/reveal.js into dev | Hakim El Hattab | 2015-09-02 | |
|\ \ \ \ | ||||
| * | | | | Update reveal.js | gruber76 | 2015-08-03 | |
| | | | | | | | | | | | | | | | Removed toLowerCase call | |||
* | | | | | avoid duplicate var | Hakim El Hattab | 2015-08-14 | |
| | | | | | ||||
* | | | | | simplify | Hakim El Hattab | 2015-08-14 | |
| | | | | | ||||
* | | | | | fix object.keys call on non-object | Hakim El Hattab | 2015-08-14 | |
| | | | | | ||||
* | | | | | only use zoom to scale presentations up, fixes shifts in text layout | Hakim El Hattab | 2015-08-03 | |
| |/ / / |/| | | | ||||
* | | | | Merge branch 'controls-buttons-a11y' of ↵ | Hakim El Hattab | 2015-07-07 | |
|\ \ \ \ | | | | | | | | | | | | | | | | https://github.com/marcysutton/reveal.js into dev | |||
| * | | | | accessibility: controls as buttons, not divs | marcysutton | 2015-06-05 | |
| |/ / / | ||||
* | | | | merge #959 with minor tweaks | Hakim El Hattab | 2015-06-03 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | Listen to custom mapped togglePause keys | David Banham | 2014-06-25 | |
| | | | | | | | | | | | | | | | | This resolves issue #941 | |||
* | | | | consider lazy loaded iframes when formatting src | Hakim El Hattab | 2015-05-08 | |
| | | | | ||||
* | | | | fix iframe unload in firefox | Hakim El Hattab | 2015-05-07 | |
| | | | | ||||
* | | | | iframe postmesssage api works with lazy loaded iframes | Hakim El Hattab | 2015-05-07 | |
| | | | | ||||
* | | | | sync starts playing new embedded content | Hakim El Hattab | 2015-05-06 | |
| | | | | ||||
* | | | | type check to ensure we don't call media api before media has loaded | Hakim El Hattab | 2015-05-06 | |
| | | | | ||||
* | | | | fix lazy load selector error | Hakim El Hattab | 2015-05-06 | |
| | | | | ||||
* | | | | typo | Hakim El Hattab | 2015-05-04 | |
| | | | | ||||
* | | | | lazy-load iframes only for current slide, unload when hidden | Hakim El Hattab | 2015-05-04 | |
| | | | | ||||
* | | | | lazy loading fallback also considers iframes | Hakim El Hattab | 2015-05-04 | |
| | | | | ||||
* | | | | 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 | |
| | | | | |