Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | change iframe example | 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 #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 | |
2015-01-16 | support for custom slide number formatting #965 | Hakim El Hattab | |
2015-01-15 | use getElementByID when looking up linked slides #1086 | Hakim El Hattab | |
2015-01-14 | only read textContent for aria callout #1100 | Hakim El Hattab | |
2015-01-12 | documentation for getState/setState | Hakim El Hattab | |
2015-01-12 | documentation for postMessage API | Hakim El Hattab | |
2015-01-09 | Merge pull request #1093 from hakimel/dev | Hakim El Hattab | |
3.0.0 | |||
2015-01-09 | content tweak | Hakim El Hattab | |
2015-01-08 | content tweaks | Hakim El Hattab | |
2015-01-06 | reorganize fonts, include source sans pro for offline use | Hakim El Hattab | |
2015-01-06 | always play background video from the start #1049 | Hakim El Hattab | |
2015-01-06 | merge master into dev | Hakim El Hattab | |
2015-01-06 | revise contribution guidelines, graduate 3.0 from dev | Hakim El Hattab | |
2015-01-06 | dont subset league glyphs #989 | Hakim El Hattab | |
2015-01-06 | new slideshare pdf example | Hakim El Hattab | |
2015-01-06 | new font & type settings for default theme | Hakim El Hattab | |
2015-01-06 | reveal container size determines progress bar width | Hakim El Hattab | |
2015-01-05 | avoid repetition | Hakim El Hattab | |
2015-01-05 | (c) 2015 | Hakim El Hattab | |
2014-12-27 | remove deprecated data-state background colors | Hakim El Hattab | |
2014-12-27 | kill unintended transition into overview mode | Hakim El Hattab | |
2014-12-27 | change transition defaults | Hakim El Hattab | |
2014-12-27 | tweak comments | Hakim El Hattab | |