summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-04-30Merge branch 'dev' into plugin-key-bindingsGreg Denehy
2017-04-30Added description of custom key binding API to readmeGreg Denehy
2017-04-30Changed custom key binding config properties to use 'keyCode' instead of 'code'Greg Denehy
2017-04-30Pass through key event when calling keyboardCondition() to allow conditional ↵Greg Denehy
function to filter on key codes
2017-04-30Added programatic support for custom key bindings with optional descriptions ↵Greg Denehy
to be added to the help screen
2017-04-27new fix for prematurely autoplaying background videosHakim El Hattab
2017-04-27larger headings for background sectionsHakim El Hattab
2017-04-27add for iframe backgroundsHakim El Hattab
2017-04-27don't autoplay background videos in overview modeHakim El Hattab
2017-04-263.5.0Hakim El Hattab
2017-04-21minor tweak for #1564Hakim El Hattab
2017-04-20optionally display pacing advice based on slide timingsAdam Spiers
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.
2017-04-20document clock and timer in speaker notes windowAdam Spiers
2017-04-20don't show negative signs inside minutes/seconds elementsAdam Spiers
2017-04-20round decreasing timers to mirror increasing timersAdam Spiers
2017-04-20avoid deleting existing classes when muting time elementsAdam Spiers
and make muting work for negative values
2017-04-20don't mute minutes when hours is unmutedAdam Spiers
2017-04-20use opacity for muted clock elementsAdam Spiers
This allows us to use different colours for different timers, which will be useful when we add a pacing timer.
2017-04-20extract time display code into new _displayTime() functionAdam Spiers
This will allow us to reuse the display code for displaying an additional pacing timer.
2017-04-20Allow popup window access to Reveal APIAdam Spiers
2017-04-20add new getSlides() APIAdam Spiers
This can be used by plugins which are concerned with helping the presenter with their pace.
2017-04-20clarify getTotalSlides() returns the number of slidesAdam Spiers
2017-04-20expose getPastSlideCount() via public APIAdam Spiers
This can be used by plugins which are concerned with helping the presenter with their pace.
2017-04-20clarify meaning of getProgress() valueAdam Spiers
2017-04-07formattingHakim El Hattab
2017-04-07Merge pull request #1851 from astone123/masterHakim El Hattab
Fix data-background-video autoplay on iOS Safari
2017-04-07formattingHakim El Hattab
2017-04-07Merge pull request #1844 from riezebosch/pdf-print-stretchHakim El Hattab
print-pdf layout slide contents to fit stretch elements
2017-04-07Merge pull request #1843 from riezebosch/pdf-print-callbackHakim El Hattab
print-pdf using callback iso timer
2017-04-07Merge pull request #1866 from christianp/mathjax-cdnHakim El Hattab
replace cdn.mathjax.org with cdnjs
2017-04-05replace cdn.mathjax.org with cdnjsChristian 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-04make pdf page height offset configurableHakim El Hattab
2017-04-04new cli and in-browser pdf printing compatible fix for #1804Hakim El Hattab
2017-03-30allow fullscreen for background iframesHakim El Hattab
2017-03-23add autoPlayMedia config option, overrides individual autoplay settingsHakim El Hattab
2017-03-17Fix video background autoplay on iOSADAM STONE
2017-03-14print-pdf layout slide contents to fit stretch elementsManuel 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-14print-pdf using callback iso timerManuel Riezebosch
Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269
2017-03-14avoid npe on iframe postMessageHakim El Hattab
2017-02-20tweaks to showSlideNumber config #1833Hakim El Hattab
2017-02-20Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into devHakim El Hattab
2017-02-20note about deploying multiplex server with now #1830Hakim El Hattab
2017-02-17correct config name in READMEMalcolm Young
2017-02-17allow configuration of which view slide number appears on - fixes #1791Malcolm Young
2017-02-17fix overview rendering issues in latest chrome #1649Hakim El Hattab
2017-02-15phantom export throws error if reveal.js isn't presentHakim El Hattab
2017-02-15Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-02-15new phantom pdf export script that works with 3.4.0 #1815Hakim El Hattab
2017-02-14merge autoplay conflict #1771Hakim El Hattab
2017-02-14fix readme conflictHakim El Hattab
2017-02-14updated pdf docsHakim El Hattab
2017-02-14update readme re: pdf exports #1823Hakim El Hattab
2017-02-14Merge pull request #1823 from gilxa1226/masterHakim El Hattab
Update to README.md for PDF printing
2017-02-09docs for #1816 and remove showHelpHakim El Hattab
2017-02-09Merge pull request #1816 from Frazer/patch-1Hakim El Hattab
added toggleHelp function
2017-02-08update deserialize regex to work with decimalsHakim El Hattab
2017-02-07added override parameter to toggleHelp functionFrazer Kirkman
2017-02-07Update README.md to include block for pdf printinggilxa1226
2017-02-07Update README.mdgilxa1226
2017-02-05added 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-02adjust comment for display config value #1325Hakim El Hattab
2017-02-02Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into devHakim El Hattab
2017-02-01Merge branch 'master' of https://github.com/Bramas/reveal.js into devHakim El Hattab
2017-02-01warning about cube/page being deprecated #1774Hakim El Hattab
2017-01-31improved fragment notes support #1636Hakim El Hattab
2017-01-31Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-31Merge pull request #1636 from traff/masterHakim El Hattab
For a fragment: allow to show a separate note defined in it
2017-01-31Merge pull request #1644 from rajgoel/devHakim El Hattab
Turn off preview links locally
2017-01-31make background videos work on ipad #1778Hakim El Hattab
2017-01-31Merge pull request #1728 from opdavies/sass-extensionHakim El Hattab
support .sass themes
2017-01-31Merge pull request #1764 from demoneaux/package-jsonHakim El Hattab
Shift `dependencies` to `devDependencies`.
2017-01-31recommend using textarea wrapper for inline markdown #1780Hakim El Hattab
2017-01-31fix markdown typo, update comment #1780Hakim El Hattab
2017-01-31Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into devHakim El Hattab
2017-01-30note about showNotes in PDF exports #1800Hakim El Hattab
2017-01-30typoHakim El Hattab
2017-01-30Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-30Merge pull request #1803 from bitjson/patch-1Hakim El Hattab
correct grunt option usage
2017-01-25Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-253.4.1Hakim El Hattab
2017-01-25adjust pdf margins instead of heights to fix #1804Hakim El Hattab
2017-01-25adjust pdf margins instead of heights to fix #1804Hakim El Hattab
2017-01-24additional fix for empty pages in pdf exports #1804Hakim El Hattab
2017-01-24fix empty pages in pdf exports (closes #1804)Hakim El Hattab
2017-01-24additional fix for empty pages in pdf exports #1804Hakim El Hattab
2017-01-24fix empty pages in pdf exports (closes #1804)Hakim El Hattab
2017-01-23correct grunt option usageJason Dreyzehner
2017-01-23merge info links in indexHakim El Hattab
2017-01-23Merge pull request #1794 from pkubowicz/index-historyHakim El Hattab
Remove 'history: true' from index.html
2017-01-23Merge pull request #1768 from demoneaux/background-imagesHakim El Hattab
Allow background images without protocols to have query hashes/parameters.
2017-01-202017Hakim El Hattab
2017-01-19make backgrounds (iframes) interactive when the foreground is emptyHakim El Hattab
2017-01-19remove unused argumentHakim El Hattab
2017-01-18 works with video, defaults to (same as for images)Hakim El Hattab
2017-01-17fix race condition by updating backgrounds after slide visibilityHakim El Hattab
2017-01-17prevent autoplaying backgrounds from playing if slide is hiddenHakim El Hattab
2017-01-16wait for in-slide video/audio to load before playing, reuse same autoplay ↵Hakim El Hattab
logic for slide backgrounds
2017-01-15Remove 'history: true' from index.htmlPiotr 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-10fix unclosed code blockHakim El Hattab
2017-01-103.4.0Hakim El Hattab