summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2019-06-10remove available route changes #2416Hakim El Hattab
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
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-20added missing documentationMartin Jurča