Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-25 | Merge pull request #1274 from jasonkarns/patch-3 | Hakim El Hattab | |
broken <table> html in demo deck | |||
2015-06-25 | Merge pull request #1271 from jasonkarns/patch-2 | Hakim El Hattab | |
`licenses` field is deprecated | |||
2015-06-20 | broken <table> html in demo deck | Jason Karns | |
2015-06-16 | `licenses` field is deprecated | Jason Karns | |
the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression. | |||
2015-06-03 | add base option for grunt serve task #1102 | Hakim El Hattab | |
2015-06-03 | Merge pull request #1202 from alexandreleroux/patch-1 | Hakim El Hattab | |
PDF exporting also works with Chromium | |||
2015-06-03 | Merge pull request #1234 from lememora/master | Hakim El Hattab | |
Added missing comma on the configuration example | |||
2015-06-03 | Merge pull request #1201 from MA3STR0/master | Hakim El Hattab | |
Correct Readme.md -> Theming -> sky | |||
2015-05-19 | added missing comma on the configuration example | Rafael Moraes | |
2015-05-18 | 3.1.0 | Hakim El Hattab | |
2015-05-08 | consider lazy loaded iframes when formatting src | Hakim El Hattab | |
2015-05-07 | fix iframe unload in firefox | Hakim El Hattab | |
2015-05-07 | iframe postmesssage api works with lazy loaded iframes | Hakim El Hattab | |
2015-05-06 | sync starts playing new embedded content | Hakim El Hattab | |
2015-05-06 | type check to ensure we don't call media api before media has loaded | Hakim El Hattab | |
2015-05-06 | fix lazy load selector error | Hakim El Hattab | |
2015-05-06 | tweak to iframe lazy load test | Hakim El Hattab | |
2015-05-04 | typo | Hakim El Hattab | |
2015-05-04 | lazy-load iframes only for current slide, unload when hidden | Hakim El Hattab | |
2015-05-04 | lazy loading fallback also considers iframes | Hakim El Hattab | |
2015-05-03 | add test presentation for per-slide transitions, compile css #1106 | Hakim El Hattab | |
2015-05-03 | Merge branch 'master' of https://github.com/jammon/reveal.js into dev | Hakim El Hattab | |
2015-04-14 | PDF exporting also works with Chromium | Alexandre Leroux | |
For those who can't install Google Chrome (e.g. work network policies) but can use Chromium, Chromium does work for creating the pdf. I updated the readme accordingly. Thanks! | |||
2015-04-13 | change iframe example | Hakim El Hattab | |
2015-04-13 | Correct Readme.md#theming | Anton | |
Theming/sky.css has dark gray text on light blue background; not white text | |||
2015-04-12 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-04-12 | Merge pull request #1162 from bobylito/master | Hakim El Hattab | |
Make npm dependency usable by Browserify through npm | |||
2015-04-12 | fix markdown test | Hakim El Hattab | |
2015-04-12 | remove 'roll-in' fragment style due to Chrome crash #1150 | Hakim El Hattab | |
2015-04-12 | update cssmin to 0.12.2 #1179 | Hakim El Hattab | |
2015-04-12 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-04-12 | Merge pull request #1180 from kayakr/patch-1 | Hakim El Hattab | |
typo | |||
2015-04-12 | Merge branch 'query-params' of https://github.com/FND/reveal.js into dev | Hakim El Hattab | |
2015-04-12 | Merge pull request #1193 from danielquinn/Firefox-friendly | Hakim El Hattab | |
Added support for standard transforms | |||
2015-04-03 | Added support for standard transforms | Daniel Quinn | |
-webkit- stuff only works on webkit browsers. I'm pretty sure that using the standard `transform:` here works in most modern browsers. | |||
2015-04-02 | support query parameters within notes plugin | FND | |
2015-03-26 | Fix typo /s/configure/configured | kayakr | |
2015-03-25 | fix for #1150? | Hakim El Hattab | |
2015-03-25 | reset fragment transforms using 'none' | Hakim El Hattab | |
2015-03-25 | fix #1170 | Hakim El Hattab | |
2015-03-25 | remove variable definitions #1158 | Hakim El Hattab | |
2015-03-25 | Merge branch 'dev' of https://github.com/bchretien/reveal.js into dev | Hakim El Hattab | |
2015-03-25 | Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev | Hakim El Hattab | |
2015-03-25 | Merge pull request #1166 from callahad/update-marked | Hakim El Hattab | |
update marked to 0.3.3 | |||
2015-03-25 | Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev | Hakim El Hattab | |
2015-03-25 | alt+zoom only works on slide content #1151 | Hakim El Hattab | |
2015-03-19 | Update reveal.js | Alexander | |
2015-03-16 | Attribute values should be quoted | Simon Elvery | |
2015-03-16 | Bumped Marked to v0.3.3 | Dan Callahan | |
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658 | |||
2015-03-16 | updated md slide separator regex #929 | Hakim El Hattab | |
see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837 | |||
2015-03-14 | Make npm dependency usable by Browserify through NPM | Alexandre Stanislawski | |
Right now the package is not recognized as usable library by Browserify. Adding the main attribute in the package.json solves that, and now gives others the possibility to use reveal as a library in more complex systems. | |||
2015-03-13 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-03-13 | note about plugins | Hakim El Hattab | |
2015-03-13 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-03-13 | link to plugins | Hakim El Hattab | |
2015-03-08 | Fix slide numbering for custom slide number formatting. | Benjamin Chrétien | |
Numbering was off when dealing with fragments. | |||
2015-03-05 | remove selection color from core css | Hakim El Hattab | |
2015-03-02 | add blood theme to demo slides #928 | Hakim El Hattab | |
2015-03-02 | tweaks to blood theme | Hakim El Hattab | |
2015-03-02 | code format | Hakim El Hattab | |
2015-03-02 | Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into dev | Hakim El Hattab | |
2015-03-02 | fix mixed spaces/tabs | Hakim El Hattab | |
2015-02-28 | Markdown table column alignment #1050 | Christian Fehmer | |
The alignment information were already in the generated html. The css was the only thing missing, so I added it. | |||
2015-02-25 | Merge pull request #1113 from brndnb/patch-1 | Hakim El Hattab | |
grammar | |||
2015-02-25 | code format | Hakim El Hattab | |
2015-02-25 | Merge pull request #1138 from denehyg/background-video-loop | Hakim El Hattab | |
background video loop | |||
2015-02-25 | merge conflict | Hakim El Hattab | |
2015-02-25 | fix mixed indentation | Hakim El Hattab | |
2015-02-25 | fix progress bar clicks in rtl mode #1131 | Hakim El Hattab | |
2015-02-25 | ensure postmessage data is a string #1143 | Hakim El Hattab | |
2015-02-25 | merge options for parallax step size #733 | Hakim El Hattab | |
2015-02-19 | Check before calling blur on activeElement. | Jordan Hofker | |
It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception. This protects against that and will only call `.blur()` when `document.activeElement` supports it. | |||
2015-02-19 | Added option to loop background videos | Greg Denehy | |
2015-02-09 | fix looped view distance calculation | Hakim El Hattab | |
2015-02-03 | prevent iframes from offsetting presentation | Hakim El Hattab | |
2015-02-02 | only preload last slides if presentation is looped | Hakim El Hattab | |
2015-01-30 | gifs now restart when their slide container is shown | Hakim El Hattab | |
2015-01-29 | only transition slides container in overview mode | Hakim El Hattab | |
2015-01-29 | Merge pull request #1119 from hakimel/feature/new-overview | Hakim El Hattab | |
Refactored overview mode | |||
2015-01-29 | fix error when exiting overview | Hakim El Hattab | |
2015-01-29 | comments | Hakim El Hattab | |
2015-01-29 | cleaner approach to applying transforms to slides container | Hakim El Hattab | |
2015-01-28 | dynamic file mapping to avoid themes hardcoded in gruntfile | Hakim El Hattab | |
2015-01-28 | theme readme update | Hakim El Hattab | |
2015-01-28 | ensure overview indices are up to date if a slide moves | Hakim El Hattab | |
2015-01-27 | cross browser adjustments for overview mode | Hakim El Hattab | |
2015-01-27 | further overview refactoring | Hakim El Hattab | |
2015-01-26 | refactoring and optimization of overview mode | Hakim El Hattab | |
2015-01-26 | Merge pull request #1115 from raboof/patch-1 | Hakim El Hattab | |
themes grunt task was renamed | |||
2015-01-26 | Grunt target was renamed | Arnout Engelen | |
2015-01-22 | Fix small typo | Branden Byers | |
2015-01-22 | add global flag back in for whitespace removal, without it most of the ↵ | Hakim El Hattab | |
content in example.html does not work #682 | |||
2015-01-20 | default to https mathjax #1103 | Hakim El Hattab | |
2015-01-19 | fix for #1088 when presentation is not scaled | Hakim El Hattab | |
2015-01-18 | Adding one-sided transitions | Johannes Ammon | |
Now the transition isn’t any more „per slide“ but „per movement of a slide“. So the slide can disappear in another way than it appeared. | |||
2015-01-18 | Mixins for readability of transitions added | Johannes Ammon | |
To honor the DRY principle repeating patterns have been factored out. In addition there was an anchor missing in README.md. | |||
2015-01-17 | apply z position to slide container, rather than individual slides | Hakim El Hattab | |
2015-01-16 | firefox support for #1088 | Hakim El Hattab | |
2015-01-16 | no longer set o-transforms | Hakim El Hattab | |
2015-01-16 | background images now work in overview mode #1088 | Hakim El Hattab | |