aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | whitespaceHakim El Hattab2019-01-07
| |
* | Merge pull request #1188 from sanand0/masterHakim El Hattab2019-01-07
|\ \ | | | | | | Display .stretch images in overview mode. Fix #1187
| * | display .stretch images in overview modeS Anand2015-04-02
| | |
* | | ensure history api is available, default to hash: true with no history in ↵Hakim El Hattab2018-12-19
| | | | | | | | | | | | demo #2286
* | | Merge pull request #2286 from asottile/hash_without_history_2211Hakim El Hattab2018-12-19
|\ \ \ | | | | | | | | Add new 'hash: true' option which uses replaceState for url
| * | | Add new 'hash: true' option which uses replaceState for urlAnthony Sottile2018-12-02
| | | | | | | | | | | | | | | | Resolves #2211
* | | | correct variable name in inline commentHakim El Hattab2018-12-19
| | | |
* | | | add section about vertical slides and `gridNavigation` to readmeHakim El Hattab2018-12-19
| | | |
* | | | add gridNavigation config to configure navigation between adjacent vertical ↵Hakim El Hattab2018-12-19
| | | | | | | | | | | | | | | | stacks
* | | | optimization; avoid reading computed styles unless necessaryHakim El Hattab2018-12-18
| | | |
* | | | fix notes layout when container isnt as wide as viewportHakim El Hattab2018-12-18
| | | |
* | | | prefer vh for speaker notes layoutHakim El Hattab2018-12-17
| | | |
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2018-12-12
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359Hakim El Hattab2018-12-12
| | |
* | | Merge pull request #2266 from f00ale/custom_code_fontHakim El Hattab2018-11-21
|\ \ \ | | | | | | | | Make code font customizable for themes.
| * | | Make code font customizable for themes.Arno Lepisk2018-10-30
| | | |
* | | | demo presentation now refers to correct zoom.js shortcut for linux #2280Hakim El Hattab2018-11-21
| | | |
* | | | add getRevealElement API methodHakim El Hattab2018-11-16
| | | |
* | | | add cmd/ctrl + arrow key shortcuts to first/last slidesHakim El Hattab2018-11-13
| | | |
* | | | fix concave/convex transitions on vertical slides #1947Hakim El Hattab2018-11-08
| | | |
* | | | reset css in default index.htmlHakim El Hattab2018-11-05
| | | |
* | | | fix no-transform modeHakim El Hattab2018-10-31
| | | |
* | | | add audio autoplay testHakim El Hattab2018-10-31
|/ / /
* | | dispatch state events after current slide has updated #2264Hakim El Hattab2018-10-26
| | |
* | | move reset.css out of reveal.css to make it optional #1952 #2248Hakim El Hattab2018-10-25
| | |
* | | Merge pull request #2263 from mbotsch/fix-readURLHakim El Hattab2018-10-25
|\ \ \ | | | | | | | | Fix if-statement in readURL
| * | | Fix nested if-statement in readURL that caused slide(h,v) to beMario Botsch2018-10-24
|/ / / | | | | | | | | | called even when the current slide is the target slide.
* | | syntax tweakHakim El Hattab2018-10-11
| | |
* | | replace while with forEach loopHakim El Hattab2018-10-11
| | |
* | | fix #1590Hakim El Hattab2018-10-11
| | |
* | | add note about lazy loading iframes #1672 #1938Hakim El Hattab2018-10-09
| | |
* | | automatically hide the mouse pointer after 5s of inactivity (#1837)Hakim El Hattab2018-10-08
| | |
* | | Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab2018-10-08
|\ \ \ | | | | | | | | Allow users to customise MathJax options.
| * | | Allow users to customise MathJax options.Benjamin Tan2018-02-08
| | | | | | | | | | | | | | | | | | | | | | | | Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only.
* | | | Merge pull request #2251 from oyron/2229-speaker-notes-bugHakim El Hattab2018-10-08
|\ \ \ \ | | | | | | | | | | Give focus to previously opened speaker notes (fixes #2229)
| * | | | Handle previously opened notes window, by giving focus.oyron2018-10-05
| | |/ / | |/| |
* | | | fix build errorHakim El Hattab2018-10-04
| | | |
* | | | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04
| | | |
* | | | remove mention of head.js in readmeHakim El Hattab2018-10-04
| | | |
* | | | remove head.min.js in favor of simple built-in script loaderHakim El Hattab2018-10-04
| | | |
* | | | formatting and tweaks for #2104Hakim El Hattab2018-10-04
| | | |
* | | | resolve notes merge conflictHakim El Hattab2018-10-04
|\ \ \ \
| * | | | added missing documentationMartin Jurča2018-02-20
| | | | |
| * | | | documentationMartin Jurča2018-02-20
| | | | |
| * | | | fixed showing speaker's view with timings/pacing while serving the ↵Martin Jurča2018-02-20
| | | | | | | | | | | | | | | | | | | | presentation from the file system
* | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2018-10-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2231 from esthor/patch-1Hakim El Hattab2018-10-03
| |\ \ \ \ | | | | | | | | | | | | bring install instructions to top, as is tradition
| | * | | | bring install instructions to top, as is traditionErik2018-09-18
| | | | | | | | | | | | | | | | | | The Install was waaaay at the bottom, which didn't make sense to scroll through all the detailed documentation, just to find how to get started with an install.
* | | | | | Merge pull request #2245 from rollandf/masterHakim El Hattab2018-10-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo
| * | | | | | Fix typoFred Rolland2018-10-02
| | |/ / / / | |/| | | |