summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2018-05-31new syncFragments api methodHakim El Hattab
2018-05-24flatten slide number when there are only vertical slidesHakim El Hattab
2018-05-03refactor code to match new background dom structureHakim El Hattab
2018-05-03add Reveal.syncSlideHakim El Hattab
2018-05-03data-background-content-opacity -> data-background-opacityHakim El Hattab
2018-04-27add , adds wrapper element around background images/videos/iframesHakim El Hattab
2018-04-16revise readURL to handle one-based indicesHakim El Hattab
2018-04-16prevent linked slide numbers from changing colorHakim El Hattab
2018-04-13Merge branch 'dev' into masterSean Parent
2018-03-27gracefully handle duplicate slide id'sHakim El Hattab
2018-03-23Made one based indexing optionalSean Parent
2018-03-22code formattingHakim El Hattab
2018-03-22Merge branch 'URI-encode-name-hash' of https://github.com/nnormand/reveal.js ↵Hakim El Hattab
into dev
2018-03-22formattingHakim El Hattab
2018-03-22Merge pull request #2114 from ChumpChief/standardized-pointerHakim El Hattab
Prefer W3C pointer events and updates to match the standard definition
2018-03-22Merge pull request #2128 from craigsdennis/feature/update-copyright-dateHakim El Hattab
Updates copyright to 2018
2018-03-22disableLayout comment tweakHakim El Hattab
2018-03-22add support for overriding the default layout (#2121)Steve Hartzog
* add support for overriding the default layout New `overrideLayout` option (if true) will prevent h/w calcs. * fix error if options are empty * Implement requested changes Rename overrideLayout to disableLayout and remove code to unset display
2018-03-21Adding support for hash linked slideNumberSean Parent
2018-03-20Revert "remove pdf height offset"Hakim El Hattab
This reverts commit f76b4fda93a8d8770390d4e89b68f8ac27e32dc9.
2018-03-16Updates copyright to 2018craigsdennis
2018-03-16remove pdf height offsetHakim El Hattab
2018-03-14prevent missing 'present' class when navigating to same slide twiceHakim El Hattab
2018-03-07Prefer W3C pointer events, remove pointerEnabled references (it is not part ↵Matt Rakow
of the standard), unconditional event removal
2018-03-05fix autoplay of inline videos in iosHakim El Hattab
2018-02-22Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab
2018-02-12navigateNext no longer gets stuck on first stack when looping is enabledHakim El Hattab
2018-02-10Background repeat & position to parallax backgroundJohn Muccigrosso
2018-02-09Merge pull request #1836 from RobertBaron/background-whitespace-uriBenjamin Tan
Allow whitespace on background-images, w3 compliance
2018-02-08Cleanup code style.Benjamin Tan
2018-02-07fix looping of presentations that only have vertical slidesHakim El Hattab
2018-02-07Merge branch 'fragment-in-url' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
Closes #2005.
2018-01-25fix bug where left/right arrows appeared when there were no horizontal slidesHakim El Hattab
2018-01-25reorganize config optionsHakim El Hattab
2018-01-22Merge pull request #2078 from bnjmnt4n/data-backgroundHakim El Hattab
Allow `data-background` images to load even if there is whitespace at…
2018-01-22Allow `data-background` images to load even if there is whitespace at the end.Benjamin Tan
Fixes #2032.
2018-01-22Allow JS files with query strings to be loaded.Benjamin Tan
Fixes #1944.
2018-01-21fix fragment handling when desired fragment is 0Dougal J. Sutherland
2018-01-04optionally put the fragment in the URLDougal J. Sutherland
2017-11-29Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into devHakim El Hattab
2017-11-29minor formatting tweaksHakim El Hattab
2017-11-29Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab
into dev
2017-11-25Fixed issue with getProgress() when called from slidechanged event on edge caseGreg Denehy
2017-11-23optimize use of getSlideBackground by avoiding index lookupHakim El Hattab
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-223.6.0Hakim El Hattab
2017-11-21make it possible to load/unload slides via the apiHakim El Hattab
2017-11-21simplify logic for finding slide backgroundsHakim El Hattab
2017-11-17URI encode name hashNicolas Normand
2017-11-09Merge pull request #2029 from lechten/export-isSpeakerNotesHakim El Hattab
Export isSpeakerNotes
2017-11-09reconfiguring no longer unloads iframes on current slideHakim El Hattab
2017-11-09allow to be called directly before or after (closes #2021)Hakim El Hattab
2017-11-05Export isSpeakerNotesJens Lechtenbörger
2017-10-04always show media controls on mobile devicesHakim El Hattab
2017-09-07support negative values in query config overridesHakim El Hattab
2017-07-27add option for disabling all forms of auto-slidingHakim El Hattab
2017-06-14unload lazy loaded videos that are moved out of viewHakim El Hattab
2017-06-13prevent mobile safari header from covering presentation contentHakim El Hattab
2017-06-12fix centering of edge-aligned controlsHakim El Hattab
2017-06-02change condition for detecting when there are horizontal slidesHakim El Hattab
2017-05-24'showNotes' does nothing when there are no notesHakim El Hattab
2017-05-18'no notes on this slide' placeholderHakim El Hattab
2017-05-18comment typoHakim El Hattab
2017-05-18improve controls on touch devicesHakim El Hattab
2017-05-18revise progress to make them easier to overrideHakim El Hattab
2017-05-16controlsHints -> controlsTutorialHakim El Hattab
2017-05-16in/out transitions for controlsHakim El Hattab
2017-05-16add controlsHint option, animates vertical arrow first time we encounter a ↵Hakim El Hattab
vertical slide
2017-05-16adjust controls layout when there are no vertical or horizontal slides in ↵Hakim El Hattab
the deck
2017-05-16new, fixed, speaker notes layoutHakim El Hattab
2017-05-16'controls-placement' -> 'controls-layout', cut back on controls spacingHakim El Hattab
2017-05-16more flexible back arrow controls optionHakim El Hattab
2017-05-16default to bottom right controls, rename soften arrows optionHakim El Hattab
2017-05-16collapse control element size when corner alignedHakim El Hattab
2017-05-16new controls are used by default, add config optionsHakim El Hattab
2017-05-16new optional controls aligned to screen edgesHakim El Hattab
2017-04-30Changes to fix failed jshint test related to Key Binding APIGreg Denehy
2017-04-30Merge branch 'dev' into plugin-key-bindingsGreg 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-27don't autoplay background videos in overview modeHakim El Hattab
2017-04-263.5.0Hakim El Hattab
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-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-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-14avoid npe on iframe postMessageHakim El Hattab
2017-02-23Allow whitespace on background-images, w3 complianceRobertBaron