summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2016-07-04null computed style to avoid npeHakim El Hattab
2016-07-04null check to avoid occasional npeHakim El Hattab
2016-07-01ready flag on .reveal containerHakim El Hattab
2016-06-27use first fragment's data-autoslide value when there is no current fragmentHakim El Hattab
2016-06-22remove unused dom referenceHakim El Hattab
2016-06-21move speaker notes into page container when printing pdfHakim El Hattab
2016-06-21request fullscreen on documentElement instead of body (#1621 #1624)Hakim El Hattab
2016-06-10increase default font sizes, adjust config defaults for less margings and ↵Hakim El Hattab
larger max scale #1605
2016-06-10prevent repeated initialization #1616Hakim El Hattab
2016-06-10add showHelp to api #1611Hakim El Hattab
2016-05-26include layout for notes outside of pdf exportsHakim El Hattab
2016-05-26support for 'separate-page' layout for notes in PDF exports #1518Hakim El Hattab
2016-05-23code formatHakim El Hattab
2016-05-23Merge pull request #1585 from jasonkiss/feature/disabled-buttonsHakim El Hattab
set/remove @disabled on navigation buttons
2016-05-23ocdHakim El Hattab
2016-05-23Merge pull request #1586 from jasonkiss/feature/accessible-speaker-notesHakim El Hattab
make speaker notes keyboard accessible
2016-05-10make speaker notes keyboard accessibleJason Kiss
Places div.speaker-notes in default kbd Tab order, and when focused, prevent slide navigation with up/down arrows, allowing up/down arrow keys to scroll div.speaker-notes.
2016-05-10set/remove @disabled on navigation buttonsJason Kiss
Keeps disabled buttons out of kbd tab order and indicates to assistive tech like screen readers that button is disabled. Otherwise buttons that aren’t enabled remain in kbd Tab order and screen readers announce them as buttons, but they don’t work.
2016-04-28fix pdf bg layering, simplify codeHakim El Hattab
2016-04-28make max pages per slide limit configurableHakim El Hattab
2016-04-28prevent pages from overflowing when printing to pdfHakim El Hattab
2016-04-27use scrollHeight instead of custom measurementHakim El Hattab
2016-04-183.3.0Hakim El Hattab
2016-04-13Merge branch '1549' of https://github.com/RopoMen/reveal.js into devHakim El Hattab
2016-04-13overview now works with percentage based width/height #1247Hakim El Hattab
2016-04-08Fixes #1549, now UA match is limiting out MS Edge and Chrome detection is ↵Markku Roponen
improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
2016-04-07generalize scroll offset preventionHakim El Hattab
2016-03-20add 'shuffle' config value and API method #1506 #1089Hakim El Hattab
2016-02-29use css to scale slides up in safariHakim El Hattab
2016-01-08tweak implementation of #1376Hakim El Hattab
2016-01-08include speaker view keyboard shortcut when applicable #1466Hakim El Hattab
2016-01-08expose version number through #1451Hakim El Hattab
2016-01-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-04:copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab
2015-12-03add option to mute background videos (updated)Razvan Caliman
2015-11-19tweakHakim El Hattab
2015-11-192x playback controls for retina displaysHakim El Hattab
2015-11-19add autoSlideMethod to default configHakim El Hattab
2015-11-19Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-11-19Fix build errorMichiK
2015-11-19Add a more flexible autoSlideMethod optionMichiK
Auto-sliding will now use the method specified in the config if it is a function or default to navigateNext.
2015-11-19simplify condition #1434Hakim El Hattab
2015-11-18Add autoSlideRight optionMichiK
When the autoSlideRight config option is active, the auto-sliding will always navigate to the right and never down even if slides are present there. This allows hidden "bonus slides" in presentations which can be displayed as needed but won't show up automatically.
2015-11-13check for 0 division, stops parallax failing if only the single horizontal ↵Mike Mellor
slide and multiple vertical
2015-10-29tweak how speaker notes look in pdf exportsHakim El Hattab
2015-10-29hide slide number element when disabledHakim El Hattab
2015-10-29one more slide number formatHakim El Hattab
2015-10-29slide numbers work in pdf exports, update slide number styleHakim El Hattab
2015-10-29change slide number formatsHakim El Hattab
2015-09-29UPDATED - Improvement on spaces and indentationAlex Batista
2015-09-29UPDATED - Improvement on spaces and indentationAlex Batista
2015-09-29UPDATED - Improvement of code. Now none flag is used, but the readyState ↵Alex Batista
property from video element
2015-09-29Improvement of code. Now none flag is used, but the readyState property ↵Alex Batista
from video element
2015-09-28bug fix - when the first section has a background-video, the vido do not ↵Alex Batista
execute. Now, it's work
2015-09-10prevent swipes on speaker notesHakim El Hattab
2015-09-10modifications to #951Hakim El Hattab
2015-09-10Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js ↵Hakim El Hattab
into dev
2015-09-10fix pdf print when showNotes is disabledHakim El Hattab
2015-09-10print notes to pdf when is enabled #304Hakim El Hattab
2015-09-10add getSlideNotes API method and testsHakim El Hattab
2015-09-09dont show notes container when printing pdfHakim El Hattab
2015-09-09ability to share presentation with speaker notes #304Hakim El Hattab
2015-09-02formattingHakim El Hattab
2015-09-02Merge pull request #1310 from teawithfruit/patch-1Hakim El Hattab
solves early access error with video element
2015-09-02Merge branch 'master' of https://github.com/gruber76/reveal.js into devHakim El Hattab
2015-08-14avoid duplicate varHakim El Hattab
2015-08-14simplifyHakim El Hattab
2015-08-14fix object.keys call on non-objectHakim El Hattab
2015-08-03Update reveal.jsgruber76
Removed toLowerCase call
2015-08-03only use zoom to scale presentations up, fixes shifts in text layoutHakim El Hattab
2015-07-21solves early access error with video elementteawithfruit
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.
2015-07-07Merge branch 'controls-buttons-a11y' of ↵Hakim El Hattab
https://github.com/marcysutton/reveal.js into dev
2015-06-05accessibility: controls as buttons, not divsmarcysutton
2015-06-03merge #959 with minor tweaksHakim El Hattab
2015-05-08consider lazy loaded iframes when formatting srcHakim El Hattab
2015-05-07fix iframe unload in firefoxHakim El Hattab
2015-05-07iframe postmesssage api works with lazy loaded iframesHakim El Hattab
2015-05-06sync starts playing new embedded contentHakim El Hattab
2015-05-06type check to ensure we don't call media api before media has loadedHakim El Hattab
2015-05-06fix lazy load selector errorHakim El Hattab
2015-05-04typoHakim El Hattab
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
Numbering was off when dealing with fragments.
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
background video loop
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
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.
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