Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | clarify getTotalSlides() returns the number of slides | Adam Spiers | |
2017-04-20 | expose getPastSlideCount() via public API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify meaning of getProgress() value | Adam Spiers | |
2017-04-07 | formatting | Hakim El Hattab | |
2017-04-07 | Merge pull request #1851 from astone123/master | Hakim El Hattab | |
Fix data-background-video autoplay on iOS Safari | |||
2017-04-07 | formatting | Hakim El Hattab | |
2017-04-07 | Merge pull request #1844 from riezebosch/pdf-print-stretch | Hakim El Hattab | |
print-pdf layout slide contents to fit stretch elements | |||
2017-04-07 | Merge pull request #1843 from riezebosch/pdf-print-callback | Hakim El Hattab | |
print-pdf using callback iso timer | |||
2017-04-07 | Merge pull request #1866 from christianp/mathjax-cdn | Hakim El Hattab | |
replace cdn.mathjax.org with cdnjs | |||
2017-04-05 | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | |
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html | |||
2017-04-04 | 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-03-30 | allow fullscreen for background iframes | Hakim El Hattab | |
2017-03-23 | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | |
2017-03-17 | Fix video background autoplay on iOS | ADAM STONE | |
2017-03-14 | print-pdf layout slide contents to fit stretch elements | Manuel Riezebosch | |
layout() and thereby layoutSlideContents() is never invoked when isPrintingPdf() is true so stretch elements are not sized correctly. This is ensured now by invoking the layoutSlideContents from SetupPDF(). There seems no need to scale down like in other PR's is suggested. | |||
2017-03-14 | print-pdf using callback iso timer | Manuel Riezebosch | |
Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269 | |||
2017-03-14 | avoid npe on iframe postMessage | Hakim El Hattab | |
2017-02-20 | 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 | note about deploying multiplex server with now #1830 | Hakim El Hattab | |
2017-02-17 | 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 | fix overview rendering issues in latest chrome #1649 | Hakim El Hattab | |
2017-02-15 | 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-14 | merge autoplay conflict #1771 | Hakim El Hattab | |
2017-02-14 | 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 | |
Update to README.md for PDF printing | |||
2017-02-09 | docs for #1816 and remove showHelp | Hakim El Hattab | |
2017-02-09 | Merge pull request #1816 from Frazer/patch-1 | Hakim El Hattab | |
added toggleHelp function | |||
2017-02-08 | update deserialize regex to work with decimals | Hakim El Hattab | |
2017-02-07 | added override parameter to toggleHelp function | Frazer Kirkman | |
2017-02-07 | Update README.md to include block for pdf printing | gilxa1226 | |
2017-02-07 | Update README.md | gilxa1226 | |
2017-02-05 | added toggleHelp function | Frazer Kirkman | |
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. | |||
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-13 | #1770, set 'data-paused-by-reveal' attribute only for the media elements, ↵ | Markku Roponen | |
which are not already in paused state. | |||
2016-12-12 | #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-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 | |