summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
2015-05-04lazy-load iframes only for current slide, unload when hiddenHakim El Hattab
2015-05-04lazy loading fallback also considers iframesHakim El Hattab
2015-03-25fix #1170Hakim El Hattab
2015-03-25remove variable definitions #1158Hakim El Hattab
2015-03-25Merge branch 'dev' of https://github.com/bchretien/reveal.js into devHakim El Hattab
2015-03-25Merge branch 'patch-1' of https://github.com/borrown/reveal.js into devHakim El Hattab
2015-03-19Update reveal.jsAlexander
2015-03-08Fix slide numbering for custom slide number formatting.Benjamin Chrétien
2015-03-02code formatHakim El Hattab
2015-03-02Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into devHakim El Hattab
2015-02-25code formatHakim El Hattab
2015-02-25Merge pull request #1138 from denehyg/background-video-loopHakim El Hattab
2015-02-25fix progress bar clicks in rtl mode #1131Hakim El Hattab
2015-02-25ensure postmessage data is a string #1143Hakim El Hattab
2015-02-25merge options for parallax step size #733Hakim El Hattab
2015-02-19Check before calling blur on activeElement.Jordan Hofker
2015-02-19Added option to loop background videosGreg Denehy
2015-02-09fix looped view distance calculationHakim El Hattab
2015-02-03prevent iframes from offsetting presentationHakim El Hattab
2015-02-02only preload last slides if presentation is loopedHakim El Hattab
2015-01-30gifs now restart when their slide container is shownHakim El Hattab
2015-01-29fix error when exiting overviewHakim El Hattab
2015-01-29commentsHakim El Hattab
2015-01-29cleaner approach to applying transforms to slides containerHakim El Hattab
2015-01-28ensure overview indices are up to date if a slide movesHakim El Hattab
2015-01-27cross browser adjustments for overview modeHakim El Hattab
2015-01-27further overview refactoringHakim El Hattab
2015-01-26refactoring and optimization of overview modeHakim El Hattab
2015-01-19fix for #1088 when presentation is not scaledHakim El Hattab
2015-01-17apply z position to slide container, rather than individual slidesHakim El Hattab
2015-01-16no longer set o-transformsHakim El Hattab
2015-01-16background images now work in overview mode #1088Hakim El Hattab
2015-01-16support for custom slide number formatting #965Hakim El Hattab
2015-01-15use getElementByID when looking up linked slides #1086Hakim El Hattab
2015-01-14only read textContent for aria callout #1100Hakim El Hattab
2015-01-06always play background video from the start #1049Hakim El Hattab
2015-01-06reveal container size determines progress bar widthHakim El Hattab
2015-01-05avoid repetitionHakim El Hattab
2015-01-05(c) 2015Hakim El Hattab
2014-12-27remove deprecated data-state background colorsHakim El Hattab
2014-12-27change transition defaultsHakim El Hattab
2014-12-18remove theme config option #1061Hakim El Hattab
2014-12-10first revision of new default theme #1018Hakim El Hattab
2014-11-08reorder scale condition; if calculated scale is exactly 1 don't apply any sca...Hakim El Hattab
2014-11-06add missing condition for recalculating scaleHakim El Hattab
2014-11-05ignore calculating scale if only possible outcome is 1Hakim El Hattab
2014-11-05default to slide transitionsHakim El Hattab
2014-10-24Do not add video backgrounds to speaker notes.Jaan Pullerits
2014-10-17update slide bg example presentation to include iframes and videos #1029Hakim El Hattab
2014-10-17Merge branch 'feature/background-iframe' of https://github.com/lutangar/revea...Hakim El Hattab
2014-10-16fix navigatePrev in rtl mode #1030Hakim El Hattab
2014-10-16remove styles from #1030, simplify navigatePrevHakim El Hattab
2014-10-16continue auto-sliding through fragments on last slide #974Hakim El Hattab
2014-10-11Fix RTL Navigation with space barIra Abramov
2014-10-09add support for iframe backgroundslutangar
2014-09-10cleanup classes when backgrounds are syncedHakim El Hattab
2014-09-10rgba color parsing support, ignore brightness of transparent colorsHakim El Hattab
2014-09-10has-dark-backgroundHakim El Hattab
2014-09-09bubble has-light-background to .reveal containerHakim El Hattab
2014-09-09is-light-background -> has-light-background, doesn't apply to background itselfHakim El Hattab
2014-09-09use computed style when calculating bg birghtnessHakim El Hattab
2014-09-09add is-background-light class to slides/backgrounds that are > 128 brightnessHakim El Hattab
2014-09-09util methods for calculating color brightnessHakim El Hattab
2014-09-06fix current fragment index check when multiple fragments have same indexHakim El Hattab
2014-09-04fix previewLinks targetHakim El Hattab
2014-08-12the paused mode can now be disabled via the 'pause' config optionHakim El Hattab
2014-07-06listen for touch + click on all devices except androidHakim El Hattab
2014-06-28fix double-navigation on touch for some android systemsHakim El Hattab
2014-06-25fix npeHakim El Hattab
2014-06-25prevent additional inaccurate showSlide callsHakim El Hattab
2014-06-25prevent incorrect showSlide calls at startupHakim El Hattab
2014-06-18more specific targeting for pdf printing hackHakim El Hattab
2014-06-18only allow text in aria status divHakim El Hattab
2014-06-16config option for disabling the help overlayHakim El Hattab
2014-06-12fix append to existing embed queryHakim El Hattab
2014-06-12vimeo support for autoplay/pauseHakim El Hattab
2014-06-12rewrite youtube iframe embeds to force ?enablejsapi=1 (fixes #856)Hakim El Hattab
2014-06-09toggle instead of always showing the help overlay when ? is pressedHakim El Hattab
2014-06-09adjust list of displayed key shortcuts #943Hakim El Hattab
2014-06-09merge and tweak key shortcuts overlay #943Hakim El Hattab
2014-06-09Merge branch 'keyboard_shortcuts_overlay' of https://github.com/navateja/reve...Hakim El Hattab
2014-06-09don't trim aria statusHakim El Hattab
2014-06-09merge and tweak screen reader support #854Hakim El Hattab
2014-06-09Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlaynavateja
2014-06-09creates a new branch for the featurenavateja
2014-06-08Shows keyboard shorcuts overlay on pressing question marknava teja
2014-06-05typo #938Hakim El Hattab
2014-06-05write current hash when history is toggled on #934Hakim El Hattab
2014-05-30fix search & replace errorHakim El Hattab
2014-05-29adjust check for focused text inputsHakim El Hattab
2014-05-24limit scope of all slide selectors, avoids multiple .reveal classes on one pa...Hakim El Hattab
2014-05-21only use zoom to scale in chromeHakim El Hattab
2014-05-20fix data-autoplay on first slideHakim El Hattab
2014-05-20validate named links according to html id spec #914Hakim El Hattab
2014-05-17relax keyboard blocking condition #899Hakim El Hattab
2014-05-14Merge branch 'fix-isFirstSlide' of https://github.com/fabianorosas/reveal.js ...Hakim El Hattab
2014-05-10fix bug in retrieval or background images while in pdf modeHakim El Hattab
2014-05-09== --> ===fabiano
2014-05-09fixed a problem in the function isFirstSlidefabiano
2014-05-07fix edge case in singleton node creationHakim El Hattab