aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
| | | | Closes #1163, #1495.
* Merge pull request #1760 from demoneaux/package-jsonHakim El Hattab2016-12-06
|\ | | | | Reduce required Node.js version to 4.0.0.
| * Reduce required Node.js version to 4.0.0.Benjamin Tan2016-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 Hattab2016-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 viewChristi Kaes2016-10-30
| |
| * Hide slide number when in paper or pdf print viewchristikaes2016-10-30
| |
* | merge package version conflictsHakim El Hattab2016-12-01
|\ \
| * | update dependencies to work with latest node #1743Hakim El Hattab2016-12-01
| | |
| * | Merge pull request #1743 from haf/patch-1Hakim El Hattab2016-12-01
| |\ \ | | | | | | | | Bump node engine in packages.json
| | * | Bump node engine in packages.jsonHenrik Feldt2016-11-09
| |/ /
* | | Merge pull request #1747 from spencermathews/feature/readme-defaults-fixHakim El Hattab2016-12-01
|\ \ \ | | | | | | | | Defaults in README are not current
| * | | Update README.md to reflect current defaults in js/reveal.jsSpencer Mathews2016-11-15
| | | |
* | | | Merge pull request #1757 from daanmichiels/correct-copyrightHakim El Hattab2016-12-01
|\ \ \ \ | | | | | | | | | | include contributors in (c)
| * | | | correct copyright message to include contributorsDaan Michiels2016-11-25
| |/ / /
* | | | Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab2016-12-01
|\ \ \ \ | |/ / / |/| | | Implementing a better data-trim
| * | | Better version of data-trim on code snippetsJ.M. Cléry2016-11-22
| |/ /
| * | Add note to README about how to disable scalingJaiden Mispy2016-10-05
| | |
* | | add pdf-ready event; dispatched when the presentation is laid out and ready ↵Hakim El Hattab2016-11-09
| |/ |/| | | | | to print
* | remove debug codeHakim El Hattab2016-10-12
| |
* | fixes ff overview rendering bug #1649Hakim El Hattab2016-10-10
| |
* | remove unused dom lookupHakim El Hattab2016-10-06
| |
* | attempt at fixing ff transition bug #1627Hakim El Hattab2016-10-05
| |
* | fix merge conflict for #1634Hakim El Hattab2016-10-05
|\ \
| * | Update JSDocs and fix typosCharles Grigg2016-06-29
| | |
* | | code format tweaksHakim El Hattab2016-10-05
| | |
* | | only use nodeType 1 and 3 (only relevant types)Maarten Schroeven2016-10-05
| | |
* | | limit text written to the status divMaarten Schroeven2016-10-05
| | |
* | | renamed grunt 'base' option to 'root' (#1660)CH2016-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 commentHakim El Hattab2016-10-05
| | |
* | | ignore delta=0 mousewheel eventGerald2016-10-05
| | | | | | | | | | | | fix #1607
* | | prevent exception when initializing with no slides #1678 #1679Hakim El Hattab2016-10-05
| | |
* | | autoSlide duration with playbackRatechadmorrow2016-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 devHakim El Hattab2016-10-05
|\ \ \
| * | | Logitech R400 on Ubuntu blackout button supportJames Roper2016-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 pluginHakim El Hattab2016-09-21
| | |
* | | layout selector for speaker view; includes four optionsHakim El Hattab2016-09-21
| | |
* | | autoplay support for content inside of fragmentsHakim El Hattab2016-09-20
| | |
* | | none/fade/slide transitions use flat transform style, prevents blurred ↵Hakim El Hattab2016-08-01
| | | | | | | | | | | | content #1002
* | | null computed style to avoid npeHakim El Hattab2016-07-04
| | |
* | | null check to avoid occasional npeHakim El Hattab2016-07-04
| | |
* | | ready flag on .reveal containerHakim El Hattab2016-07-01
| |/ |/|
* | update dependencies based on retire.js info #1473Hakim El Hattab2016-06-28
| |
* | merge retire.js #1473Hakim El Hattab2016-06-28
|\ \
| * | added retire.js to build processBjoern Kimminich2016-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 devHakim El Hattab2016-06-28
|\ \ \ | | |/ | |/|
| * | request fullscreen on documentElement instead of body (#1621 #1624)Hakim El Hattab2016-06-21
| | |
* | | Merge pull request #1628 from davidjb/markdown-doc-fixHakim El Hattab2016-06-28
|\ \ \ | | | | | | | | Detail markdown plugin attributes & defaults
| * | | Detail markdown plugin attributes & defaultsDavid Beitey2016-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 fragmentHakim El Hattab2016-06-27
| | | |
* | | | remove unused dom referenceHakim El Hattab2016-06-22
| | | |