Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make pdf page height offset configurable | Hakim El Hattab | 2017-04-04 |
| | |||
* | new cli and in-browser pdf printing compatible fix for #1804 | Hakim El Hattab | 2017-04-04 |
| | |||
* | allow fullscreen for background iframes | Hakim El Hattab | 2017-03-30 |
| | |||
* | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | 2017-03-23 |
| | |||
* | avoid npe on iframe postMessage | Hakim El Hattab | 2017-03-14 |
| | |||
* | tweaks to showSlideNumber config #1833 | Hakim El Hattab | 2017-02-20 |
| | |||
* | Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into dev | Hakim El Hattab | 2017-02-20 |
|\ | |||
| * | correct config name in README | Malcolm Young | 2017-02-17 |
| | | |||
| * | allow configuration of which view slide number appears on - fixes #1791 | Malcolm Young | 2017-02-17 |
| | | |||
* | | note about deploying multiplex server with now #1830 | Hakim El Hattab | 2017-02-20 |
| | | |||
* | | fix overview rendering issues in latest chrome #1649 | Hakim El Hattab | 2017-02-17 |
| | | |||
* | | phantom export throws error if reveal.js isn't present | Hakim El Hattab | 2017-02-15 |
| | | |||
* | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-02-15 |
|\| | |||
| * | new phantom pdf export script that works with 3.4.0 #1815 | Hakim El Hattab | 2017-02-15 |
| | | |||
* | | merge autoplay conflict #1771 | Hakim El Hattab | 2017-02-14 |
|\ \ | |||
| * | | #1770, set 'data-paused-by-reveal' attribute only for the media elements, ↵ | Markku Roponen | 2016-12-13 |
| | | | | | | | | | | | | which are not already in paused state. | ||
| * | | #1770, added second argument for setAttribute | Markku Roponen | 2016-12-12 |
| | | | |||
| * | | #1770, fixed function name. | Markku Roponen | 2016-12-12 |
| | | | |||
| * | | #1770, resume playback for paused media. | Markku Roponen | 2016-12-12 |
| | | | |||
* | | | fix readme conflict | Hakim El Hattab | 2017-02-14 |
|\ \ \ | | |/ | |/| | |||
| * | | updated pdf docs | Hakim El Hattab | 2017-02-14 |
| | | | |||
| * | | update readme re: pdf exports #1823 | Hakim El Hattab | 2017-02-14 |
| | | | |||
| * | | Merge pull request #1823 from gilxa1226/master | Hakim El Hattab | 2017-02-14 |
| |\ \ | | | | | | | | | Update to README.md for PDF printing | ||
| | * | | Update README.md to include block for pdf printing | gilxa1226 | 2017-02-07 |
| | | | | |||
| | * | | Update README.md | gilxa1226 | 2017-02-07 |
| |/ / | |||
* | | | docs for #1816 and remove showHelp | Hakim El Hattab | 2017-02-09 |
| | | | |||
* | | | Merge pull request #1816 from Frazer/patch-1 | Hakim El Hattab | 2017-02-09 |
|\ \ \ | | | | | | | | | added toggleHelp function | ||
| * | | | added override parameter to toggleHelp function | Frazer Kirkman | 2017-02-07 |
| | | | | |||
| * | | | added toggleHelp function | Frazer Kirkman | 2017-02-05 |
| |/ / | | | | | | | this way a key can be given ability to toggleHelp on and off. Previously Reveal.showHelp could open the help screen, but no way to close it. | ||
* | | | update deserialize regex to work with decimals | Hakim El Hattab | 2017-02-08 |
| | | | |||
* | | | 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-02 |
|\ \ \ | |||
| * | | | resolves #1324 allow display property to be configured | Dan Allen | 2015-08-07 |
| | | | | | | | | | | | | | | | | - allow display property apply to current slide to be configured | ||
* | | | | Merge branch 'master' of https://github.com/Bramas/reveal.js into dev | Hakim El Hattab | 2017-02-01 |
|\ \ \ \ | |||
| * | | | | add 'npm build' script that launch grunt | Quentin Bramas | 2016-06-28 |
| | | | | | |||
* | | | | | warning about cube/page being deprecated #1774 | Hakim El Hattab | 2017-02-01 |
| | | | | | |||
* | | | | | 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 | 2017-01-31 |
| |\ \ \ \ | | | | | | | | | | | | | For a fragment: allow to show a separate note defined in it | ||
| | * | | | | For a fragment: allow to show a separate note defined in it | Dmitry Trofimov | 2016-07-04 |
| | |/ / / | | | | | | | | | | | | | | | | 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. | ||
* | | | | | Merge pull request #1644 from rajgoel/dev | Hakim El Hattab | 2017-01-31 |
|\ \ \ \ \ | | | | | | | | | | | | | Turn off preview links locally | ||
| * | | | | | Allow switching off preview links | Asvin Goel | 2016-07-21 |
| | | | | | | | | | | | | | | | | | | The data-preview-link=false tag can be used to switch off preview links | ||
| * | | | | | Merge pull request #12 from hakimel/dev | Asvin Goel | 2016-07-21 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Syncing to current version | ||
* | | | | | | | make background videos work on ipad #1778 | Hakim El Hattab | 2017-01-31 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1728 from opdavies/sass-extension | Hakim El Hattab | 2017-01-31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | support .sass themes | ||
| * | | | | | | | Support sass extension for custom themes | Oliver Davies | 2016-10-16 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #1764 from demoneaux/package-json | Hakim El Hattab | 2017-01-31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Shift `dependencies` to `devDependencies`. | ||
| * | | | | | | | | Shift `dependencies` to `devDependencies`. | Benjamin Tan | 2016-12-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | | | | | | | | | 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 |
| | | | | | | | | |