Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add support for custom notes.html file | Daniel Teixeira | |
It would be nice if we could define a custom notes.html file. Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :( So, what do you think about it? | |||
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-13 | Add plain class for plain images | Ken Dale | |
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 | |
2014-12-18 | readme tweaks | Hakim El Hattab | |
2014-12-18 | new pdf export example | Hakim El Hattab | |
2014-12-18 | white theme inverts text color against dark bg | Hakim El Hattab | |
2014-12-18 | bad theme name | Hakim El Hattab | |
2014-12-18 | remove theme config option #1061 | Hakim El Hattab | |
2014-12-18 | add white theme, reverse of default theme #1018 | Hakim El Hattab | |
2014-12-12 | default content update; remove image slide, add two new slides | Hakim El Hattab | |
2014-12-10 | include background video example in default presentation | Hakim El Hattab | |
2014-12-10 | zoom plugin now works for scaled presentations | Hakim El Hattab | |
2014-12-10 | rename previous default theme to league | Hakim El Hattab | |
2014-12-10 | first revision of new default theme #1018 | Hakim El Hattab | |
2014-12-09 | dont force links to be underlined in pdf | Hakim El Hattab | |
2014-11-30 | Merge remote-tracking branch 'upstream/master' | Chris Lawrence | |
2014-11-08 | reorder scale condition; if calculated scale is exactly 1 don't apply any ↵ | Hakim El Hattab | |
scale styles | |||
2014-11-06 | Merge pull request #1033 from PeterDaveHello/patch-1 | Hakim El Hattab | |
ci status indicator is svg instead of png | |||
2014-11-06 | add missing condition for recalculating scale | Hakim El Hattab | |
2014-11-05 | ignore calculating scale if only possible outcome is 1 | Hakim El Hattab | |
2014-11-05 | update order of default slides | Hakim El Hattab | |
2014-11-05 | default to slide transitions | Hakim El Hattab | |
2014-11-05 | update background color/image example slides | Hakim El Hattab | |
2014-11-05 | typo | Hakim El Hattab | |
2014-11-05 | theme updates, normalized spacing between block-level elements | Hakim El Hattab | |
2014-11-05 | simplify default initialization options | Hakim El Hattab | |
2014-11-05 | Merge pull request #1037 from Suva/dev | Hakim El Hattab | |
Do not add video backgrounds to speaker notes. | |||
2014-10-24 | Do not add video backgrounds to speaker notes. | Jaan Pullerits | |
2014-10-21 | Use svg instead of png to get better image quality | Peter Dave Hello | |
2014-10-17 | add video and iframe backgrounds to readme | Hakim El Hattab | |
2014-10-17 | update slide bg example presentation to include iframes and videos #1029 | Hakim El Hattab | |
2014-10-17 | Merge branch 'feature/background-iframe' of ↵ | Hakim El Hattab | |
https://github.com/lutangar/reveal.js into dev | |||
2014-10-16 | fix navigatePrev in rtl mode #1030 | Hakim El Hattab | |