summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2018-03-07Prefer W3C pointer events, remove pointerEnabled references (it is not part ↵Matt Rakow
of the standard), unconditional event removal
2018-03-05fix autoplay of inline videos in iosHakim El Hattab
2018-02-22Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab
2018-02-20added missing documentationMartin Jurča
2018-02-20documentationMartin Jurča
2018-02-20fixed showing speaker's view with timings/pacing while serving the ↵Martin Jurča
presentation from the file system
2018-02-14Cleanup readme to make it easier to read/edit.Benjamin Tan
- Use `single backticks` consistently for inline code snippets. - Add double linefeeds before level 2 headings. - Add a single linefeed after each heading. - Minor docs edits.
2018-02-12navigateNext no longer gets stuck on first stack when looping is enabledHakim El Hattab
2018-02-10Background repeat & position to parallax backgroundJohn Muccigrosso
2018-02-09Merge pull request #1836 from RobertBaron/background-whitespace-uriBenjamin Tan
Allow whitespace on background-images, w3 compliance
2018-02-08Allow users to customise MathJax options.Benjamin Tan
Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only.
2018-02-08head.js: Remove source map URL since it doesn't exist.Benjamin Tan
This prevents additional requests from devtools when debugging code.
2018-02-08Cleanup code style.Benjamin Tan
2018-02-08Simplify Travis test script.Benjamin Tan
2018-02-07fix looping of presentations that only have vertical slidesHakim El Hattab
2018-02-07Merge branch 'fragment-in-url' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2018-02-07head.js: Remove source map URL since it doesn't exist.Benjamin Tan
This prevents additional requests from devtools when debugging code.