aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-29Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-29Merge pull request #1571 from adius/patch-1Hakim El Hattab
Simplify full setup
2016-04-29tweak formatting to match rest of slideHakim El Hattab
2016-04-29Merge pull request #1572 from jesstelford/zoom-content-sizeHakim El Hattab
More natural zooming on block level elements
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-27Add selection colour for Mozilla FirefoxAniqah Mair
Defines the highlight colour when selecting slide content using Mozilla Firefox to match other browsers, instead of being the default colour.
2016-04-27use scrollHeight instead of custom measurementHakim El Hattab
2016-04-26More natural zooming on block level elementsJess Telford
Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`). This provides a much more natural zoom, especially for paragraphs and code examples.
2016-04-24Simplify full setupAdrian Sieber
2016-04-183.3.0Hakim El Hattab
2016-04-18change introductionHakim El Hattab
2016-04-13readme tweak for #1535Hakim 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-10Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-10widen watch for html files, required for updates to demo.htmlHakim El Hattab
2016-04-10merge conflictHakim El Hattab
2016-04-10lazy load iframe in demoHakim El Hattab
2016-04-10Merge branch 'update-headjs' of https://github.com/booi/reveal.js into devHakim El Hattab
2016-04-09Fix watching for markdown filesRuben Oostinga
`./*.md` didn't work `*.md` does work
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-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07new multiplex server courtesy of now.sh (closes #1377)Hakim El Hattab
2016-04-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07remove test contentHakim El Hattab
2016-04-07support for standalone multiplexingHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
readme tweaks
2016-04-07Merge pull request #1545 from ducin/masterHakim El Hattab
Table of contents added in README.md
2016-04-07generalize scroll offset preventionHakim El Hattab
2016-04-02Table of contents added in README.mdTomasz Ducin
2016-03-24make theme "simple" use white titles on dark backgroundsVincent Bernat
This is similar to what is done in the "white" theme.
2016-03-20minor tweaksHakim El Hattab
2016-03-20remove unintentionally added fileHakim El Hattab
2016-03-20new empty template at index.html, move old index to demo.html #1526Hakim El Hattab
2016-03-20add 'shuffle' config value and API method #1506 #1089Hakim El Hattab
2016-03-16update headjs to v1.0.3Brandon Ooi
2016-03-10fix(PDF Export): Mark as important `width`, `height` and add `zoom` ↵Dhyego Fernando
properties to fix CSS rules which were overrided by inline styles
2016-03-10Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-10slides linkHakim El Hattab
2016-03-09Merge pull request #1523 from demoneaux/readme-fixHakim El Hattab
Make PDF export section less OS X specific.
2016-03-09server notes plugin no longer syncs overview mode #1446Hakim El Hattab
2016-03-09notes plugin no longer syncs overview mode #1446Hakim El Hattab
2016-03-09fix notes regex #1522 #1392Hakim El Hattab
2016-03-07Make PDF export section less OS X specific.Benjamin Tan
Closes #1073.
2016-03-07Merge branch 'patch-1' of https://github.com/LaurentTreguier/reveal.js into devHakim El Hattab
2016-03-07Merge pull request #1522 from demoneaux/notes-fixHakim El Hattab
Fix query parameter issue in notes plugin.
2016-03-07Merge pull request #1521 from demoneaux/unused-dependenciesHakim El Hattab
Remove unused dependencies.
2016-03-06Fix query parameter issue in notes plugin.Benjamin Tan
Closes #1392.
2016-03-06Remove unused dependencies.Benjamin Tan
2016-03-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-04Merge pull request #1484 from omer727/patch-1Hakim El Hattab
Fixing spelling typo and GitHub proper camelcase for brand name
2016-02-29use css to scale slides up in safariHakim El Hattab
2016-02-17Change ".video" to ".reveal .video"LaurentTreguier
I don't know if this is supposed to be this way ?
2016-01-22Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-22readme tweakHakim El Hattab
2016-01-22add barebones example to readmeHakim El Hattab
2016-01-17Fixing spelling typo and GitHub proper camelcase for brand nameomer727
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11note about showNotes in PDF exportsHakim El Hattab
2016-01-11merge #1220Hakim El Hattab
2016-01-11Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵Hakim El Hattab
into dev
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11Merge pull request #1476 from prtksxna/patch-1Hakim El Hattab
Remove rebase conflict in README.md
2016-01-11Remove rebase conflict in README.mdPrateek Saxena
2016-01-08code formatHakim El Hattab
2016-01-08Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into devHakim El Hattab
2016-01-08fix broken iframe in backgrounds exampleHakim El Hattab
2016-01-08tweak implementation of #1376Hakim El Hattab
2016-01-08same code formatHakim El Hattab
2016-01-08Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into devHakim El Hattab
2016-01-08rebuild cssHakim El Hattab
2016-01-08merge conflictHakim El Hattab
2016-01-08include speaker view keyboard shortcut when applicable #1466Hakim El Hattab
2016-01-08tweaked fragment examplesHakim El Hattab
2016-01-08center help overlay with flexboxHakim El Hattab
2016-01-08added retire.js to build processBjoern Kimminich
-allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire```
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08resolve conflictHakim El Hattab
2016-01-08add new fragment styles to readme #1445Hakim El Hattab
2016-01-08Merge branch 'fragments' of https://github.com/kewitz/reveal.js into devHakim El Hattab
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08tweak to pdf print isntructionsHakim El Hattab
2016-01-08Merge pull request #1450 from Quintasan/fix-printing-readmeHakim El Hattab
Chromium users need to check Background graphics option when printing.
2016-01-08expose version number through #1451Hakim El Hattab
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08merge conflictHakim El Hattab
2016-01-08Merge pull request #1472 from vicapow/masterHakim El Hattab
Add the grunt-cli as a dependency instead of assuming global grunt.
2016-01-06Add the grunt-cli as a dependency instead of assuming global grunt.Victor Powell
2016-01-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-04Merge pull request #1459 from appleboy/patch-1Hakim El Hattab
remove redundant spaces.
2016-01-04Merge pull request #1467 from ismith/spelling_fixHakim El Hattab
Fix spelling error in print-pdf plugin
2016-01-04:copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab
2015-12-27Fix spelling error in print-pdf pluginIan Smith
2015-12-21updated to mustache 2.2.1Bjoern Kimminich
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)