Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | round decreasing timers to mirror increasing timers | Adam Spiers | 2017-04-20 | |
| | | ||||
* | | avoid deleting existing classes when muting time elements | Adam Spiers | 2017-04-20 | |
| | | | | | | | | and make muting work for negative values | |||
* | | don't mute minutes when hours is unmuted | Adam Spiers | 2017-04-20 | |
| | | ||||
* | | use opacity for muted clock elements | Adam Spiers | 2017-04-20 | |
| | | | | | | | | | | This allows us to use different colours for different timers, which will be useful when we add a pacing timer. | |||
* | | extract time display code into new _displayTime() function | Adam Spiers | 2017-04-20 | |
| | | | | | | | | | | This will allow us to reuse the display code for displaying an additional pacing timer. | |||
* | | Allow popup window access to Reveal API | Adam Spiers | 2017-04-20 | |
| | | ||||
* | | add new getSlides() API | Adam Spiers | 2017-04-20 | |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | |||
* | | clarify getTotalSlides() returns the number of slides | Adam Spiers | 2017-04-20 | |
| | | ||||
* | | expose getPastSlideCount() via public API | Adam Spiers | 2017-04-20 | |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | |||
* | | clarify meaning of getProgress() value | Adam Spiers | 2017-04-20 | |
| | | ||||
* | | formatting | Hakim El Hattab | 2017-04-07 | |
| | | ||||
* | | Merge pull request #1851 from astone123/master | Hakim El Hattab | 2017-04-07 | |
|\ \ | | | | | | | Fix data-background-video autoplay on iOS Safari | |||
| * | | Fix video background autoplay on iOS | ADAM STONE | 2017-03-17 | |
| | | | ||||
* | | | formatting | Hakim El Hattab | 2017-04-07 | |
| | | | ||||
* | | | Merge pull request #1844 from riezebosch/pdf-print-stretch | Hakim El Hattab | 2017-04-07 | |
|\ \ \ | | | | | | | | | print-pdf layout slide contents to fit stretch elements | |||
| * | | | print-pdf layout slide contents to fit stretch elements | Manuel Riezebosch | 2017-03-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | | Merge pull request #1843 from riezebosch/pdf-print-callback | Hakim El Hattab | 2017-04-07 | |
|\ \ \ \ | | | | | | | | | | | print-pdf using callback iso timer | |||
| * | | | | print-pdf using callback iso timer | Manuel Riezebosch | 2017-03-14 | |
| |/ / / | | | | | | | | | | | | | | | | | Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269 | |||
* | | | | Merge pull request #1866 from christianp/mathjax-cdn | Hakim El Hattab | 2017-04-07 | |
|\ \ \ \ | | | | | | | | | | | replace cdn.mathjax.org with cdnjs | |||
| * | | | | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | 2017-04-05 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | | | | 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 | |
| | | | |