summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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 section about vertical slides and `gridNavigation` to readmeHakim 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-18fix notes layout when container isnt as wide as viewportHakim El Hattab
2018-12-17prefer vh for speaker notes layoutHakim El Hattab
2018-12-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-12-12note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359Hakim El Hattab
2018-12-02Add new 'hash: true' option which uses replaceState for urlAnthony Sottile
Resolves #2211
2018-11-21Merge pull request #2266 from f00ale/custom_code_fontHakim El Hattab
Make code font customizable for themes.
2018-11-21demo presentation now refers to correct zoom.js shortcut for linux #2280Hakim El Hattab
2018-11-16add getRevealElement API methodHakim El Hattab
2018-11-13add cmd/ctrl + arrow key shortcuts to first/last slidesHakim El Hattab
2018-11-08fix concave/convex transitions on vertical slides #1947Hakim El Hattab
2018-11-05reset css in default index.htmlHakim El Hattab
2018-10-31fix no-transform modeHakim El Hattab
2018-10-31add audio autoplay testHakim El Hattab
2018-10-30Make code font customizable for themes.Arno Lepisk
2018-10-26dispatch state events after current slide has updated #2264Hakim El Hattab
2018-10-25move reset.css out of reveal.css to make it optional #1952 #2248Hakim El Hattab
2018-10-25Merge pull request #2263 from mbotsch/fix-readURLHakim El Hattab
Fix if-statement in readURL
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-11syntax tweakHakim El Hattab
2018-10-11replace while with forEach loopHakim El Hattab
2018-10-11fix #1590Hakim El Hattab
2018-10-09add note about lazy loading iframes #1672 #1938Hakim El Hattab
2018-10-08automatically hide the mouse pointer after 5s of inactivity (#1837)Hakim El Hattab
2018-10-08Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab
Allow users to customise MathJax options.
2018-10-08Merge pull request #2251 from oyron/2229-speaker-notes-bugHakim El Hattab
Give focus to previously opened speaker notes (fixes #2229)
2018-10-05Handle previously opened notes window, by giving focus.oyron
2018-10-04fix build errorHakim El Hattab
2018-10-04remove classlist polyfill, cross browser support is good enough nowHakim El Hattab
2018-10-04remove mention of head.js in readmeHakim 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-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03Merge pull request #2231 from esthor/patch-1Hakim El Hattab
bring install instructions to top, as is tradition
2018-10-03Merge pull request #2245 from rollandf/masterHakim El Hattab
Fix typo
2018-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03dont refer to outdated speaker notes style in readme #2244Hakim El Hattab
2018-10-02Fix typoFred Rolland
2018-09-18bring install instructions to top, as is traditionErik
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.
2018-08-21fix css conflictHakim El Hattab
2018-08-17Merge pull request #2218 from eldios/patch-1Hakim El Hattab
Fixed broken link to markdown options doc
2018-08-16Fixed broken link to markdown options docLele
Fixed broken link to markdown options doc
2018-08-16Merge pull request #2215 from anderslemke/let-resume-follow-controlsHakim El Hattab
Only show resume on pause if controls enabled
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-08-01Merge pull request #2171 from tristansokol/tristans/add-all-transitionsHakim El Hattab
add a full list of transitions to readme
2018-08-01Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2018-07-25Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2018-07-02add 'resume presentation' button to pause overlayHakim El Hattab
2018-06-21use absolute positioning for slide numberHakim El Hattab
2018-06-13rename new fragment styleHakim 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-06-11merge conflictsHakim El Hattab
2018-06-11add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵Hakim El Hattab
'fade-in-then-out'
2018-06-11Merge pull request #2141 from marcvangend/marcvangend-clarify-notes-regexHakim El Hattab
Clarify the meaning of the notes?: regex
2018-06-05add a full list of transitions to readmeTristan Sokol
2018-05-31new syncFragments api methodHakim El Hattab
2018-05-24flatten slide number when there are only vertical slidesHakim El Hattab
2018-05-07Merge pull request #2158 from denehyg/issue-2157Hakim El Hattab
Fix timer when speaker notes window opened via RevealNotes.open()
2018-05-05Fixed notes timer when speaker notes window opened via RevealNotes.open()Greg Denehy
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-24smaller font size for sub/supHakim El Hattab
2018-04-24speaker view has visible connection status, times out with error after 5sHakim El Hattab
2018-04-17support interactive iframe backgrounds in vertical stacksHakim 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-16Merge pull request #2133 from sean-parent/masterHakim El Hattab
Adding support for hash linked slideNumber
2018-04-13Merge branch 'dev' into masterSean Parent
2018-04-01Clarify the meaning of the notes?: regexmarcvangend
2018-03-27gracefully handle duplicate slide id'sHakim El Hattab
2018-03-23Made one based indexing optionalSean Parent
2018-03-23Print background in pdf (#2131)Quentin PROUST
* 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
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 #2097 from bnjmnt4n/docs/readmeHakim El Hattab
Cleanup readme to make it easier to read/edit.
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-22remove legacy vendor prefixes from pdf cssHakim El Hattab
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