aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* prevent linked slide numbers from changing colorHakim El Hattab2018-04-16
|
* Merge pull request #2133 from sean-parent/masterHakim El Hattab2018-04-16
|\ | | | | Adding support for hash linked slideNumber
| * Merge branch 'dev' into masterSean Parent2018-04-13
| |\ | |/ |/|
* | gracefully handle duplicate slide id'sHakim El Hattab2018-03-27
| |
* | Print background in pdf (#2131)Quentin PROUST2018-03-23
| | | | | | | | | | | | | | | | * Print background in pdf Pull request to integrate issue https://github.com/hakimel/reveal.js/issues/1686. Adding the workaround to the theme template to make it work for every theme. * apply suggestion of @hakimel
* | code formattingHakim El Hattab2018-03-22
| |
* | Merge branch 'URI-encode-name-hash' of https://github.com/nnormand/reveal.js ↵Hakim El Hattab2018-03-22
|\ \ | | | | | | | | | into dev
| * | URI encode name hashNicolas Normand2017-11-17
| | |
* | | formattingHakim El Hattab2018-03-22
| | |
* | | Merge pull request #2114 from ChumpChief/standardized-pointerHakim El Hattab2018-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 Rakow2018-03-07
| | | | | | | | | | | | | | | | of the standard), unconditional event removal
* | | | remove legacy vendor prefixes from pdf cssHakim El Hattab2018-03-22
| | | |
* | | | Merge pull request #2128 from craigsdennis/feature/update-copyright-dateHakim El Hattab2018-03-22
|\ \ \ \ | | | | | | | | | | Updates copyright to 2018
| * | | | Updates copyright to 2018craigsdennis2018-03-16
| | | | |
* | | | | disableLayout comment tweakHakim El Hattab2018-03-22
| | | | |
* | | | | add support for overriding the default layout (#2121)Steve Hartzog2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | Revert "remove pdf height offset"Hakim El Hattab2018-03-20
|/ / / / | | | | | | | | | | | | This reverts commit f76b4fda93a8d8770390d4e89b68f8ac27e32dc9.
* | | | remove pdf height offsetHakim El Hattab2018-03-16
| | | |
* | | | prevent missing 'present' class when navigating to same slide twiceHakim El Hattab2018-03-14
|/ / /
* | | fix autoplay of inline videos in iosHakim El Hattab2018-03-05
| | |
* | | Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab2018-02-22
|\ \ \
| * | | Background repeat & position to parallax backgroundJohn Muccigrosso2018-02-10
| | | |
* | | | navigateNext no longer gets stuck on first stack when looping is enabledHakim El Hattab2018-02-12
| | | |
* | | | Merge pull request #1836 from RobertBaron/background-whitespace-uriBenjamin Tan2018-02-09
|\ \ \ \ | | | | | | | | | | | | | | | Allow whitespace on background-images, w3 compliance
| * | | | Allow whitespace on background-images, w3 complianceRobertBaron2017-02-23
| | | | |
* | | | | head.js: Remove source map URL since it doesn't exist.Benjamin Tan2018-02-08
| | | | | | | | | | | | | | | | | | | | This prevents additional requests from devtools when debugging code.
* | | | | Cleanup code style.Benjamin Tan2018-02-08
| | | | |
* | | | | Simplify Travis test script.Benjamin Tan2018-02-08
| | | | |
* | | | | fix looping of presentations that only have vertical slidesHakim El Hattab2018-02-07
| | | | |
* | | | | Merge branch 'fragment-in-url' of ↵Hakim El Hattab2018-02-07
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/dougalsutherland/reveal.js into dev
| * | | | | fix fragment handling when desired fragment is 0Dougal J. Sutherland2018-01-21
| | | | | |
| * | | | | optionally put the fragment in the URLDougal J. Sutherland2018-01-04
| | | | | |
* | | | | | Fix testing on Windows machines.Benjamin Tan2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows carriage return line endings were not being tested for. Fixes #2087.
* | | | | | fix bug where left/right arrows appeared when there were no horizontal slidesHakim El Hattab2018-01-25
| | | | | |
* | | | | | reorganize config optionsHakim El Hattab2018-01-25
| | | | | |
* | | | | | Merge pull request #2080 from bnjmnt4n/update-depsHakim El Hattab2018-01-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update dependencies.
| * | | | | | Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan2018-01-22
| | | | | | |
| * | | | | | Update `grunt-contrib-uglify`.Benjamin Tan2018-01-22
| | | | | | |
| * | | | | | Update dependencies.Benjamin Tan2018-01-22
|/ / / / / /
* | | | | | Merge pull request #2078 from bnjmnt4n/data-backgroundHakim El Hattab2018-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow `data-background` images to load even if there is whitespace at…
| * | | | | | Allow `data-background` images to load even if there is whitespace at the end.Benjamin Tan2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2032.
* | | | | | | Merge pull request #2077 from bnjmnt4n/js-loadHakim El Hattab2018-01-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow JS files with query strings to be loaded.
| * | | | | | Allow JS files with query strings to be loaded.Benjamin Tan2018-01-22
|/ / / / / / | | | | | | | | | | | | | | | | | | Fixes #1944.
* | | | | | fix missing theme line-height when printing #1967Hakim El Hattab2017-12-04
| | | | | |
* | | | | | prevent cmd+r in notes window since reloading breaks the view #1958Hakim El Hattab2017-12-04
| | | | | |
* | | | | | Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notesHakim El Hattab2017-12-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Block F5 in speaker notes window, avoid disconnects
| * | | | | | Block F5 in speaker notes window, avoid disconnectsThomas Weinert2017-08-12
| | | | | | |
* | | | | | | Merge branch 'patch-1' of https://github.com/keradus/reveal.js into devHakim El Hattab2017-12-04
|\ \ \ \ \ \ \
| * | | | | | | .gitignore - ignore package-lock.json fileDariusz Rumiński2017-12-02
| | |/ / / / / | |/| | | | | | | | | | | | Ignore lock file of newer node versions
* | | | | | | Merge pull request #2045 from jgm/issue2026Hakim El Hattab2017-12-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow tex2jax options to be passed into math plugin.