summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
2019-03-04reveal.js plugin flow now uses promises, refactor markdown plugin to use prom...Hakim El Hattab
2019-03-01few plugin registration tweaksHakim El Hattab
2019-03-01async loading of external markdown, add Reveal.registerPlugin()Hakim El Hattab
2019-02-28remove unused `isPrintingPDFFragments` functionDougal J. Sutherland
2019-02-01documentation for #2315Hakim El Hattab
2019-02-01Merge pull request #2315 from dougalsutherland/slide-formatsHakim El Hattab
2019-02-01define available values for showSlideNumberHakim El Hattab
2019-01-31resize event tweaks for #2300Hakim El Hattab
2019-01-31Merge pull request #2300 from mw75/masterHakim El Hattab
2019-01-31allow custom slide numbering functionsDougal J. Sutherland
2019-01-29only force media controls to be visible when necessarryHakim El Hattab
2019-01-23hide vertical arrows when navigationMode is 'linear' #2307Hakim El Hattab
2019-01-23documentation for navigationMode #2307Hakim El Hattab
2019-01-23'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ...Hakim El Hattab
2019-01-22refactor keyboard listener conditionsHakim El Hattab
2019-01-22Merge pull request #2307 from reyerstudio/feature/shortcuts@devHakim El Hattab
2019-01-22correct height of reveal.js on mobile devices, fixes vertical overflowHakim El Hattab
2019-01-21Enable simpleNavigationStéphane Este-Gracias
2019-01-15emmit resize event if scale changedMario Wolff
2019-01-102019Hakim El Hattab
2019-01-10remove pinch gesture for triggering overview mode on touch devices, enables r...Hakim El Hattab
2019-01-07whitespaceHakim El Hattab
2019-01-07Merge pull request #1188 from sanand0/masterHakim El Hattab
2018-12-19ensure history api is available, default to hash: true with no history in dem...Hakim El Hattab
2018-12-19Merge pull request #2286 from asottile/hash_without_history_2211Hakim El Hattab
2018-12-19correct variable name in inline commentHakim El Hattab
2018-12-19add gridNavigation config to configure navigation between adjacent vertical s...Hakim El Hattab
2018-12-18optimization; avoid reading computed styles unless necessaryHakim El Hattab
2018-12-02Add new 'hash: true' option which uses replaceState for urlAnthony Sottile
2018-11-16add getRevealElement API methodHakim El Hattab
2018-11-13add cmd/ctrl + arrow key shortcuts to first/last slidesHakim El Hattab
2018-10-26dispatch state events after current slide has updated #2264Hakim El Hattab
2018-10-24Fix nested if-statement in readURL that caused slide(h,v) to beMario Botsch
2018-10-11replace while with forEach loopHakim El Hattab
2018-10-11fix #1590Hakim El Hattab
2018-10-08automatically hide the mouse pointer after 5s of inactivity (#1837)Hakim El Hattab
2018-10-04remove head.min.js in favor of simple built-in script loaderHakim El Hattab
2018-10-04formatting and tweaks for #2104Hakim El Hattab
2018-10-04resolve notes merge conflictHakim El Hattab
2018-08-15Only show resume on pause if controls enabledanderslemke
2018-08-01fix detection of named links (closes #1655)Hakim El Hattab
2018-08-013.7.0Hakim El Hattab
2018-07-02add 'resume presentation' button to pause overlayHakim El Hattab
2018-06-12refactor fragment pdf exporting to support multiple fragments with same index...Hakim El Hattab
2018-06-11merge #1955 with minor changesHakim El Hattab
2018-06-11Merge branch 'master' of https://github.com/koehlma/reveal.js into devHakim El Hattab
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
2018-03-22formattingHakim El Hattab
2018-03-22Merge pull request #2114 from ChumpChief/standardized-pointerHakim El Hattab
2018-03-22Merge pull request #2128 from craigsdennis/feature/update-copyright-dateHakim El Hattab
2018-03-22disableLayout comment tweakHakim El Hattab
2018-03-22add support for overriding the default layout (#2121)Steve Hartzog
2018-03-21Adding support for hash linked slideNumberSean Parent
2018-03-20Revert "remove pdf height offset"Hakim El Hattab
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 o...Matt Rakow
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-20added missing documentationMartin Jurča
2018-02-20documentationMartin Jurča
2018-02-20fixed showing speaker's view with timings/pacing while serving the presentati...Martin Jurča
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
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 https://github.com/dougalsutherland/reveal....Hakim El Hattab
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
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
2018-01-22Allow `data-background` images to load even if there is whitespace at the end.Benjamin Tan
2018-01-22Allow JS files with query strings to be loaded.Benjamin Tan
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 in...Hakim El Hattab
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