Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2016-01-08 | tweak implementation of #1376 | Hakim El Hattab | |
2016-01-08 | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | |
2016-01-08 | expose version number through #1451 | Hakim El Hattab | |
2016-01-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-04 | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469 | Hakim El Hattab | |
2015-12-03 | add option to mute background videos (updated) | Razvan Caliman | |
2015-11-19 | tweak | Hakim El Hattab | |
2015-11-19 | 2x playback controls for retina displays | Hakim El Hattab | |
2015-11-19 | add autoSlideMethod to default config | Hakim El Hattab | |
2015-11-19 | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-11-19 | Fix build error | MichiK | |
2015-11-19 | Add a more flexible autoSlideMethod option | MichiK | |
Auto-sliding will now use the method specified in the config if it is a function or default to navigateNext. | |||
2015-11-19 | simplify condition #1434 | Hakim El Hattab | |
2015-11-18 | Add autoSlideRight option | MichiK | |
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-13 | check for 0 division, stops parallax failing if only the single horizontal ↵ | Mike Mellor | |
slide and multiple vertical | |||
2015-10-29 | tweak how speaker notes look in pdf exports | Hakim El Hattab | |
2015-10-29 | hide slide number element when disabled | Hakim El Hattab | |
2015-10-29 | one more slide number format | Hakim El Hattab | |
2015-10-29 | slide numbers work in pdf exports, update slide number style | Hakim El Hattab | |
2015-10-29 | change slide number formats | Hakim El Hattab | |
2015-09-29 | UPDATED - Improvement on spaces and indentation | Alex Batista | |
2015-09-29 | UPDATED - Improvement on spaces and indentation | Alex Batista | |
2015-09-29 | UPDATED - Improvement of code. Now none flag is used, but the readyState ↵ | Alex Batista | |
property from video element | |||
2015-09-29 | Improvement of code. Now none flag is used, but the readyState property ↵ | Alex Batista | |
from video element | |||
2015-09-28 | bug fix - when the first section has a background-video, the vido do not ↵ | Alex Batista | |
execute. Now, it's work | |||
2015-09-10 | prevent swipes on speaker notes | Hakim El Hattab | |
2015-09-10 | modifications to #951 | Hakim El Hattab | |
2015-09-10 | Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2015-09-10 | fix pdf print when showNotes is disabled | Hakim El Hattab | |
2015-09-10 | print notes to pdf when is enabled #304 | Hakim El Hattab | |
2015-09-10 | add getSlideNotes API method and tests | Hakim El Hattab | |
2015-09-09 | dont show notes container when printing pdf | Hakim El Hattab | |
2015-09-09 | ability to share presentation with speaker notes #304 | Hakim El Hattab | |
2015-09-02 | formatting | Hakim El Hattab | |
2015-09-02 | Merge pull request #1310 from teawithfruit/patch-1 | Hakim El Hattab | |
solves early access error with video element | |||
2015-09-02 | Merge branch 'master' of https://github.com/gruber76/reveal.js into dev | Hakim El Hattab | |
2015-08-14 | avoid duplicate var | Hakim El Hattab | |
2015-08-14 | simplify | Hakim El Hattab | |
2015-08-14 | fix object.keys call on non-object | Hakim El Hattab | |
2015-08-03 | Update reveal.js | gruber76 | |
Removed toLowerCase call | |||
2015-08-03 | only use zoom to scale presentations up, fixes shifts in text layout | Hakim El Hattab | |
2015-07-21 | solves early access error with video element | teawithfruit | |
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-07 | Merge branch 'controls-buttons-a11y' of ↵ | Hakim El Hattab | |
https://github.com/marcysutton/reveal.js into dev | |||
2015-06-05 | accessibility: controls as buttons, not divs | marcysutton | |
2015-06-03 | merge #959 with minor tweaks | Hakim El Hattab | |
2015-05-08 | consider lazy loaded iframes when formatting src | Hakim El Hattab | |
2015-05-07 | fix iframe unload in firefox | Hakim El Hattab | |
2015-05-07 | iframe postmesssage api works with lazy loaded iframes | Hakim El Hattab | |
2015-05-06 | sync starts playing new embedded content | Hakim El Hattab | |
2015-05-06 | type check to ensure we don't call media api before media has loaded | Hakim El Hattab | |
2015-05-06 | fix lazy load selector error | Hakim El Hattab | |
2015-05-04 | typo | Hakim El Hattab | |
2015-05-04 | lazy-load iframes only for current slide, unload when hidden | Hakim El Hattab | |
2015-05-04 | lazy loading fallback also considers iframes | Hakim El Hattab | |
2015-03-25 | fix #1170 | Hakim El Hattab | |
2015-03-25 | remove variable definitions #1158 | Hakim El Hattab | |
2015-03-25 | Merge branch 'dev' of https://github.com/bchretien/reveal.js into dev | Hakim El Hattab | |
2015-03-25 | Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev | Hakim El Hattab | |