aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2017-04-07Merge pull request #1844 from riezebosch/pdf-print-stretchHakim El Hattab
print-pdf layout slide contents to fit stretch elements
2017-04-04make pdf page height offset configurableHakim El Hattab
2017-04-04new cli and in-browser pdf printing compatible fix for #1804Hakim El Hattab
2017-03-30allow fullscreen for background iframesHakim El Hattab
2017-03-23add autoPlayMedia config option, overrides individual autoplay settingsHakim El Hattab
2017-03-17Fix video background autoplay on iOSADAM STONE
2017-03-14print-pdf layout slide contents to fit stretch elementsManuel Riezebosch
layout() and thereby layoutSlideContents() is never invoked when isPrintingPdf() is true so stretch elements are not sized correctly. This is ensured now by invoking the layoutSlideContents from SetupPDF(). There seems no need to scale down like in other PR's is suggested.
2017-03-14avoid npe on iframe postMessageHakim El Hattab
2017-02-23Allow whitespace on background-images, w3 complianceRobertBaron
2017-02-20tweaks to showSlideNumber config #1833Hakim El Hattab
2017-02-20Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into devHakim El Hattab
2017-02-17allow configuration of which view slide number appears on - fixes #1791Malcolm Young
2017-02-17fix overview rendering issues in latest chrome #1649Hakim El Hattab
2017-02-14merge autoplay conflict #1771Hakim El Hattab
2017-02-09docs for #1816 and remove showHelpHakim El Hattab
2017-02-09Merge pull request #1816 from Frazer/patch-1Hakim El Hattab
added toggleHelp function
2017-02-08update deserialize regex to work with decimalsHakim El Hattab
2017-02-07added override parameter to toggleHelp functionFrazer Kirkman
2017-02-05added toggleHelp function Frazer Kirkman
this way a key can be given ability to toggleHelp on and off. Previously Reveal.showHelp could open the help screen, but no way to close it.
2017-02-02adjust comment for display config value #1325Hakim El Hattab
2017-02-02Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into devHakim El Hattab
2017-01-31Merge pull request #1644 from rajgoel/devHakim El Hattab
Turn off preview links locally
2017-01-31make background videos work on ipad #1778Hakim El Hattab
2017-01-25Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-253.4.1Hakim El Hattab
2017-01-25adjust pdf margins instead of heights to fix #1804Hakim El Hattab
2017-01-25adjust pdf margins instead of heights to fix #1804Hakim El Hattab
2017-01-24additional fix for empty pages in pdf exports #1804Hakim El Hattab
2017-01-24fix empty pages in pdf exports (closes #1804)Hakim El Hattab
2017-01-24additional fix for empty pages in pdf exports #1804Hakim El Hattab
2017-01-24fix empty pages in pdf exports (closes #1804)Hakim El Hattab
2017-01-23Merge pull request #1768 from demoneaux/background-imagesHakim El Hattab
Allow background images without protocols to have query hashes/parameters.
2017-01-202017Hakim El Hattab
2017-01-19remove unused argumentHakim El Hattab
2017-01-18 works with video, defaults to (same as for images)Hakim El Hattab
2017-01-17fix race condition by updating backgrounds after slide visibilityHakim El Hattab
2017-01-17prevent autoplaying backgrounds from playing if slide is hiddenHakim El Hattab
2017-01-16wait for in-slide video/audio to load before playing, reuse same autoplay ↵Hakim El Hattab
logic for slide backgrounds
2017-01-103.4.0Hakim El Hattab
2016-12-13don't show error message while iframe fades in #1577Hakim El Hattab
2016-12-13Merge branch 'add-refused-to-display-tips-to-link-preview' of ↵Hakim El Hattab
https://github.com/Huxpro/reveal.js into dev
2016-12-13#1770, set 'data-paused-by-reveal' attribute only for the media elements, ↵Markku Roponen
which are not already in paused state.
2016-12-12#1770, added second argument for setAttributeMarkku Roponen
2016-12-12#1770, fixed function name.Markku Roponen
2016-12-12#1770, resume playback for paused media.Markku Roponen
2016-12-11Allow background images without protocols to have query hashes/parameters.Benjamin Tan
Closes #1603.
2016-11-09add pdf-ready event; dispatched when the presentation is laid out and ready ↵Hakim El Hattab
to print
2016-10-06remove unused dom lookupHakim El Hattab
2016-10-05fix merge conflict for #1634Hakim El Hattab
2016-10-05code format tweaksHakim El Hattab
2016-10-05only use nodeType 1 and 3 (only relevant types)Maarten Schroeven
2016-10-05limit text written to the status divMaarten Schroeven
2016-10-05remove issue commentHakim El Hattab
2016-10-05ignore delta=0 mousewheel eventGerald
fix #1607
2016-10-05prevent exception when initializing with no slides #1678 #1679Hakim El Hattab
2016-10-05autoSlide duration with playbackRatechadmorrow
The autoSlide duration of media elements with data-autoplay now takes the playbackRate of said media element into account when setting the duration so that autoSlide and the media element stay in sync.
2016-10-05Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into devHakim El Hattab
2016-10-01Logitech R400 on Ubuntu blackout button supportJames Roper
On Ubuntu 16.04, the Logitech R400's blackout button gets mapped to 'v' (keyCode 86). I don't know why this is, but since nothing else is currently using 'v', this allows it to be supported out of the box.
2016-09-20autoplay support for content inside of fragmentsHakim El Hattab
2016-07-21Allow switching off preview linksAsvin Goel
The data-preview-link=false tag can be used to switch off preview links
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-29Update JSDocs and fix typosCharles Grigg
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-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-05-02add refused-to-display tips in link-preview-overlay黄玄
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