aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-12-14update to highlight.js 9.0.0Hakim El Hattab
2015-12-03Merge branch 'muted-video' of github.com:oslego/reveal.js into muted-videoRazvan Caliman
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-19Merge pull request #1437 from der-michik/autoslide-directionHakim El Hattab
Add an option to auto-slide right only
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-19Merge pull request #1434 from mikemellor11/masterHakim El Hattab
stops parallax failing if only the single horizontal slide and multiple vertical
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-18update parallax background docs #1436Hakim El Hattab
2015-11-13check for 0 division, stops parallax failing if only the single horizontal ↵Mike Mellor
slide and multiple vertical
2015-11-093.2.0Hakim El Hattab
2015-11-09Merge pull request #1362 from GuGuss/patch-1Hakim El Hattab
Update the theme README.md
2015-11-09Merge pull request #1381 from lordsutch/masterHakim El Hattab
Fix text being cut off in Chrome when printing.
2015-11-09Merge pull request #1391 from rohithpr/notes-key-bindingHakim El Hattab
Fixed #1379 - config keyboard now disables 's' key
2015-11-09update highlight.js 8.6 -> 8.9.1 #1385Hakim El Hattab
2015-11-09server notes sync slide changes both ways, fixes #1425Hakim El Hattab
2015-11-07update highlight.js urlHakim El Hattab
2015-11-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-11-07Merge pull request #1422 from gre/patch-1Hakim El Hattab
Fixes #1225
2015-11-07Fixes #1225Gaëtan Renaudeau
always enable highlight.js to fix markdown-only usage
2015-10-30more slide number tweakingHakim El Hattab
2015-10-29tweak how speaker notes look in pdf exportsHakim El Hattab
2015-10-29style tweakHakim El Hattab
2015-10-29hide slide number element when disabledHakim El Hattab
2015-10-29remove out of sync comments from pdf cssHakim 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-10-26remove mention of deprecated transitions #1390Hakim El Hattab
2015-10-26fix mixed indentationHakim El Hattab
2015-10-26Merge pull request #1399 from sloan-848/markdown-packagingHakim El Hattab
Add more support for external markdown.
2015-10-26Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-10-26Merge pull request #1400 from adunning/patch-1Hakim El Hattab
Use en dash in title; <meta> is a void element.
2015-10-26Merge pull request #1401 from adunning/patch-2Hakim El Hattab
move up presentation size section
2015-10-26remove remotes.io plugin, service no longer exists #1411Hakim El Hattab
2015-10-26syntax error in postmessage exampleHakim El Hattab
2015-10-14Move up Presentation Size section.Andrew Dunning
This brings together all configuration options.
2015-10-14Use en dash in title; <meta> is a void element.Andrew Dunning
2015-10-14Add more support for external markdown.Will Sloan
The 'grunt watch' command now also watches for changes to external markdown. The 'grunt package' command now packages all external markdown files for rapid deployment in static enviroments.
2015-10-09Fixed #1379 - config keyboard now disables 's' keyrohithpr
2015-10-06run autoprefixerHakim El Hattab
2015-10-06fix black background in fullscreen mode #668 #1386Hakim El Hattab
2015-10-06rebuild cssHakim El Hattab
2015-10-02Fix slides being cut off in Chrome.Chris Lawrence
2015-10-02Merge remote-tracking branch 'upstream/master'Chris Lawrence
2015-10-02fix bower dependency #1375Hakim El Hattab
2015-09-29Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-09-29Merge pull request #1357 from davidbanham/masterHakim El Hattab
Update location of multiplex demo server
2015-09-29update travis node.js versionHakim El Hattab
2015-09-29Merge branch 'master' of https://github.com/davidbanham/reveal.js into devHakim El Hattab
2015-09-29Merge pull request #1281 from fghaas/devHakim El Hattab
Update README to include socket.io 1.3.5 examples
2015-09-29multiplexing work with socket.io 1.0+ #1281 #1276Hakim El Hattab
2015-09-29speaker notes work with socket.io 1.0 #1375Hakim El Hattab
2015-09-29Merge branch 'deps-update' of https://github.com/verdurin/reveal.js into devHakim El Hattab
2015-09-28Update dependencies to fix installationAdam Huffman
2015-09-25Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-09-25notes defined in data-notes attributes retain preformatted whitespaceHakim El Hattab
2015-09-20Update the theme README.mdAugustin Delaporte
The `grunt css-themes` command now loops through all Sass files. There is no need to add the newly created file to the task list.
2015-09-19add option to mute background videosRazvan Caliman
2015-09-17Update location of multiplex demo serverDavid Banham
2015-09-10document `data-prevent-swipe` #951Hakim El Hattab
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-10notes style changesHakim El Hattab
2015-09-10bump up z-index of notes in pdfHakim El Hattab
2015-09-10fix pdf print when showNotes is disabledHakim El Hattab
2015-09-10reorder cssHakim 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-09document showNotes config value #304Hakim El Hattab
2015-09-09ability to share presentation with speaker notes #304Hakim El Hattab
2015-09-02Merge pull request #1309 from cben/patch-1Hakim El Hattab
README example: load MathJax over https
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-09-02fix initial visibility of strike fragments #737Hakim El Hattab
2015-08-31fix issue where 'none' transition did not apply to vertical stacksHakim 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-21README example: load MathJax over httpsBeni Cherniavsky-Paskin
tiny followup to #1103
2015-07-07Merge pull request #1132 from kendaleiv/plain-imagesHakim El Hattab
Add plain class for plain images
2015-07-07tweaks for #1200Hakim El Hattab
2015-07-07Merge branch 'master' of https://github.com/bfritscher/reveal.js into devHakim El Hattab
2015-07-07Merge pull request #1205 from gothma/mathjax-mdHakim El Hattab
Allow tex parsing in <code> tags
2015-07-07fix theme control arrow selectors #1257Hakim El Hattab
2015-07-07Merge branch 'controls-buttons-a11y' of ↵Hakim El Hattab
https://github.com/marcysutton/reveal.js into dev
2015-07-02Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-07-02add bower json #1067Hakim El Hattab
2015-07-02Merge pull request #1287 from obilodeau/patch-1Hakim El Hattab
README: suggest decktape as an alternative for PDF rendering