Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-29 | Merge pull request #1571 from adius/patch-1 | Hakim El Hattab | |
Simplify full setup | |||
2016-04-29 | tweak formatting to match rest of slide | Hakim El Hattab | |
2016-04-29 | Merge pull request #1572 from jesstelford/zoom-content-size | Hakim El Hattab | |
More natural zooming on block level elements | |||
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 | Add selection colour for Mozilla Firefox | Aniqah Mair | |
Defines the highlight colour when selecting slide content using Mozilla Firefox to match other browsers, instead of being the default colour. | |||
2016-04-27 | use scrollHeight instead of custom measurement | Hakim El Hattab | |
2016-04-26 | More natural zooming on block level elements | Jess 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-24 | Simplify full setup | Adrian Sieber | |
2016-04-18 | 3.3.0 | Hakim El Hattab | |
2016-04-18 | change introduction | Hakim El Hattab | |
2016-04-13 | readme tweak for #1535 | 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-10 | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-10 | widen watch for html files, required for updates to demo.html | Hakim El Hattab | |
2016-04-10 | merge conflict | Hakim El Hattab | |
2016-04-10 | lazy load iframe in demo | Hakim El Hattab | |
2016-04-10 | Merge branch 'update-headjs' of https://github.com/booi/reveal.js into dev | Hakim El Hattab | |
2016-04-09 | Fix watching for markdown files | Ruben Oostinga | |
`./*.md` didn't work `*.md` does work | |||
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 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-07 | new multiplex server courtesy of now.sh (closes #1377) | Hakim El Hattab | |
2016-04-07 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-07 | remove test content | Hakim El Hattab | |
2016-04-07 | support for standalone multiplexing | Hakim El Hattab | |
2016-04-07 | Update README.md | Hakim El Hattab | |
2016-04-07 | Update README.md | Hakim El Hattab | |
readme tweaks | |||
2016-04-07 | Merge pull request #1545 from ducin/master | Hakim El Hattab | |
Table of contents added in README.md | |||
2016-04-07 | generalize scroll offset prevention | Hakim El Hattab | |
2016-04-02 | Table of contents added in README.md | Tomasz Ducin | |
2016-03-24 | make theme "simple" use white titles on dark backgrounds | Vincent Bernat | |
This is similar to what is done in the "white" theme. | |||
2016-03-20 | minor tweaks | Hakim El Hattab | |
2016-03-20 | remove unintentionally added file | Hakim El Hattab | |
2016-03-20 | new empty template at index.html, move old index to demo.html #1526 | Hakim El Hattab | |
2016-03-20 | add 'shuffle' config value and API method #1506 #1089 | Hakim El Hattab | |
2016-03-16 | update headjs to v1.0.3 | Brandon Ooi | |
2016-03-10 | fix(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-10 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-03-10 | slides link | Hakim El Hattab | |
2016-03-09 | Merge pull request #1523 from demoneaux/readme-fix | Hakim El Hattab | |
Make PDF export section less OS X specific. | |||
2016-03-09 | server notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | |
2016-03-09 | notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | |
2016-03-09 | fix notes regex #1522 #1392 | Hakim El Hattab | |
2016-03-07 | Make PDF export section less OS X specific. | Benjamin Tan | |
Closes #1073. | |||
2016-03-07 | Merge branch 'patch-1' of https://github.com/LaurentTreguier/reveal.js into dev | Hakim El Hattab | |
2016-03-07 | Merge pull request #1522 from demoneaux/notes-fix | Hakim El Hattab | |
Fix query parameter issue in notes plugin. | |||
2016-03-07 | Merge pull request #1521 from demoneaux/unused-dependencies | Hakim El Hattab | |
Remove unused dependencies. | |||
2016-03-06 | Fix query parameter issue in notes plugin. | Benjamin Tan | |
Closes #1392. | |||
2016-03-06 | Remove unused dependencies. | Benjamin Tan | |
2016-03-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-03-04 | Merge pull request #1484 from omer727/patch-1 | Hakim El Hattab | |
Fixing spelling typo and GitHub proper camelcase for brand name | |||
2016-02-29 | use css to scale slides up in safari | Hakim El Hattab | |
2016-02-17 | Change ".video" to ".reveal .video" | LaurentTreguier | |
I don't know if this is supposed to be this way ? | |||
2016-01-22 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-22 | readme tweak | Hakim El Hattab | |
2016-01-22 | add barebones example to readme | Hakim El Hattab | |
2016-01-17 | Fixing spelling typo and GitHub proper camelcase for brand name | omer727 | |
2016-01-11 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-11 | note about showNotes in PDF exports | Hakim El Hattab | |
2016-01-11 | merge #1220 | Hakim El Hattab | |
2016-01-11 | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2016-01-11 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-11 | Merge pull request #1476 from prtksxna/patch-1 | Hakim El Hattab | |
Remove rebase conflict in README.md | |||
2016-01-11 | Remove rebase conflict in README.md | Prateek Saxena | |
2016-01-08 | code format | Hakim El Hattab | |
2016-01-08 | Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | fix broken iframe in backgrounds example | Hakim El Hattab | |
2016-01-08 | tweak implementation of #1376 | Hakim El Hattab | |
2016-01-08 | same code format | Hakim El Hattab | |
2016-01-08 | Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | rebuild css | Hakim El Hattab | |
2016-01-08 | merge conflict | Hakim El Hattab | |
2016-01-08 | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | |
2016-01-08 | tweaked fragment examples | Hakim El Hattab | |
2016-01-08 | center help overlay with flexbox | Hakim El Hattab | |
2016-01-08 | added retire.js to build process | Bjoern Kimminich | |
-allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire``` | |||
2016-01-08 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | resolve conflict | Hakim El Hattab | |
2016-01-08 | add new fragment styles to readme #1445 | Hakim El Hattab | |
2016-01-08 | Merge branch 'fragments' of https://github.com/kewitz/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | tweak to pdf print isntructions | Hakim El Hattab | |
2016-01-08 | Merge pull request #1450 from Quintasan/fix-printing-readme | Hakim El Hattab | |
Chromium users need to check Background graphics option when printing. | |||
2016-01-08 | expose version number through #1451 | Hakim El Hattab | |
2016-01-08 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | merge conflict | Hakim El Hattab | |
2016-01-08 | Merge pull request #1472 from vicapow/master | Hakim El Hattab | |
Add the grunt-cli as a dependency instead of assuming global grunt. | |||
2016-01-06 | Add the grunt-cli as a dependency instead of assuming global grunt. | Victor Powell | |
2016-01-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-04 | Merge pull request #1459 from appleboy/patch-1 | Hakim El Hattab | |
remove redundant spaces. | |||
2016-01-04 | Merge pull request #1467 from ismith/spelling_fix | Hakim El Hattab | |
Fix spelling error in print-pdf plugin | |||
2016-01-04 | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469 | Hakim El Hattab | |
2015-12-27 | Fix spelling error in print-pdf plugin | Ian Smith | |
2015-12-21 | updated to mustache 2.2.1 | Bjoern Kimminich | |
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388) |