aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Enable showNotes for publishing on the webHEADmasterChristopher Baines2017-10-31
|
* Presentation for Freenode live 2017Christopher Baines2017-10-31
|
* Merge pull request #1898 from bentsai/patch-1Hakim El Hattab2017-06-12
|\ | | | | Fix typo
| * Fix typoBen Tsai2017-05-10
|/ | | "proceding" → "proceeding"
* new fix for prematurely autoplaying background videosHakim El Hattab2017-04-27
|
* larger headings for background sectionsHakim El Hattab2017-04-27
|
* add for iframe backgroundsHakim El Hattab2017-04-27
|
* don't autoplay background videos in overview modeHakim El Hattab2017-04-27
|
* 3.5.0Hakim El Hattab2017-04-26
|
* minor tweak for #1564Hakim El Hattab2017-04-21
|
* optionally display pacing advice based on slide timingsAdam Spiers2017-04-20
| | | | | | | | | | | | | | | | | Add an option to display advice on whether the current pace of the presentation is on track for the right timing (shown as green), and if not, whether the presenter should speed up (shown as red) or has the luxury of slowing down (blue). The pacing timer can be enabled by configuring by the `defaultTiming` parameter in the `Reveal` configuration block, which specifies the number of seconds per slide. 120 can be a reasonable rule of thumb. Timings can also be given per slide `<section>` by setting the `data-timing` attribute. Both values are in numbers of seconds. When the option is enabled, clicking on the timers will reset the timer to the beginning of the current slide, i.e. as if pacing was perfectly on track, not to zero as if the presentation had just begun.
* document clock and timer in speaker notes windowAdam Spiers2017-04-20
|
* don't show negative signs inside minutes/seconds elementsAdam Spiers2017-04-20
|
* round decreasing timers to mirror increasing timersAdam Spiers2017-04-20
|
* avoid deleting existing classes when muting time elementsAdam Spiers2017-04-20
| | | | and make muting work for negative values
* don't mute minutes when hours is unmutedAdam Spiers2017-04-20
|
* use opacity for muted clock elementsAdam Spiers2017-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() functionAdam Spiers2017-04-20
| | | | | This will allow us to reuse the display code for displaying an additional pacing timer.
* Allow popup window access to Reveal APIAdam Spiers2017-04-20
|
* add new getSlides() APIAdam Spiers2017-04-20
| | | | | This can be used by plugins which are concerned with helping the presenter with their pace.
* clarify getTotalSlides() returns the number of slidesAdam Spiers2017-04-20
|
* expose getPastSlideCount() via public APIAdam Spiers2017-04-20
| | | | | This can be used by plugins which are concerned with helping the presenter with their pace.
* clarify meaning of getProgress() valueAdam Spiers2017-04-20
|
* formattingHakim El Hattab2017-04-07
|
* Merge pull request #1851 from astone123/masterHakim El Hattab2017-04-07
|\ | | | | Fix data-background-video autoplay on iOS Safari
| * Fix video background autoplay on iOSADAM STONE2017-03-17
| |
* | formattingHakim El Hattab2017-04-07
| |
* | Merge pull request #1844 from riezebosch/pdf-print-stretchHakim El Hattab2017-04-07
|\ \ | | | | | | print-pdf layout slide contents to fit stretch elements
| * | print-pdf layout slide contents to fit stretch elementsManuel Riezebosch2017-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-callbackHakim El Hattab2017-04-07
|\ \ \ | | | | | | | | print-pdf using callback iso timer
| * | | print-pdf using callback iso timerManuel Riezebosch2017-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-cdnHakim El Hattab2017-04-07
|\ \ \ | | | | | | | | replace cdn.mathjax.org with cdnjs
| * | | replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect2017-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 configurableHakim El Hattab2017-04-04
| | |
* | | new cli and in-browser pdf printing compatible fix for #1804Hakim El Hattab2017-04-04
| | |
* | | allow fullscreen for background iframesHakim El Hattab2017-03-30
| | |
* | | add autoPlayMedia config option, overrides individual autoplay settingsHakim El Hattab2017-03-23
|/ /
* | avoid npe on iframe postMessageHakim El Hattab2017-03-14
| |
* | tweaks to showSlideNumber config #1833Hakim El Hattab2017-02-20
| |
* | Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into devHakim El Hattab2017-02-20
|\ \
| * | correct config name in READMEMalcolm Young2017-02-17
| | |
| * | allow configuration of which view slide number appears on - fixes #1791Malcolm Young2017-02-17
| |/
* | note about deploying multiplex server with now #1830Hakim El Hattab2017-02-20
| |
* | fix overview rendering issues in latest chrome #1649Hakim El Hattab2017-02-17
| |
* | phantom export throws error if reveal.js isn't presentHakim El Hattab2017-02-15
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-02-15
|\|
| * new phantom pdf export script that works with 3.4.0 #1815Hakim El Hattab2017-02-15
| |
* | merge autoplay conflict #1771Hakim El Hattab2017-02-14
|\ \
| * | #1770, set 'data-paused-by-reveal' attribute only for the media elements, ↵Markku Roponen2016-12-13
| | | | | | | | | | | | which are not already in paused state.
| * | #1770, added second argument for setAttributeMarkku Roponen2016-12-12
| | |