Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added autoSlide option (#59), clear out list of options in index.html's ↵ | Hakim El Hattab | 2012-07-15 |
| | | | | initialize call | ||
* | add beige theme, move theme class from .reveal to document element, use log ↵ | Hakim El Hattab | 2012-07-12 |
| | | | | instead of alert to demonstrate custom events | ||
* | remove unused copy of notes client | Hakim El Hattab | 2012-07-04 |
| | |||
* | conditional loading of socket.io and the notes client js based on window host | Hakim El Hattab | 2012-07-04 |
| | |||
* | move notes client code into lib | Hakim El Hattab | 2012-07-01 |
| | |||
* | tweaks to slidenotes | Hakim El Hattab | 2012-07-01 |
| | |||
* | adjust whitespace of notes code to match rest of project | Hakim El Hattab | 2012-07-01 |
| | |||
* | /lib restructuring | Hakim El Hattab | 2012-07-01 |
| | |||
* | Merge branch 'presenter_notes_server' of ↵ | Hakim El Hattab | 2012-07-01 |
|\ | | | | | | | https://github.com/rmurphey/reveal.js into notes | ||
| * | fix socket id | Rebecca Murphey | 2012-06-17 |
| | | |||
| * | broadcast socket id as part of slidedata | Rebecca Murphey | 2012-06-17 |
| | | |||
| * | use current host/port | Rebecca Murphey | 2012-06-17 |
| | | |||
| * | taking a stab at a presenter notes server | Rebecca Murphey | 2012-06-07 |
| | | |||
* | | Send the correct element for fragmenthidden events | Raul Hudea | 2012-06-20 |
| | | |||
* | | enable controls by default | Hakim El Hattab | 2012-06-18 |
| | | |||
* | | Merge pull request #58 from danielmitd/controls | Hakim El Hattab | 2012-06-13 |
|\ \ | | | | | | | fix JS error when controls are removed from HTML | ||
| * | | adapt coding style | danielmitd | 2012-06-10 |
| | | | |||
| * | | use config | danielmitd | 2012-06-10 |
| | | | |||
| * | | controls are not necessary | danielmitd | 2012-06-10 |
| |/ | | | | | | | no need to include the controls in html | ||
* / | expose navigatePrev, navigateNext | Rebecca Murphey | 2012-06-11 |
|/ | |||
* | include references to previous/current sldie DOM elements in slidechange event | Hakim El Hattab | 2012-06-06 |
| | |||
* | prevent duplicate slidechange from firing after hash change (closes #54) | Hakim El Hattab | 2012-06-06 |
| | |||
* | api methods for adding/removing all event listeners (#48) | Hakim El Hattab | 2012-06-02 |
| | |||
* | changed selection of main container from #reveal to .reveal (closes #46) | Hakim El Hattab | 2012-06-02 |
| | |||
* | version 1.3 is stable, upgrade to 1.4 | Hakim El Hattab | 2012-06-02 |
| | |||
* | comments, tweaks and a new slide highlighting mobile support | Hakim El Hattab | 2012-06-02 |
| | |||
* | support for swipe and pinch gestures #48 | Hakim El Hattab | 2012-06-02 |
|\ | |||
| * | minified! | Aaron Kiersky | 2012-06-01 |
| | | |||
| * | added some public access methods | Aaron Kiersky | 2012-06-01 |
| | | | | | | | | | | | | | | Added overview toggle to allow for button-based overview toggling Added add/removeEvents methods to allow for adding& removing event listeners that may interfere with other libs. | ||
| * | updated min.js to match | akiersky | 2012-05-30 |
| | | |||
| * | fixed bug in swipe gesture interacting with links. | akiersky | 2012-05-30 |
| | | |||
| * | added left, right, up, down gestures to change slides. moved window edge ↵ | akiersky | 2012-05-30 |
| | | | | | | | | slide triggers to a touchend event to prevent interference of gestures | ||
* | | dispatch events when visible fragment changes ('fragmentshown', ↵ | Hakim El Hattab | 2012-05-31 |
|/ | | | | 'fragmenthidden') closes #44 | ||
* | space and return keys can be used to exit the overview mode | Hakim El Hattab | 2012-05-29 |
| | |||
* | adjust end key nav to last slide | Hakim El Hattab | 2012-05-15 |
| | |||
* | use home and end key | Jason Finneyfrock | 2012-05-14 |
| | |||
* | hide address bar in mobile browsers, add apple web app meta | Hakim El Hattab | 2012-05-06 |
| | |||
* | 'slidechanged' event, added ↵ | Hakim El Hattab | 2012-05-04 |
| | | | | Reveal.addEventListener/Reveal.removeEventListener api methods | ||
* | ie9 fixes, including new classList polyfill | hakimel | 2012-05-03 |
| | |||
* | added support for looped presentations | Hakim El Hattab | 2012-04-28 |
| | |||
* | merge keyboard shortcut changes | Hakim El Hattab | 2012-04-28 |
| | |||
* | ignore metaKey modifier too | Michael Mahemoff | 2012-04-27 |
| | |||
* | p for previous, n for next | Mahemoff | 2012-04-27 |
| | |||
* | Add new key mappings for navigation. | Mahemoff | 2012-04-27 |
| | | | | | | hjkl for directions. space to move to next slide. esc for 3D overview (instead of space) | ||
* | significantly smaller js file header, added minified js | Hakim El Hattab | 2012-04-25 |
| | |||
* | upgrade to v 1.3 | Hakim El Hattab | 2012-04-04 |
| | |||
* | change back state event scope, document level makes more sense as that's ↵ | Hakim El Hattab | 2012-03-30 |
| | | | | where the state class is applied | ||
* | adjustments to custom state events | Hakim El Hattab | 2012-03-30 |
| | |||
* | Firing custom event based on data-state name. This allows developers to ↵ | Andy Matthews | 2012-03-30 |
| | | | | trigger custom javascript code on a per slide basis. | ||
* | now capturing data-state on slides and lifting it to document element ↵ | Hakim El Hattab | 2012-03-30 |
| | | | | classList when slide is open |