summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2017-01-10Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2016-12-23support complex markdownSeason Chen
support <textarea data-template> `some code` </textarea>
2016-12-15fragments inherit visibility to avoid conflicts with parent slide visibilityHakim El Hattab
2016-12-13don't show error message while iframe fades in #1577Hakim El Hattab
2016-12-13Merge branch 'add-refused-to-display-tips-to-link-preview' of ↵Hakim El Hattab
https://github.com/Huxpro/reveal.js into dev
2016-12-13always use lowercase reveal.jsHakim El Hattab
2016-12-13Merge pull request #1767 from demoneaux/readmeHakim 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 setAttributeMarkku Roponen
2016-12-12#1770, fixed function name.Markku Roponen
2016-12-12#1770, resume playback for paused media.Markku Roponen
2016-12-11Allow background images without protocols to have query hashes/parameters.Benjamin Tan
Closes #1603.
2016-12-11Add note about head.js to readme.Benjamin Tan
Closes #1569.
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
Closes #1163, #1495.
2016-12-08Shift `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-06Reduce 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-06Merge pull request #1760 from demoneaux/package-jsonHakim El Hattab
Reduce required Node.js version to 4.0.0.
2016-12-06Reduce 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-01Merge 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-01merge package version conflictsHakim El Hattab