Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | new fix for prematurely autoplaying background videos | Hakim El Hattab | |
2017-04-27 | don't autoplay background videos in overview mode | Hakim El Hattab | |
2017-04-26 | 3.5.0 | Hakim El Hattab | |
2017-04-20 | add new getSlides() API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify getTotalSlides() returns the number of slides | Adam Spiers | |
2017-04-20 | expose getPastSlideCount() via public API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-07 | formatting | Hakim El Hattab | |
2017-04-07 | Merge pull request #1851 from astone123/master | Hakim El Hattab | |
Fix data-background-video autoplay on iOS Safari | |||
2017-04-07 | formatting | Hakim El Hattab | |
2017-04-07 | Merge pull request #1844 from riezebosch/pdf-print-stretch | Hakim El Hattab | |
print-pdf layout slide contents to fit stretch elements | |||
2017-04-04 | make pdf page height offset configurable | Hakim El Hattab | |
2017-04-04 | new cli and in-browser pdf printing compatible fix for #1804 | Hakim El Hattab | |
2017-03-30 | allow fullscreen for background iframes | Hakim El Hattab | |
2017-03-23 | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | |
2017-03-17 | Fix video background autoplay on iOS | ADAM STONE | |
2017-03-14 | print-pdf layout slide contents to fit stretch elements | Manuel 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-14 | avoid npe on iframe postMessage | Hakim El Hattab | |
2017-02-20 | tweaks to showSlideNumber config #1833 | Hakim El Hattab | |
2017-02-20 | Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into dev | Hakim El Hattab | |
2017-02-17 | allow configuration of which view slide number appears on - fixes #1791 | Malcolm Young | |
2017-02-17 | fix overview rendering issues in latest chrome #1649 | Hakim El Hattab | |
2017-02-14 | merge autoplay conflict #1771 | Hakim El Hattab | |
2017-02-09 | docs for #1816 and remove showHelp | Hakim El Hattab | |
2017-02-09 | Merge pull request #1816 from Frazer/patch-1 | Hakim El Hattab | |
added toggleHelp function | |||
2017-02-08 | update deserialize regex to work with decimals | Hakim El Hattab | |
2017-02-07 | added override parameter to toggleHelp function | Frazer Kirkman | |
2017-02-05 | added 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-02 | adjust comment for display config value #1325 | Hakim El Hattab | |
2017-02-02 | Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into dev | Hakim El Hattab | |
2017-01-31 | Merge pull request #1644 from rajgoel/dev | Hakim El Hattab | |
Turn off preview links locally | |||
2017-01-31 | make background videos work on ipad #1778 | Hakim El Hattab | |
2017-01-25 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-01-25 | 3.4.1 | Hakim El Hattab | |
2017-01-25 | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | |
2017-01-25 | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | |
2017-01-24 | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | |
2017-01-24 | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | |
2017-01-24 | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | |
2017-01-24 | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | |
2017-01-23 | Merge pull request #1768 from demoneaux/background-images | Hakim El Hattab | |
Allow background images without protocols to have query hashes/parameters. | |||
2017-01-20 | 2017 | Hakim El Hattab | |
2017-01-19 | remove unused argument | Hakim El Hattab | |
2017-01-18 | works with video, defaults to (same as for images) | Hakim El Hattab | |
2017-01-17 | fix race condition by updating backgrounds after slide visibility | Hakim El Hattab | |
2017-01-17 | prevent autoplaying backgrounds from playing if slide is hidden | Hakim El Hattab | |
2017-01-16 | wait for in-slide video/audio to load before playing, reuse same autoplay ↵ | Hakim El Hattab | |
logic for slide backgrounds | |||
2017-01-10 | 3.4.0 | Hakim El Hattab | |
2016-12-13 | don't show error message while iframe fades in #1577 | Hakim El Hattab | |
2016-12-13 | Merge 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 setAttribute | Markku Roponen | |
2016-12-12 | #1770, fixed function name. | Markku Roponen | |
2016-12-12 | #1770, resume playback for paused media. | Markku Roponen | |
2016-12-11 | Allow background images without protocols to have query hashes/parameters. | Benjamin Tan | |
Closes #1603. | |||
2016-11-09 | add pdf-ready event; dispatched when the presentation is laid out and ready ↵ | Hakim El Hattab | |
to print | |||
2016-10-06 | remove unused dom lookup | Hakim El Hattab | |
2016-10-05 | fix merge conflict for #1634 | Hakim El Hattab | |
2016-10-05 | code format tweaks | Hakim El Hattab | |
2016-10-05 | only use nodeType 1 and 3 (only relevant types) | Maarten Schroeven | |
2016-10-05 | limit text written to the status div | Maarten Schroeven | |
2016-10-05 | remove issue comment | Hakim El Hattab | |
2016-10-05 | ignore delta=0 mousewheel event | Gerald | |
fix #1607 | |||
2016-10-05 | prevent exception when initializing with no slides #1678 #1679 | Hakim El Hattab | |
2016-10-05 | autoSlide duration with playbackRate | chadmorrow | |
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-05 | Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev | Hakim El Hattab | |
2016-10-01 | Logitech R400 on Ubuntu blackout button support | James 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-20 | autoplay support for content inside of fragments | Hakim El Hattab | |
2016-07-21 | Allow switching off preview links | Asvin Goel | |
The data-preview-link=false tag can be used to switch off preview links | |||
2016-07-04 | null computed style to avoid npe | Hakim El Hattab | |
2016-07-04 | null check to avoid occasional npe | Hakim El Hattab | |
2016-07-01 | ready flag on .reveal container | Hakim El Hattab | |
2016-06-29 | Update JSDocs and fix typos | Charles Grigg | |
2016-06-27 | use first fragment's data-autoslide value when there is no current fragment | Hakim El Hattab | |
2016-06-22 | remove unused dom reference | Hakim El Hattab | |
2016-06-21 | move speaker notes into page container when printing pdf | Hakim El Hattab | |
2016-06-21 | request fullscreen on documentElement instead of body (#1621 #1624) | Hakim El Hattab | |
2016-06-21 | request fullscreen on documentElement instead of body (#1621 #1624) | Hakim El Hattab | |
2016-06-10 | increase default font sizes, adjust config defaults for less margings and ↵ | Hakim El Hattab | |
larger max scale #1605 | |||
2016-06-10 | prevent repeated initialization #1616 | Hakim El Hattab | |
2016-06-10 | add showHelp to api #1611 | Hakim El Hattab | |
2016-05-26 | include layout for notes outside of pdf exports | Hakim El Hattab | |
2016-05-26 | support for 'separate-page' layout for notes in PDF exports #1518 | Hakim El Hattab | |
2016-05-23 | code format | Hakim El Hattab | |
2016-05-23 | Merge pull request #1585 from jasonkiss/feature/disabled-buttons | Hakim El Hattab | |
set/remove @disabled on navigation buttons | |||
2016-05-23 | ocd | Hakim El Hattab | |
2016-05-23 | Merge pull request #1586 from jasonkiss/feature/accessible-speaker-notes | Hakim El Hattab | |
make speaker notes keyboard accessible | |||
2016-05-10 | make speaker notes keyboard accessible | Jason 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-10 | set/remove @disabled on navigation buttons | Jason 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-02 | add refused-to-display tips in link-preview-overlay | 黄玄 | |
2016-04-28 | fix pdf bg layering, simplify code | Hakim El Hattab | |
2016-04-28 | make max pages per slide limit configurable | Hakim El Hattab | |
2016-04-28 | prevent pages from overflowing when printing to pdf | Hakim El Hattab | |
2016-04-27 | use scrollHeight instead of custom measurement | Hakim El Hattab | |
2016-04-18 | 3.3.0 | Hakim El Hattab | |
2016-04-13 | Merge branch '1549' of https://github.com/RopoMen/reveal.js into dev | Hakim El Hattab | |
2016-04-13 | overview now works with percentage based width/height #1247 | Hakim El Hattab | |
2016-04-08 | Fixes #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-07 | generalize scroll offset prevention | Hakim El Hattab | |
2016-03-20 | add 'shuffle' config value and API method #1506 #1089 | Hakim El Hattab | |
2016-02-29 | use css to scale slides up in safari | Hakim El Hattab | |