Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable passing options for parsing Markdown. | Benjamin Tan | 2016-12-08 |
| | | | | Closes #1163, #1495. | ||
* | Merge pull request #1760 from demoneaux/package-json | Hakim El Hattab | 2016-12-06 |
|\ | | | | | Reduce required Node.js version to 4.0.0. | ||
| * | Reduce required Node.js version to 4.0.0. | Benjamin Tan | 2016-12-06 |
|/ | | | | | | | | | The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725. | ||
* | Merge pull request #1740 from ↵ | Hakim El Hattab | 2016-12-01 |
|\ | | | | | | | | | christinakayastha/feature/printing-remove-slide-number Hide slide number when in paper or pdf print view | ||
| * | Don't remove slide-number in pdf view | Christi Kaes | 2016-10-30 |
| | | |||
| * | Hide slide number when in paper or pdf print view | christikaes | 2016-10-30 |
| | | |||
* | | merge package version conflicts | Hakim El Hattab | 2016-12-01 |
|\ \ | |||
| * | | update dependencies to work with latest node #1743 | Hakim El Hattab | 2016-12-01 |
| | | | |||
| * | | Merge pull request #1743 from haf/patch-1 | Hakim El Hattab | 2016-12-01 |
| |\ \ | | | | | | | | | Bump node engine in packages.json | ||
| | * | | Bump node engine in packages.json | Henrik Feldt | 2016-11-09 |
| |/ / | |||
* | | | Merge pull request #1747 from spencermathews/feature/readme-defaults-fix | Hakim El Hattab | 2016-12-01 |
|\ \ \ | | | | | | | | | Defaults in README are not current | ||
| * | | | Update README.md to reflect current defaults in js/reveal.js | Spencer Mathews | 2016-11-15 |
| | | | | |||
* | | | | Merge pull request #1757 from daanmichiels/correct-copyright | Hakim El Hattab | 2016-12-01 |
|\ \ \ \ | | | | | | | | | | | include contributors in (c) | ||
| * | | | | correct copyright message to include contributors | Daan Michiels | 2016-11-25 |
| |/ / / | |||
* | | | | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | 2016-12-01 |
|\ \ \ \ | |/ / / |/| | | | Implementing a better data-trim | ||
| * | | | Better version of data-trim on code snippets | J.M. Cléry | 2016-11-22 |
| |/ / | |||
| * | | Add note to README about how to disable scaling | Jaiden Mispy | 2016-10-05 |
| | | | |||
* | | | add pdf-ready event; dispatched when the presentation is laid out and ready ↵ | Hakim El Hattab | 2016-11-09 |
| |/ |/| | | | | | to print | ||
* | | remove debug code | Hakim El Hattab | 2016-10-12 |
| | | |||
* | | fixes ff overview rendering bug #1649 | Hakim El Hattab | 2016-10-10 |
| | | |||
* | | remove unused dom lookup | Hakim El Hattab | 2016-10-06 |
| | | |||
* | | attempt at fixing ff transition bug #1627 | Hakim El Hattab | 2016-10-05 |
| | | |||
* | | fix merge conflict for #1634 | Hakim El Hattab | 2016-10-05 |
|\ \ | |||
| * | | Update JSDocs and fix typos | Charles Grigg | 2016-06-29 |
| | | | |||
* | | | 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 |
| | | | |||
* | | | renamed grunt 'base' option to 'root' (#1660) | CH | 2016-10-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow slides to be served away from revealjs server location The previous 'base' option conflicts with Grunt's 'base' option. Changing it to 'root' avoids this. Further, updating to a newer Grunt allows multiple parameters to be used. therefore `grunt serve --root="." --root="pathtomyslides"` allows you to keep your slide content separate from JS/CSS and such * Live reload for relocated base * Updated packages to match origin/dev * Updated packages to match origin/dev * Ensure root is an array | ||
* | | | remove issue comment | Hakim El Hattab | 2016-10-05 |
| | | | |||
* | | | ignore delta=0 mousewheel event | Gerald | 2016-10-05 |
| | | | | | | | | | | | | fix #1607 | ||
* | | | prevent exception when initializing with no slides #1678 #1679 | Hakim El Hattab | 2016-10-05 |
| | | | |||
* | | | autoSlide duration with playbackRate | chadmorrow | 2016-10-05 |
| | | | | | | | | | 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. | ||
* | | | Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev | Hakim El Hattab | 2016-10-05 |
|\ \ \ | |||
| * | | | Logitech R400 on Ubuntu blackout button support | James Roper | 2016-10-01 |
| | |/ | |/| | | | | | | | | | | | | | 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. | ||
* | | | speaker layouts in server side notes plugin | Hakim El Hattab | 2016-09-21 |
| | | | |||
* | | | layout selector for speaker view; includes four options | Hakim El Hattab | 2016-09-21 |
| | | | |||
* | | | autoplay support for content inside of fragments | Hakim El Hattab | 2016-09-20 |
| | | | |||
* | | | none/fade/slide transitions use flat transform style, prevents blurred ↵ | Hakim El Hattab | 2016-08-01 |
| | | | | | | | | | | | | content #1002 | ||
* | | | null computed style to avoid npe | Hakim El Hattab | 2016-07-04 |
| | | | |||
* | | | null check to avoid occasional npe | Hakim El Hattab | 2016-07-04 |
| | | | |||
* | | | ready flag on .reveal container | Hakim El Hattab | 2016-07-01 |
| |/ |/| | |||
* | | update dependencies based on retire.js info #1473 | Hakim El Hattab | 2016-06-28 |
| | | |||
* | | merge retire.js #1473 | Hakim El Hattab | 2016-06-28 |
|\ \ | |||
| * | | added retire.js to build process | Bjoern Kimminich | 2016-01-08 |
| | | | | | | | | | | | | | | | -allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire``` | ||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-06-28 |
|\ \ \ | | |/ | |/| | |||
| * | | request fullscreen on documentElement instead of body (#1621 #1624) | Hakim El Hattab | 2016-06-21 |
| | | | |||
* | | | Merge pull request #1628 from davidjb/markdown-doc-fix | Hakim El Hattab | 2016-06-28 |
|\ \ \ | | | | | | | | | Detail markdown plugin attributes & defaults | ||
| * | | | Detail markdown plugin attributes & defaults | David Beitey | 2016-06-22 |
| | | | | | | | | | | | | Expands the details already given by highlighting the defaults for all attributes and clarifying what's required. | ||
* | | | | use first fragment's data-autoslide value when there is no current fragment | Hakim El Hattab | 2016-06-27 |
| | | | | |||
* | | | | remove unused dom reference | Hakim El Hattab | 2016-06-22 |
| | | | |