Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | resolve notes merge conflict | Hakim El Hattab | 2018-10-04 |
|\ \ | |||
| * | | added missing documentation | Martin Jurča | 2018-02-20 |
| | | | |||
| * | | documentation | Martin Jurča | 2018-02-20 |
| | | | |||
| * | | fixed showing speaker's view with timings/pacing while serving the ↵ | Martin Jurča | 2018-02-20 |
| | | | | | | | | | | | | presentation from the file system | ||
* | | | Only show resume on pause if controls enabled | anderslemke | 2018-08-15 |
| | | | |||
* | | | fix detection of named links (closes #1655) | Hakim El Hattab | 2018-08-01 |
| | | | |||
* | | | 3.7.0 | Hakim El Hattab | 2018-08-01 |
| | | | |||
* | | | add 'resume presentation' button to pause overlay | Hakim El Hattab | 2018-07-02 |
| | | | |||
* | | | refactor fragment pdf exporting to support multiple fragments with same ↵ | Hakim El Hattab | 2018-06-12 |
| | | | | | | | | | | | | index #1955 | ||
* | | | merge #1955 with minor changes | Hakim El Hattab | 2018-06-11 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/koehlma/reveal.js into dev | Hakim El Hattab | 2018-06-11 |
|\ \ \ | |||
| * | | | fix indent: replace spaces with tabs | Maximilian Köhl | 2017-08-08 |
| | | | | |||
| * | | | PDF export: add option to export one page per fragment | Maximilian Köhl | 2017-08-08 |
| | | | | |||
* | | | | new syncFragments api method | Hakim El Hattab | 2018-05-31 |
| | | | | |||
* | | | | flatten slide number when there are only vertical slides | Hakim El Hattab | 2018-05-24 |
| | | | | |||
* | | | | refactor code to match new background dom structure | Hakim El Hattab | 2018-05-03 |
| | | | | |||
* | | | | add Reveal.syncSlide | Hakim El Hattab | 2018-05-03 |
| | | | | |||
* | | | | data-background-content-opacity -> data-background-opacity | Hakim El Hattab | 2018-05-03 |
| | | | | |||
* | | | | add , adds wrapper element around background images/videos/iframes | Hakim El Hattab | 2018-04-27 |
| | | | | |||
* | | | | revise readURL to handle one-based indices | Hakim El Hattab | 2018-04-16 |
| | | | | |||
* | | | | prevent linked slide numbers from changing color | Hakim El Hattab | 2018-04-16 |
| | | | | |||
* | | | | Merge branch 'dev' into master | Sean Parent | 2018-04-13 |
|\ \ \ \ | |||
| * | | | | gracefully handle duplicate slide id's | Hakim El Hattab | 2018-03-27 |
| | | | | | |||
| * | | | | code formatting | Hakim El Hattab | 2018-03-22 |
| | | | | | |||
| * | | | | Merge branch 'URI-encode-name-hash' of https://github.com/nnormand/reveal.js ↵ | Hakim El Hattab | 2018-03-22 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into dev | ||
| | * | | | | URI encode name hash | Nicolas Normand | 2017-11-17 |
| | |/ / / | |||
| * | | | | formatting | Hakim El Hattab | 2018-03-22 |
| | | | | | |||
| * | | | | Merge pull request #2114 from ChumpChief/standardized-pointer | Hakim El Hattab | 2018-03-22 |
| |\ \ \ \ | | | | | | | | | | | | | Prefer W3C pointer events and updates to match the standard definition | ||
| | * | | | | Prefer W3C pointer events, remove pointerEnabled references (it is not part ↵ | Matt Rakow | 2018-03-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | of the standard), unconditional event removal | ||
| * | | | | | Merge pull request #2128 from craigsdennis/feature/update-copyright-date | Hakim El Hattab | 2018-03-22 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Updates copyright to 2018 | ||
| | * | | | | | Updates copyright to 2018 | craigsdennis | 2018-03-16 |
| | | | | | | | |||
| * | | | | | | disableLayout comment tweak | Hakim El Hattab | 2018-03-22 |
| | | | | | | |