aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* fix #1170Hakim El Hattab2015-03-25
|
* remove variable definitions #1158Hakim El Hattab2015-03-25
|
* Merge branch 'dev' of https://github.com/bchretien/reveal.js into devHakim El Hattab2015-03-25
|\
| * Fix slide numbering for custom slide number formatting.Benjamin Chrétien2015-03-08
| | | | | | | | Numbering was off when dealing with fragments.
* | Merge branch 'patch-1' of https://github.com/borrown/reveal.js into devHakim El Hattab2015-03-25
|\ \ | |/ |/|
| * Update reveal.jsAlexander2015-03-19
| |
* | code formatHakim El Hattab2015-03-02
| |
* | Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into devHakim El Hattab2015-03-02
|\ \
| * | Check before calling blur on activeElement.Jordan Hofker2015-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 formatHakim El Hattab2015-02-25
| |
* | Merge pull request #1138 from denehyg/background-video-loopHakim El Hattab2015-02-25
|\ \ | | | | | | background video loop
| * | Added option to loop background videosGreg Denehy2015-02-19
| |/
* | fix progress bar clicks in rtl mode #1131Hakim El Hattab2015-02-25
| |
* | ensure postmessage data is a string #1143Hakim El Hattab2015-02-25
| |
* | merge options for parallax step size #733Hakim El Hattab2015-02-25
|\ \
| * | add parallax horizontal and vertical properties to enable non-calculated ↵Luke Karrys2013-11-29
| | | | | | | | | | | | parallax offsets
* | | fix looped view distance calculationHakim El Hattab2015-02-09
| | |
* | | prevent iframes from offsetting presentationHakim El Hattab2015-02-03
| | |
* | | only preload last slides if presentation is loopedHakim El Hattab2015-02-02
| | |
* | | gifs now restart when their slide container is shownHakim El Hattab2015-01-30
| | |
* | | fix error when exiting overviewHakim El Hattab2015-01-29
| | |
* | | commentsHakim El Hattab2015-01-29
| | |
* | | cleaner approach to applying transforms to slides containerHakim El Hattab2015-01-29
| | |
* | | ensure overview indices are up to date if a slide movesHakim El Hattab2015-01-28
| | |
* | | cross browser adjustments for overview modeHakim El Hattab2015-01-27
| | |
* | | further overview refactoringHakim El Hattab2015-01-27
| | |
* | | refactoring and optimization of overview modeHakim El Hattab2015-01-26
| | |
* | | fix for #1088 when presentation is not scaledHakim El Hattab2015-01-19
| | |
* | | apply z position to slide container, rather than individual slidesHakim El Hattab2015-01-17
| | |
* | | no longer set o-transformsHakim El Hattab2015-01-16
| | |
* | | background images now work in overview mode #1088Hakim El Hattab2015-01-16
| | |
* | | support for custom slide number formatting #965Hakim El Hattab2015-01-16
| | |
* | | use getElementByID when looking up linked slides #1086Hakim El Hattab2015-01-15
| |/ |/|
* | only read textContent for aria callout #1100Hakim El Hattab2015-01-14
| |
* | always play background video from the start #1049Hakim El Hattab2015-01-06
| |
* | reveal container size determines progress bar widthHakim El Hattab2015-01-06
| |
* | avoid repetitionHakim El Hattab2015-01-05
| |
* | (c) 2015Hakim El Hattab2015-01-05
| |
* | remove deprecated data-state background colorsHakim El Hattab2014-12-27
| |
* | change transition defaultsHakim El Hattab2014-12-27
| |
* | remove theme config option #1061Hakim El Hattab2014-12-18
| |
* | first revision of new default theme #1018Hakim El Hattab2014-12-10
| |
* | reorder scale condition; if calculated scale is exactly 1 don't apply any ↵Hakim El Hattab2014-11-08
| | | | | | | | scale styles
* | add missing condition for recalculating scaleHakim El Hattab2014-11-06
| |
* | ignore calculating scale if only possible outcome is 1Hakim El Hattab2014-11-05
| |
* | default to slide transitionsHakim El Hattab2014-11-05
| |
* | Do not add video backgrounds to speaker notes.Jaan Pullerits2014-10-24
| |
* | update slide bg example presentation to include iframes and videos #1029Hakim El Hattab2014-10-17
| |
* | Merge branch 'feature/background-iframe' of ↵Hakim El Hattab2014-10-17
|\ \ | | | | | | | | | https://github.com/lutangar/reveal.js into dev
| * | add support for iframe backgroundslutangar2014-10-09
| | |