Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | adjust comment for display config value #1325 | Hakim El Hattab | |
2017-02-02 | Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into dev | Hakim El Hattab | |
2017-02-01 | Merge branch 'master' of https://github.com/Bramas/reveal.js into dev | Hakim El Hattab | |
2017-02-01 | warning about cube/page being deprecated #1774 | Hakim El Hattab | |
2017-01-31 | improved fragment notes support #1636 | Hakim El Hattab | |
2017-01-31 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-01-31 | Merge pull request #1636 from traff/master | Hakim El Hattab | |
For a fragment: allow to show a separate note defined in it | |||
2017-01-31 | Merge pull request #1644 from rajgoel/dev | Hakim El Hattab | |
Turn off preview links locally | |||
2017-01-31 | make background videos work on ipad #1778 | Hakim El Hattab | |
2017-01-31 | Merge pull request #1728 from opdavies/sass-extension | Hakim El Hattab | |
support .sass themes | |||
2017-01-31 | Merge pull request #1764 from demoneaux/package-json | Hakim El Hattab | |
Shift `dependencies` to `devDependencies`. | |||
2017-01-31 | recommend using textarea wrapper for inline markdown #1780 | Hakim El Hattab | |
2017-01-31 | fix markdown typo, update comment #1780 | Hakim El Hattab | |
2017-01-31 | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev | Hakim El Hattab | |
2017-01-30 | note about showNotes in PDF exports #1800 | Hakim El Hattab | |
2017-01-30 | typo | Hakim El Hattab | |
2017-01-30 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-01-30 | Merge pull request #1803 from bitjson/patch-1 | Hakim El Hattab | |
correct grunt option usage | |||
2017-01-25 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-01-25 | 3.4.1 | Hakim El Hattab | |
2017-01-25 | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | |
2017-01-25 | adjust pdf margins instead of heights to fix #1804 | Hakim El Hattab | |
2017-01-24 | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | |
2017-01-24 | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | |
2017-01-24 | additional fix for empty pages in pdf exports #1804 | Hakim El Hattab | |
2017-01-24 | fix empty pages in pdf exports (closes #1804) | Hakim El Hattab | |
2017-01-23 | correct grunt option usage | Jason Dreyzehner | |
2017-01-23 | merge info links in index | Hakim El Hattab | |
2017-01-23 | Merge pull request #1794 from pkubowicz/index-history | Hakim El Hattab | |
Remove 'history: true' from index.html | |||
2017-01-23 | Merge pull request #1768 from demoneaux/background-images | Hakim El Hattab | |
Allow background images without protocols to have query hashes/parameters. | |||
2017-01-20 | 2017 | Hakim El Hattab | |
2017-01-19 | make backgrounds (iframes) interactive when the foreground is empty | Hakim El Hattab | |
2017-01-19 | remove unused argument | Hakim El Hattab | |
2017-01-18 | works with video, defaults to (same as for images) | Hakim El Hattab | |
2017-01-17 | fix race condition by updating backgrounds after slide visibility | Hakim El Hattab | |
2017-01-17 | prevent autoplaying backgrounds from playing if slide is hidden | Hakim El Hattab | |
2017-01-16 | wait for in-slide video/audio to load before playing, reuse same autoplay ↵ | Hakim El Hattab | |
logic for slide backgrounds | |||
2017-01-15 | Remove 'history: true' from index.html | Piotr Kubowicz | |
Readme says the default is 'history: false', so it may be surprising for users - it's easy to miss the contradicting setting in index.html | |||
2017-01-10 | fix unclosed code block | Hakim El Hattab | |
2017-01-10 | 3.4.0 | Hakim El Hattab | |
2017-01-10 | Merge branch 'dev' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2016-12-23 | support complex markdown | Season Chen | |
support <textarea data-template> `some code` </textarea> | |||
2016-12-15 | fragments inherit visibility to avoid conflicts with parent slide visibility | Hakim El Hattab | |
2016-12-13 | don't show error message while iframe fades in #1577 | Hakim El Hattab | |
2016-12-13 | Merge branch 'add-refused-to-display-tips-to-link-preview' of ↵ | Hakim El Hattab | |
https://github.com/Huxpro/reveal.js into dev | |||
2016-12-13 | always use lowercase reveal.js | Hakim El Hattab | |
2016-12-13 | Merge pull request #1767 from demoneaux/readme | Hakim El Hattab | |
Add note about head.js to readme. | |||
2016-12-11 | Allow background images without protocols to have query hashes/parameters. | Benjamin Tan | |
Closes #1603. | |||
2016-12-11 | Add note about head.js to readme. | Benjamin Tan | |
Closes #1569. | |||
2016-12-08 | Enable passing options for parsing Markdown. | Benjamin Tan | |
Closes #1163, #1495. | |||
2016-12-08 | Shift `dependencies` to `devDependencies`. | Benjamin Tan | |
The `reveal.js` npm module is typically installed to access the CSS/JS assets for Reveal.js. For those that want to run the plugins, they would clone the whole repository. Hence, it doesn’t make sense to include those as `dependencies`, which will increase download times. Closes #1734. | |||
2016-12-06 | Reduce required Node.js version to 4.0.0. | Benjamin Tan | |
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. | |||
2016-12-06 | Merge pull request #1760 from demoneaux/package-json | Hakim El Hattab | |
Reduce required Node.js version to 4.0.0. | |||
2016-12-06 | Reduce required Node.js version to 4.0.0. | Benjamin Tan | |
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. | |||
2016-12-01 | Merge pull request #1740 from ↵ | Hakim El Hattab | |
christinakayastha/feature/printing-remove-slide-number Hide slide number when in paper or pdf print view | |||
2016-12-01 | 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 | |
Bump node engine in packages.json | |||
2016-12-01 | Merge pull request #1747 from spencermathews/feature/readme-defaults-fix | Hakim El Hattab | |
Defaults in README are not current | |||
2016-12-01 | Merge pull request #1757 from daanmichiels/correct-copyright | Hakim El Hattab | |
include contributors in (c) | |||
2016-12-01 | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | |
Implementing a better data-trim | |||
2016-11-25 | correct copyright message to include contributors | Daan Michiels | |
2016-11-22 | Better version of data-trim on code snippets | J.M. Cléry | |
2016-11-15 | Update README.md to reflect current defaults in js/reveal.js | Spencer Mathews | |
2016-11-09 | add pdf-ready event; dispatched when the presentation is laid out and ready ↵ | Hakim El Hattab | |
to print | |||
2016-11-09 | Bump node engine in packages.json | Henrik Feldt | |
2016-10-30 | 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-16 | Support sass extension for custom themes | Oliver Davies | |
2016-10-12 | remove debug code | Hakim El Hattab | |
2016-10-10 | fixes ff overview rendering bug #1649 | Hakim El Hattab | |
2016-10-06 | remove unused dom lookup | Hakim El Hattab | |
2016-10-05 | attempt at fixing ff transition bug #1627 | Hakim El Hattab | |
2016-10-05 | fix merge conflict for #1634 | Hakim El Hattab | |
2016-10-05 | 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 | |
* 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 | |||
2016-10-05 | remove issue comment | Hakim El Hattab | |
2016-10-05 | ignore delta=0 mousewheel event | Gerald | |
fix #1607 | |||
2016-10-05 | prevent exception when initializing with no slides #1678 #1679 | Hakim El Hattab | |
2016-10-05 | Add note to README about how to disable scaling | Jaiden Mispy | |
2016-10-05 | autoSlide duration with playbackRate | chadmorrow | |
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. | |||
2016-10-05 | Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev | Hakim El Hattab | |
2016-10-01 | Logitech R400 on Ubuntu blackout button support | James Roper | |
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. | |||
2016-09-21 | 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-20 | autoplay support for content inside of fragments | Hakim El Hattab | |
2016-08-01 | none/fade/slide transitions use flat transform style, prevents blurred ↵ | Hakim El Hattab | |
content #1002 | |||
2016-07-21 | Allow switching off preview links | Asvin Goel | |
The data-preview-link=false tag can be used to switch off preview links | |||
2016-07-21 | Merge pull request #12 from hakimel/dev | Asvin Goel | |
Syncing to current version | |||
2016-07-04 | For a fragment: allow to show a separate note defined in it | Dmitry Trofimov | |
When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case. | |||
2016-07-04 | null computed style to avoid npe | Hakim El Hattab | |
2016-07-04 | null check to avoid occasional npe | Hakim El Hattab | |
2016-07-01 | ready flag on .reveal container | Hakim El Hattab | |
2016-06-29 | Update JSDocs and fix typos | Charles Grigg | |
2016-06-28 | update dependencies based on retire.js info #1473 | Hakim El Hattab | |
2016-06-28 | merge retire.js #1473 | Hakim El Hattab | |
2016-06-28 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-06-28 | Merge pull request #1628 from davidjb/markdown-doc-fix | Hakim El Hattab | |
Detail markdown plugin attributes & defaults |