aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-05-06Added album coverHEADmasterMarvin Borner
2019-04-01Optimized everythingMarvin Borner
2019-04-01Added contentMarvin Borner
2018-12-12note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359Hakim El Hattab
2018-10-03Merge pull request #2231 from esthor/patch-1Hakim El Hattab
bring install instructions to top, as is tradition
2018-10-03dont refer to outdated speaker notes style in readme #2244Hakim El Hattab
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-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-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-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.
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
Closes #2005.
2018-02-06Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan
Closes #2075.
2018-02-06Docs: avoid recommending global Grunt installation.Benjamin Tan
Closes #1951.
2018-02-06Docs: Add note about Windows carriage returns.Benjamin Tan
Closes #1808.
2018-02-01Fix testing on Windows machines.Benjamin Tan
Windows carriage return line endings were not being tested for. Fixes #2087.
2018-01-25fix bug where left/right arrows appeared when there were no horizontal slidesHakim El Hattab
2018-01-25reorganize config optionsHakim El Hattab
2018-01-24Merge pull request #2080 from bnjmnt4n/update-depsHakim El Hattab
Update dependencies.
2018-01-22Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan
2018-01-22Update `grunt-contrib-uglify`.Benjamin Tan
2018-01-22Update dependencies.Benjamin Tan
2018-01-22Merge pull request #2078 from bnjmnt4n/data-backgroundHakim El Hattab
Allow `data-background` images to load even if there is whitespace at…
2018-01-22Allow `data-background` images to load even if there is whitespace at the end.Benjamin Tan
Fixes #2032.
2018-01-22Merge pull request #2077 from bnjmnt4n/js-loadHakim El Hattab
Allow JS files with query strings to be loaded.
2018-01-22Allow JS files with query strings to be loaded.Benjamin Tan
Fixes #1944.
2018-01-21fix fragment handling when desired fragment is 0Dougal J. Sutherland
2018-01-04optionally put the fragment in the URLDougal J. Sutherland
2017-12-04fix missing theme line-height when printing #1967Hakim El Hattab
2017-12-04prevent cmd+r in notes window since reloading breaks the view #1958Hakim El Hattab
2017-12-04Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notesHakim El Hattab
Block F5 in speaker notes window, avoid disconnects
2017-12-04Merge branch 'patch-1' of https://github.com/keradus/reveal.js into devHakim El Hattab
2017-12-02.gitignore - ignore package-lock.json fileDariusz Rumiński
Ignore lock file of newer node versions
2017-12-01Merge pull request #2045 from jgm/issue2026Hakim El Hattab
Allow tex2jax options to be passed into math plugin.
2017-11-29Allow tex2jax options to be passed into math plugin.John MacFarlane
Closes #2026. This does not change the default behavior of the math plugin, but it allows $ delimiters to be disabled (which is usually what you want, since otherwise normal uses of $ for currency get treated as math delimiters). To use: Reveal.initialize({ math: { tex2jax: { inlineMath: [['\\(','\\)']], skipTags: ['script','noscript','style', 'textarea','pre'] } }, etc. });
2017-11-29Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into devHakim El Hattab
2017-11-29minor formatting tweaksHakim El Hattab
2017-11-29Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab
into dev
2017-11-25Fixed issue with getProgress() when called from slidechanged event on edge caseGreg Denehy
2017-11-23optimize use of getSlideBackground by avoiding index lookupHakim El Hattab
2017-11-23add inline and external markdown images to example #2039Hakim El Hattab
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-223.6.0Hakim El Hattab