aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* unload lazy loaded videos that are moved out of viewHakim El Hattab2017-06-14
|
* prevent mobile safari header from covering presentation contentHakim El Hattab2017-06-13
|
* fix centering of edge-aligned controlsHakim El Hattab2017-06-12
|
* change condition for detecting when there are horizontal slidesHakim El Hattab2017-06-02
|
* 'showNotes' does nothing when there are no notesHakim El Hattab2017-05-24
|
* 'no notes on this slide' placeholderHakim El Hattab2017-05-18
|
* comment typoHakim El Hattab2017-05-18
|
* improve controls on touch devicesHakim El Hattab2017-05-18
|
* revise progress to make them easier to overrideHakim El Hattab2017-05-18
|
* controlsHints -> controlsTutorialHakim El Hattab2017-05-16
|
* in/out transitions for controlsHakim El Hattab2017-05-16
|
* add controlsHint option, animates vertical arrow first time we encounter a ↵Hakim El Hattab2017-05-16
| | | | vertical slide
* adjust controls layout when there are no vertical or horizontal slides in ↵Hakim El Hattab2017-05-16
| | | | the deck
* new, fixed, speaker notes layoutHakim El Hattab2017-05-16
|
* 'controls-placement' -> 'controls-layout', cut back on controls spacingHakim El Hattab2017-05-16
|
* more flexible back arrow controls optionHakim El Hattab2017-05-16
|
* default to bottom right controls, rename soften arrows optionHakim El Hattab2017-05-16
|
* collapse control element size when corner alignedHakim El Hattab2017-05-16
|
* new controls are used by default, add config optionsHakim El Hattab2017-05-16
|
* new optional controls aligned to screen edgesHakim El Hattab2017-05-16
|
* new fix for prematurely autoplaying background videosHakim El Hattab2017-04-27
|
* don't autoplay background videos in overview modeHakim El Hattab2017-04-27
|
* 3.5.0Hakim El Hattab2017-04-26
|
* 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.
* 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.
* | | 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
|\ \
| * | allow configuration of which view slide number appears on - fixes #1791Malcolm Young2017-02-17
| |/
* | fix overview rendering issues in latest chrome #1649Hakim El Hattab2017-02-17
| |
* | 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
| | |
| * | #1770, fixed function name.Markku Roponen2016-12-12
| | |
| * | #1770, resume playback for paused media.Markku Roponen2016-12-12
| | |
* | | docs for #1816 and remove showHelpHakim El Hattab2017-02-09
| | |
* | | Merge pull request #1816 from Frazer/patch-1Hakim El Hattab2017-02-09
|\ \ \ | | | | | | | | added toggleHelp function
| * | | added override parameter to toggleHelp functionFrazer Kirkman2017-02-07
| | | |
| * | | added toggleHelp function Frazer Kirkman2017-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.