aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-12-13#1770, set 'data-paused-by-reveal' attribute only for the media elements, ↵Markku Roponen
which are not already in paused state.
2016-12-12#1770, added second argument for setAttributeMarkku Roponen
2016-12-12#1770, fixed function name.Markku Roponen
2016-12-12#1770, resume playback for paused media.Markku Roponen
2016-12-11Allow background images without protocols to have query hashes/parameters.Benjamin Tan
Closes #1603.
2016-12-11Add note about head.js to readme.Benjamin Tan
Closes #1569.
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
Closes #1163, #1495.
2016-12-08Shift `dependencies` to `devDependencies`.Benjamin Tan
The `reveal.js` npm module is typically installed to access the CSS/JS assets for Reveal.js. For those that want to run the plugins, they would clone the whole repository. Hence, it doesn’t make sense to include those as `dependencies`, which will increase download times. Closes #1734.
2016-12-06Reduce required Node.js version to 4.0.0.Benjamin Tan
The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
2016-12-06Merge pull request #1760 from demoneaux/package-jsonHakim El Hattab
Reduce required Node.js version to 4.0.0.
2016-12-06Reduce required Node.js version to 4.0.0.Benjamin Tan
The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
2016-12-01Merge pull request #1740 from ↵Hakim El Hattab
christinakayastha/feature/printing-remove-slide-number Hide slide number when in paper or pdf print view
2016-12-01merge package version conflictsHakim El Hattab
2016-12-01update dependencies to work with latest node #1743Hakim El Hattab
2016-12-01Merge pull request #1743 from haf/patch-1Hakim El Hattab
Bump node engine in packages.json
2016-12-01Merge pull request #1747 from spencermathews/feature/readme-defaults-fixHakim El Hattab
Defaults in README are not current
2016-12-01Merge pull request #1757 from daanmichiels/correct-copyrightHakim El Hattab
include contributors in (c)
2016-12-01Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab
Implementing a better data-trim
2016-11-25correct copyright message to include contributorsDaan Michiels
2016-11-22Better version of data-trim on code snippetsJ.M. Cléry
2016-11-15Update README.md to reflect current defaults in js/reveal.jsSpencer Mathews
2016-11-09add pdf-ready event; dispatched when the presentation is laid out and ready ↵Hakim El Hattab
to print
2016-11-09Bump node engine in packages.jsonHenrik Feldt
2016-10-30Don't remove slide-number in pdf viewChristi Kaes
2016-10-30Hide slide number when in paper or pdf print viewchristikaes
2016-10-16Support sass extension for custom themesOliver Davies
2016-10-12remove debug codeHakim El Hattab
2016-10-10fixes ff overview rendering bug #1649Hakim El Hattab
2016-10-06remove unused dom lookupHakim El Hattab
2016-10-05attempt at fixing ff transition bug #1627Hakim El Hattab
2016-10-05fix merge conflict for #1634Hakim El Hattab
2016-10-05code format tweaksHakim El Hattab
2016-10-05only use nodeType 1 and 3 (only relevant types)Maarten Schroeven
2016-10-05limit text written to the status divMaarten Schroeven
2016-10-05renamed grunt 'base' option to 'root' (#1660)CH
* Allow slides to be served away from revealjs server location The previous 'base' option conflicts with Grunt's 'base' option. Changing it to 'root' avoids this. Further, updating to a newer Grunt allows multiple parameters to be used. therefore `grunt serve --root="." --root="pathtomyslides"` allows you to keep your slide content separate from JS/CSS and such * Live reload for relocated base * Updated packages to match origin/dev * Updated packages to match origin/dev * Ensure root is an array
2016-10-05remove issue commentHakim El Hattab
2016-10-05ignore delta=0 mousewheel eventGerald
fix #1607
2016-10-05prevent exception when initializing with no slides #1678 #1679Hakim El Hattab
2016-10-05Add note to README about how to disable scalingJaiden Mispy
2016-10-05autoSlide duration with playbackRatechadmorrow
The autoSlide duration of media elements with data-autoplay now takes the playbackRate of said media element into account when setting the duration so that autoSlide and the media element stay in sync.
2016-10-05Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into devHakim El Hattab
2016-10-01Logitech R400 on Ubuntu blackout button supportJames Roper
On Ubuntu 16.04, the Logitech R400's blackout button gets mapped to 'v' (keyCode 86). I don't know why this is, but since nothing else is currently using 'v', this allows it to be supported out of the box.
2016-09-21speaker layouts in server side notes pluginHakim El Hattab
2016-09-21layout selector for speaker view; includes four optionsHakim El Hattab
2016-09-20autoplay support for content inside of fragmentsHakim El Hattab
2016-08-01none/fade/slide transitions use flat transform style, prevents blurred ↵Hakim El Hattab
content #1002
2016-07-21Allow switching off preview linksAsvin Goel
The data-preview-link=false tag can be used to switch off preview links
2016-07-21Merge pull request #12 from hakimel/devAsvin Goel
Syncing to current version
2016-07-04For a fragment: allow to show a separate note defined in itDmitry Trofimov
When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case.
2016-07-04null computed style to avoid npeHakim El Hattab
2016-07-04null check to avoid occasional npeHakim El Hattab
2016-07-01ready flag on .reveal containerHakim El Hattab
2016-06-29Update JSDocs and fix typosCharles Grigg
2016-06-28update dependencies based on retire.js info #1473Hakim El Hattab
2016-06-28merge retire.js #1473Hakim El Hattab
2016-06-28Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-28Merge pull request #1628 from davidjb/markdown-doc-fixHakim El Hattab
Detail markdown plugin attributes & defaults
2016-06-28add 'npm build' script that launch gruntQuentin Bramas
2016-06-27use first fragment's data-autoslide value when there is no current fragmentHakim El Hattab
2016-06-22remove unused dom referenceHakim El Hattab
2016-06-22revise simple.md so that slide 1.1 and 1.2 correctly break into separate slidesHakim El Hattab
2016-06-22Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵Hakim El Hattab
into dev
2016-06-22Detail markdown plugin attributes & defaultsDavid Beitey
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
2016-06-21move speaker notes into page container when printing pdfHakim El Hattab
2016-06-21request fullscreen on documentElement instead of body (#1621 #1624)Hakim El Hattab
2016-06-21request fullscreen on documentElement instead of body (#1621 #1624)Hakim El Hattab
2016-06-21Revert "fix theme backgrounds in firefox fullscreen mode #1386"Hakim El Hattab
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
2016-06-20fix theme backgrounds in firefox fullscreen mode #1386Hakim El Hattab
2016-06-10increase default font sizes, adjust config defaults for less margings and ↵Hakim El Hattab
larger max scale #1605
2016-06-10prevent repeated initialization #1616Hakim El Hattab
2016-06-10Merge branch 'Timothep-master' into devHakim El Hattab
2016-06-10Horizontal 2-1 View for the speaker notes instead of a vertical 1-2Timothep
2016-06-10Added a description of the undocumented timer-reset featureTimothep
2016-06-10Merge branch 'master' of https://github.com/dhyegofernando/reveal.js into devHakim El Hattab
2016-06-10add showHelp to api #1611Hakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03text alignmentHakim El Hattab
2016-06-03hdpi slides bannerHakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03slides bannerHakim El Hattab
2016-05-26include layout for notes outside of pdf exportsHakim El Hattab
2016-05-26support for 'separate-page' layout for notes in PDF exports #1518Hakim El Hattab
2016-05-23Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-05-23Update README.mdHakim El Hattab
more in-depth documentation of slide backgrounds #1542
2016-05-23Merge pull request #1537 from vincentbernat/fix/dark-background-simple-themeHakim El Hattab
make theme "simple" use white titles on dark backgrounds
2016-05-23code formatHakim El Hattab
2016-05-23Merge pull request #1585 from jasonkiss/feature/disabled-buttonsHakim El Hattab
set/remove @disabled on navigation buttons
2016-05-23ocdHakim El Hattab
2016-05-23Merge pull request #1586 from jasonkiss/feature/accessible-speaker-notesHakim El Hattab
make speaker notes keyboard accessible
2016-05-23moz selection color in theme template #1575Hakim El Hattab
2016-05-23Merge pull request #1575 from aniqah/firefox-selection-colourHakim El Hattab
Add selection colour for Mozilla Firefox
2016-05-23merge readme conflict #1595Hakim El Hattab
2016-05-23Merge branch 'patch-1' of https://github.com/tiagorg/reveal.js into devHakim El Hattab
2016-05-21Removing duplicated "position" property at pdf.cssTiago Garcia
Found that by running css-lint on the code
2016-05-19Add minor imporovements to the PDF export instructionsTristan Sokol
2016-05-10make speaker notes keyboard accessibleJason Kiss
Places div.speaker-notes in default kbd Tab order, and when focused, prevent slide navigation with up/down arrows, allowing up/down arrow keys to scroll div.speaker-notes.
2016-05-10set/remove @disabled on navigation buttonsJason Kiss
Keeps disabled buttons out of kbd tab order and indicates to assistive tech like screen readers that button is disabled. Otherwise buttons that aren’t enabled remain in kbd Tab order and screen readers announce them as buttons, but they don’t work.
2016-05-02add refused-to-display tips in link-preview-overlay黄玄
2016-04-29Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-29Merge pull request #1571 from adius/patch-1Hakim El Hattab
Simplify full setup