Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tweaks and tests for #2354 | Hakim El Hattab | 2019-03-28 |
| | |||
* | Merge branch 'dev' of https://github.com/maxrothman/reveal.js into dev | Hakim El Hattab | 2019-03-28 |
|\ | |||
| * | Add data-preload attribute for iframes | Max Rothman | 2019-03-22 |
| | | | | | | | | | | Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible. | ||
* | | fix an error where reveal.js returned a 1> progress number when there were ↵ | Hakim El Hattab | 2019-03-25 |
| | | | | | | | | fragments on last slide | ||
* | | make #2350 work using replaceState | Hakim El Hattab | 2019-03-21 |
| | | |||
* | | Merge branch 'dev' into hash-problem | Hakim El Hattab | 2019-03-21 |
|\| | |||
| * | fix error when reveal.js was initialized with no plugins | Hakim El Hattab | 2019-03-14 |
| | | |||
| * | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | 2019-03-14 |
| | | |||
| * | prevent same plugin from being registered twice | Hakim El Hattab | 2019-03-12 |
| | | |||
| * | use internal pointer for current slide | Hakim El Hattab | 2019-03-11 |
| | | |||
| * | syncFragments now returns all affected fragments | Hakim El Hattab | 2019-03-11 |
| | | |||
| * | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | 2019-03-04 |
| | | | | | | | | promises | ||
| * | few plugin registration tweaks | Hakim El Hattab | 2019-03-01 |
| | | |||
| * | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | 2019-03-01 |
| | | |||
| * | remove unused `isPrintingPDFFragments` function | Dougal J. Sutherland | 2019-02-28 |
| | | |||
| * | documentation for #2315 | Hakim El Hattab | 2019-02-01 |
| | | |||
| * | Merge pull request #2315 from dougalsutherland/slide-formats | Hakim El Hattab | 2019-02-01 |
| |\ | | | | | | | allow custom slide numbering functions | ||
| | * | allow custom slide numbering functions | Dougal J. Sutherland | 2019-01-31 |
| | | | |||
| * | | define available values for showSlideNumber | Hakim El Hattab | 2019-02-01 |
| | | | |||
| * | | resize event tweaks for #2300 | Hakim El Hattab | 2019-01-31 |
| | | | |||
| * | | Merge pull request #2300 from mw75/master | Hakim El Hattab | 2019-01-31 |
| |\ \ | | |/ | |/| | Resize Event | ||
| | * | emmit resize event if scale changed | Mario Wolff | 2019-01-15 |
| | | | |||
| * | | only force media controls to be visible when necessarry | Hakim El Hattab | 2019-01-29 |
| | | | |||
| * | | hide vertical arrows when navigationMode is 'linear' #2307 | Hakim El Hattab | 2019-01-23 |
| | | | |||
| * | | documentation for navigationMode #2307 | Hakim El Hattab | 2019-01-23 |
| | | | |||
| * | | 'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ↵ | Hakim El Hattab | 2019-01-23 |
| | | | | | | | | | | | | #2307 | ||
| * | | refactor keyboard listener conditions | Hakim El Hattab | 2019-01-22 |
| | | | |||
| * | | Merge pull request #2307 from reyerstudio/feature/shortcuts@dev | Hakim El Hattab | 2019-01-22 |
| |\ \ | | | | | | | | | Enable simpleNavigation | ||
| | * | | Enable simpleNavigation | Stéphane Este-Gracias | 2019-01-21 |
| | | | | |||
| * | | | correct height of reveal.js on mobile devices, fixes vertical overflow | Hakim El Hattab | 2019-01-22 |
| |/ / | |||
| * | | 2019 | Hakim El Hattab | 2019-01-10 |
| | | | |||
| * | | remove pinch gesture for triggering overview mode on touch devices, enables ↵ | Hakim El Hattab | 2019-01-10 |
| | | | | | | | | | | | | regular mobile pinch-to-zoom | ||
| * | | whitespace | Hakim El Hattab | 2019-01-07 |
| | | | |||
| * | | Merge pull request #1188 from sanand0/master | Hakim El Hattab | 2019-01-07 |
| |\ \ | | | | | | | | | Display .stretch images in overview mode. Fix #1187 | ||
| | * | | display .stretch images in overview mode | S Anand | 2015-04-02 |
| | | | | |||
| * | | | ensure history api is available, default to hash: true with no history in ↵ | Hakim El Hattab | 2018-12-19 |
| | | | | | | | | | | | | | | | | demo #2286 | ||
| * | | | Merge pull request #2286 from asottile/hash_without_history_2211 | Hakim El Hattab | 2018-12-19 |
| |\ \ \ | | | | | | | | | | | Add new 'hash: true' option which uses replaceState for url | ||
| | * | | | Add new 'hash: true' option which uses replaceState for url | Anthony Sottile | 2018-12-02 |
| | | | | | | | | | | | | | | | | | | | | Resolves #2211 | ||
| * | | | | correct variable name in inline comment | Hakim El Hattab | 2018-12-19 |
| | | | | | |||
| * | | | | add gridNavigation config to configure navigation between adjacent vertical ↵ | Hakim El Hattab | 2018-12-19 |
| | | | | | | | | | | | | | | | | | | | | stacks | ||
| * | | | | optimization; avoid reading computed styles unless necessary | Hakim El Hattab | 2018-12-18 |
| |/ / / | |||
| * | | | add getRevealElement API method | Hakim El Hattab | 2018-11-16 |
| | | | | |||
| * | | | add cmd/ctrl + arrow key shortcuts to first/last slides | Hakim El Hattab | 2018-11-13 |
| | | | | |||
| * | | | dispatch state events after current slide has updated #2264 | Hakim El Hattab | 2018-10-26 |
| | | | | |||
| * | | | Fix nested if-statement in readURL that caused slide(h,v) to be | Mario Botsch | 2018-10-24 |
| | | | | | | | | | | | | | | | | called even when the current slide is the target slide. | ||
| * | | | replace while with forEach loop | Hakim El Hattab | 2018-10-11 |
| | | | | |||
| * | | | fix #1590 | Hakim El Hattab | 2018-10-11 |
| | | | | |||
| * | | | automatically hide the mouse pointer after 5s of inactivity (#1837) | Hakim El Hattab | 2018-10-08 |
| | | | | |||
| * | | | remove head.min.js in favor of simple built-in script loader | Hakim El Hattab | 2018-10-04 |
| | | | | |||
| * | | | formatting and tweaks for #2104 | Hakim El Hattab | 2018-10-04 |
| | | | |