aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
...
* | modifications to #951Hakim El Hattab2015-09-10
| |
* | Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js ↵Hakim El Hattab2015-09-10
|\ \ | | | | | | | | | into dev
| * | Fix testsCalyhre2014-06-18
| | |
| * | Add ability to prevent swipe for specific elementsCalyhre2014-06-18
| | |
* | | fix pdf print when showNotes is disabledHakim El Hattab2015-09-10
| | |
* | | print notes to pdf when is enabled #304Hakim El Hattab2015-09-10
| | |
* | | add getSlideNotes API method and testsHakim El Hattab2015-09-10
| | |
* | | dont show notes container when printing pdfHakim El Hattab2015-09-09
| | |
* | | ability to share presentation with speaker notes #304Hakim El Hattab2015-09-09
| | |
* | | formattingHakim El Hattab2015-09-02
| | |
* | | Merge pull request #1310 from teawithfruit/patch-1Hakim El Hattab2015-09-02
|\ \ \ | | | | | | | | solves early access error with video element
| * | | solves early access error with video elementteawithfruit2015-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 devHakim El Hattab2015-09-02
|\ \ \ \
| * | | | Update reveal.jsgruber762015-08-03
| | | | | | | | | | | | | | | Removed toLowerCase call
* | | | | avoid duplicate varHakim El Hattab2015-08-14
| | | | |
* | | | | simplifyHakim El Hattab2015-08-14
| | | | |
* | | | | fix object.keys call on non-objectHakim El Hattab2015-08-14
| | | | |
* | | | | only use zoom to scale presentations up, fixes shifts in text layoutHakim El Hattab2015-08-03
| |/ / / |/| | |
* | | | Merge branch 'controls-buttons-a11y' of ↵Hakim El Hattab2015-07-07
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/marcysutton/reveal.js into dev
| * | | | accessibility: controls as buttons, not divsmarcysutton2015-06-05
| |/ / /
* | | | merge #959 with minor tweaksHakim El Hattab2015-06-03
|\ \ \ \ | |/ / / |/| | |
| * | | Listen to custom mapped togglePause keysDavid Banham2014-06-25
| | | | | | | | | | | | | | | | This resolves issue #941
* | | | consider lazy loaded iframes when formatting srcHakim El Hattab2015-05-08
| | | |
* | | | fix iframe unload in firefoxHakim El Hattab2015-05-07
| | | |
* | | | iframe postmesssage api works with lazy loaded iframesHakim El Hattab2015-05-07
| | | |
* | | | sync starts playing new embedded contentHakim El Hattab2015-05-06
| | | |
* | | | type check to ensure we don't call media api before media has loadedHakim El Hattab2015-05-06
| | | |
* | | | fix lazy load selector errorHakim El Hattab2015-05-06
| | | |
* | | | typoHakim El Hattab2015-05-04
| | | |
* | | | lazy-load iframes only for current slide, unload when hiddenHakim El Hattab2015-05-04
| | | |
* | | | lazy loading fallback also considers iframesHakim El Hattab2015-05-04
| | | |
* | | | 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
| | | | |