Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | fixed link to gruntfile | Trevor Power | |
2020-01-11 | upgrade to node-sass 4.13.0, fix security warnings #2473 | Hakim El Hattab | |
2019-12-19 | switch to fixed unit for fragment animations to make them more consistent | Hakim El Hattab | |
2019-12-09 | Merge pull request #2437 from TehDmitry/dev | Hakim El Hattab | |
Allowing autoplay in data-background-iframe for audio and video elements | |||
2019-12-09 | Merge pull request #2454 from ismailarilik/patch-1 | Hakim El Hattab | |
Add forgotten element to Table of Contents | |||
2019-12-09 | add mobileViewDistance to readme #2513 | Hakim El Hattab | |
2019-12-09 | Merge pull request #2513 from TuurDutoit/feature/mobile-view-distance | Hakim El Hattab | |
Add mobileViewDistance config key | |||
2019-10-18 | Add mobileViewDistance config key | Tuur Dutoit | |
2019-10-11 | fix viewport overflow in iPadOS safari | Hakim El Hattab | |
2019-08-22 | highlight.js 9.11 -> 9.15 | Hakim El Hattab | |
2019-07-12 | Add forgotten element to Table of Contents | İsmail Arılık | |
2019-07-08 | Merge pull request #2392 from DanielNoga/patch-1 | Hakim El Hattab | |
update minimal nodejs version in readme | |||
2019-07-08 | Merge pull request #2442 from pius/patch-1 | Hakim El Hattab | |
Tweak to MathJax example | |||
2019-07-08 | Merge branch 'dev' into patch-1 | Hakim El Hattab | |
2019-07-08 | Merge pull request #2453 from Incognitas/fix/node_12_support | Hakim El Hattab | |
Update package.json for node 12 support | |||
2019-07-08 | Merge pull request #2451 from Jason-Cooke/patch-1 | Hakim El Hattab | |
docs: fix typo | |||
2019-07-07 | Adding missing file to use it properly | Aurelien Normand | |
2019-07-07 | Update package.json for node 12 support | Aurélien Normand | |
simple node-sass update which fixes this issue | |||
2019-07-05 | docs: fix typo | Jason Cooke | |
2019-06-22 | Tweak to MathJax example | Pius Uzamere | |
Added a missing comma and used an actual macro so that the MathJax example runs right out of the box upon a copy/paste. | |||
2019-06-10 | readme tweak | Hakim El Hattab | |
2019-06-10 | rephrased #2378 | Hakim El Hattab | |
2019-06-10 | Merge pull request #2378 from mbotsch/fix-plugin-documentation | Hakim El Hattab | |
Fix plugin documentation regarding init-Promises | |||
2019-06-10 | Merge pull request #2433 from autopp/fix-typo-in-readme | Hakim El Hattab | |
add missing comma to MathJax example in README | |||
2019-06-10 | remove available route changes #2416 | Hakim El Hattab | |
2019-06-10 | Merge branch '2380-linear-navigation-mobile' of ↵ | Hakim El Hattab | |
https://github.com/earboxer/reveal.js into dev | |||
2019-06-10 | enable url hash for default index.html #2434 #2175 | Hakim El Hattab | |
2019-06-09 | Allowing autoplay in data-background-iframe for audio and video elements | TehDmitry | |
It was restricted by «Autoplay Policy Changes»: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#iframe | |||
2019-06-07 | add missing comma to MathJax example in README | autopp | |
2019-05-29 | * Mobile Linear Navigation: Fix swipes to navigate linearly | Zach DeCook | |
2019-05-29 | * Linear Navigation: Fix showing arrows when last slide has vertical children | Zach DeCook | |
2019-05-27 | first/last slide shortcut now uses shift modified, cmd conflicted with ↵ | Hakim El Hattab | |
browser back/fwd | |||
2019-05-27 | Merge branch 'alternate-timing' of https://github.com/fghaas/reveal.js into dev | Hakim El Hattab | |
2019-05-27 | down arrow padding for edge aligned controls | Hakim El Hattab | |
2019-05-27 | Merge pull request #2410 from NoriSte/feature/fix-touch-arrow-down | Hakim El Hattab | |
Fix arrow down navigation on touch devices | |||
2019-05-27 | avoid exception when highlighting empty code blocks | Hakim El Hattab | |
2019-05-22 | Notes: Weakly enforce a minimum allocated pacing time per slide | Florian Haas | |
When using the totalTime-based pacing calculation, a presenter may inadvertently set totalTime and per-slide data-timing attributes in such a way that the pacing time for some slides is impossibly low or even negative. Add a check to ensure that the pacing on a slide never falls below a configurable minimum, defaulting to 0. Display an alert if the pacing for any slide(s) falls below the threshold. | |||
2019-05-20 | fix issue where syncSlide would not run/play newly added background content | Hakim El Hattab | |
2019-05-20 | new API methods for getting horizontal/vertical slides, force linear ↵ | Hakim El Hattab | |
navigation for one-dimensional decks | |||
2019-05-18 | fix the touch devices issues with the down arrow | NoriSte | |
2019-05-13 | iframe background preload behavior now matches inline iframes + adheres to ↵ | Hakim El Hattab | |
the new 'preloadIframes' config option | |||
2019-05-12 | Notes: Introduce alternate pacing timer, based on total presentation time | Florian Haas | |
The current pacing timer operates on the assumption that there is a default amount of time to be allocated to each slide, and that individual slides can deviate from that default by specifying their own data-timing attribute. This patch introduces an alternate pacing method: by specifying the totalTime configuration option, the presenter can set the total time available to present. The pacing timer will then continue to allocate the exact pacing time for slides that do have data-timing set, as before. However, rather than applying the defaultTiming constant to all others, it will - Add up the time already allocated to slides via data-timing; - subtract that from totalTime; - divide the difference by the number of slides without data-timing set; - apply the thus-calculated average to those slides. totalTime has no default, and if both defaultTiming and totalTime are set, totalTime wins. This preserves backward compatibility: if a presenter has set defaultTiming and updates reveal.js, totalTime will be null and defaultTiming is still applied to all slides without a data-timing attribute. The presenter can then switch to the automatic calculation, if desired, by setting a value for totalTime. | |||
2019-05-05 | update minimal nodejs version in readme | Daniel Noga | |
2019-04-23 | Fix plugin documentation | Mario Botsch | |
Mention that reveal.js will wait for the Promise of a plugin's init() function only when the plugin is loaded non-async. The init functions of plugins that are loaded as async dependencies are called after reveal.js has dispatched the 'ready' event. | |||
2019-04-23 | the postMessage API now works for getter methods | Hakim El Hattab | |
2019-04-10 | fix numeric presence condition | Hakim El Hattab | |
2019-04-08 | Remove calls to missing modules from gruntfile | Richard Westenra | |
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed. | |||
2019-04-08 | Merge pull request #2364 from richardwestenra/fix/missing-modules | Hakim El Hattab | |
Bugfix: Remove calls to missing modules from gruntfile | |||
2019-04-06 | Remove calls to missing modules from gruntfile | Richard Westenra | |
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed. | |||
2019-04-05 | refinements for multi-step code highlights | Hakim El Hattab | |
2019-04-05 | first version of multi-step code highlights | Hakim El Hattab | |
2019-04-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2019-04-03 | plugin doc tweaks | Hakim El Hattab | |
2019-04-02 | prefer transform scaling over zoom on hdpi displays | Hakim El Hattab | |
2019-04-01 | better example for line range highlighting | Hakim El Hattab | |
2019-04-01 | docs for code highlight line numbering | Hakim El Hattab | |
2019-04-01 | plugin docs | Hakim El Hattab | |
2019-04-01 | plugin api docs | Hakim El Hattab | |
2019-04-01 | 3.8.0 | Hakim El Hattab | |
2019-04-01 | fix typos | Hakim El Hattab | |
2019-04-01 | fix grunt ci error | Hakim El Hattab | |
2019-04-01 | fix typos | Hakim El Hattab | |
2019-04-01 | Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-table | Hakim El Hattab | |
Allow Navigation Mode setting to change the shortcuts table | |||
2019-04-01 | fix npm security warnings, auto run tests when changed | Hakim El Hattab | |
2019-04-01 | add hasPlugin and getPlugin API methods and tests | Hakim El Hattab | |
2019-03-28 | tweaks and tests for #2354 | Hakim El Hattab | |
2019-03-28 | Merge branch 'dev' of https://github.com/maxrothman/reveal.js into dev | Hakim El Hattab | |
2019-03-25 | fix an error where reveal.js returned a 1> progress number when there were ↵ | Hakim El Hattab | |
fragments on last slide | |||
2019-03-22 | Add data-preload attribute for iframes | Max Rothman | |
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible. | |||
2019-03-21 | make #2350 work using replaceState | Hakim El Hattab | |
2019-03-21 | Merge pull request #2350 from rparree/hash-problem | Hakim El Hattab | |
Fixed not bing able to follow same inner links twice with history:false | |||
2019-03-21 | Merge branch 'dev' into hash-problem | Hakim El Hattab | |
2019-03-20 | new demo slide to promote iframes/iframe backgrounds | Hakim El Hattab | |
2019-03-15 | Fixed not bing able to follow same inner links twice with history:false | Raphael Parree | |
Scenario: - history set to false in Reveal’s config - follow anchor to `/#someid` - navigate to other sections - follow anchor to same section `/#someid` This does not work as the hash has not changed. This fix removes the hash from the URL when navigating | |||
2019-03-14 | tests for plugins | Hakim El Hattab | |
2019-03-14 | fix error when reveal.js was initialized with no plugins | Hakim El Hattab | |
2019-03-14 | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | |
2019-03-14 | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | |
2019-03-12 | line number styling tweaks | Hakim El Hattab | |
2019-03-12 | highlight.js plugin improvements | Hakim El Hattab | |
2019-03-12 | prevent same plugin from being registered twice | Hakim El Hattab | |
2019-03-12 | switch to monokai as default syntax highlight theme | Hakim El Hattab | |
2019-03-12 | Merge pull request #2346 from dougalsutherland/patch-3 | Hakim El Hattab | |
notes plugin: callRevealApi wants apply, not call | |||
2019-03-11 | notes plugin: callRevealApi wants apply, not call | Dougal J. Sutherland | |
2019-03-11 | validate code line numbers to highlight | Hakim El Hattab | |
2019-03-11 | more succinct syntax for code block line highlights | Hakim El Hattab | |
2019-03-11 | use internal pointer for current slide | Hakim El Hattab | |
2019-03-11 | syncFragments now returns all affected fragments | Hakim El Hattab | |
2019-03-08 | highlight plugin updates; support for line numbers and highlighting specific ↵ | Hakim El Hattab | |
lines | |||
2019-03-07 | Merge pull request #2340 from sophware/fix_zoom_demo | Hakim El Hattab | |
demo.html - Added Linux instructions for zoom | |||
2019-03-06 | demo.html - Added Linux instructions for zoom | Sophware | |
2019-03-06 | Merge pull request #2339 from mikeshatch/patch-1 | Hakim El Hattab | |
Fixed a couple of typos | |||
2019-03-04 | Fixed a couple of typos | Mike Hatch | |
2019-03-04 | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | |
2019-03-04 | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | |
promises | |||
2019-03-01 | few plugin registration tweaks | Hakim El Hattab | |
2019-03-01 | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | |
2019-02-28 | build dependency updates | Hakim El Hattab | |
2019-02-28 | upgrade .travis nodejs version | Hakim El Hattab | |
2019-02-28 | see if increased node version fixes build | Hakim El Hattab | |