summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2020-09-26Added instructionsHEADmasterMarvin Borner
This change actually happened on my server a few months ago :)
2020-07-09Finished igMarvin Borner
2020-07-08ARG that's uglyyyyy :DMarvin Borner
I needed some code and I don't have that much time => UGLY CODE
2020-07-08FläääääächeMarvin Borner
2020-07-08PROCRASTINATION ^ 10Marvin Borner
The presentation is tomorrow lel
2020-07-05WOFWFMarvin Borner
2020-06-22VERY funny code :)Marvin Borner
2020-06-22Way to much to put into a single commit message..Marvin Borner
2020-06-21Well, I don't need a thesis in corona-timesMarvin Borner
2020-05-05New project layoutMarvin Borner
2020-03-13Well, this is the actual first commit igMarvin Borner
2020-01-313.9.2 security releaseHakim El Hattab
2020-01-31blacklist some method from the postMessage API to prevent XSSHakim El Hattab
2020-01-293.9.1 because a local edit made it into npmHakim El Hattab
2020-01-27npm audit fix 😶Hakim El Hattab
2020-01-273.9.0Hakim El Hattab
2020-01-27Merge branch 'pdf-slide-numbers' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2020-01-152020Hakim El Hattab
2020-01-15add data-fragment=<index> attribute to slide <sections>Hakim El Hattab
2019-12-09Merge pull request #2437 from TehDmitry/devHakim El Hattab
Allowing autoplay in data-background-iframe for audio and video elements
2019-12-09add mobileViewDistance to readme #2513Hakim El Hattab
2019-12-09Merge pull request #2513 from TuurDutoit/feature/mobile-view-distanceHakim El Hattab
Add mobileViewDistance config key
2019-10-29honor slide number config in pdf modeDougal J. Sutherland
2019-10-29add a slide argument to locationHash(), getSlidePastCount()Dougal J. Sutherland
2019-10-18Add mobileViewDistance config keyTuur Dutoit
2019-10-11fix viewport overflow in iPadOS safariHakim El Hattab
2019-06-10remove available route changes #2416Hakim El Hattab
2019-06-09Allowing autoplay in data-background-iframe for audio and video elementsTehDmitry
It was restricted by «Autoplay Policy Changes»: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#iframe
2019-05-29* Mobile Linear Navigation: Fix swipes to navigate linearlyZach DeCook
2019-05-29* Linear Navigation: Fix showing arrows when last slide has vertical childrenZach DeCook
2019-05-27first/last slide shortcut now uses shift modified, cmd conflicted with ↵Hakim El Hattab
browser back/fwd
2019-05-20fix issue where syncSlide would not run/play newly added background contentHakim El Hattab
2019-05-20new API methods for getting horizontal/vertical slides, force linear ↵Hakim El Hattab
navigation for one-dimensional decks
2019-05-13iframe background preload behavior now matches inline iframes + adheres to ↵Hakim El Hattab
the new 'preloadIframes' config option
2019-04-23the postMessage API now works for getter methodsHakim El Hattab
2019-04-02prefer transform scaling over zoom on hdpi displaysHakim El Hattab
2019-04-013.8.0Hakim El Hattab
2019-04-01fix typosHakim El Hattab
2019-04-01fix typosHakim El Hattab
2019-04-01Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-tableHakim El Hattab
Allow Navigation Mode setting to change the shortcuts table
2019-04-01add hasPlugin and getPlugin API methods and testsHakim El Hattab
2019-03-28tweaks and tests for #2354Hakim El Hattab
2019-03-28Merge branch 'dev' of https://github.com/maxrothman/reveal.js into devHakim El Hattab
2019-03-25fix an error where reveal.js returned a 1> progress number when there were ↵Hakim El Hattab
fragments on last slide
2019-03-22Add data-preload attribute for iframesMax Rothman
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible.
2019-03-21make #2350 work using replaceStateHakim El Hattab
2019-03-21Merge branch 'dev' into hash-problemHakim El Hattab
2019-03-15Fixed not bing able to follow same inner links twice with history:falseRaphael Parree
Scenario: - history set to false in Reveal’s config - follow anchor to `/#someid` - navigate to other sections - follow anchor to same section `/#someid` This does not work as the hash has not changed. This fix removes the hash from the URL when navigating
2019-03-14fix error when reveal.js was initialized with no pluginsHakim El Hattab
2019-03-14support for plugins where the init method doesn't return a PromiseHakim El Hattab
2019-03-12prevent same plugin from being registered twiceHakim El Hattab
2019-03-11use internal pointer for current slideHakim El Hattab
2019-03-11syncFragments now returns all affected fragmentsHakim El Hattab
2019-03-04reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵Hakim El Hattab
promises
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-19* Keyboard Shortcuts table: Dynamically fill object at configurationZach DeCook
2019-02-01documentation for #2315Hakim El Hattab
2019-02-01Merge pull request #2315 from dougalsutherland/slide-formatsHakim El Hattab
allow custom slide numbering functions
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
Resize Event
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
#2307
2019-01-22refactor keyboard listener conditionsHakim El Hattab
2019-01-22Merge pull request #2307 from reyerstudio/feature/shortcuts@devHakim El Hattab
Enable simpleNavigation
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 ↵Hakim El Hattab
regular mobile pinch-to-zoom
2019-01-07whitespaceHakim El Hattab
2019-01-07Merge pull request #1188 from sanand0/masterHakim El Hattab
Display .stretch images in overview mode. Fix #1187
2018-12-19ensure history api is available, default to hash: true with no history in ↵Hakim El Hattab
demo #2286
2018-12-19Merge pull request #2286 from asottile/hash_without_history_2211Hakim El Hattab
Add new 'hash: true' option which uses replaceState for url
2018-12-19correct variable name in inline commentHakim El Hattab
2018-12-19add gridNavigation config to configure navigation between adjacent vertical ↵Hakim El Hattab
stacks
2018-12-18optimization; avoid reading computed styles unless necessaryHakim El Hattab
2018-12-02Add new 'hash: true' option which uses replaceState for urlAnthony Sottile
Resolves #2211
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
called even when the current slide is the target slide.
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 ↵Hakim El Hattab
index #1955
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