aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* remove unused copy of notes clientHakim El Hattab2012-07-04
* conditional loading of socket.io and the notes client js based on window hostHakim El Hattab2012-07-04
* move notes client code into libHakim El Hattab2012-07-01
* tweaks to slidenotesHakim El Hattab2012-07-01
* adjust whitespace of notes code to match rest of projectHakim El Hattab2012-07-01
* /lib restructuringHakim El Hattab2012-07-01
* Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.j...Hakim El Hattab2012-07-01
|\
| * fix socket idRebecca Murphey2012-06-17
| * broadcast socket id as part of slidedataRebecca Murphey2012-06-17
| * use current host/portRebecca Murphey2012-06-17
| * taking a stab at a presenter notes serverRebecca Murphey2012-06-07
* | Send the correct element for fragmenthidden eventsRaul Hudea2012-06-20
* | enable controls by defaultHakim El Hattab2012-06-18
* | Merge pull request #58 from danielmitd/controlsHakim El Hattab2012-06-13
|\ \
| * | adapt coding styledanielmitd2012-06-10
| * | use configdanielmitd2012-06-10
| * | controls are not necessarydanielmitd2012-06-10
| |/
* / expose navigatePrev, navigateNextRebecca Murphey2012-06-11
|/
* include references to previous/current sldie DOM elements in slidechange eventHakim El Hattab2012-06-06
* prevent duplicate slidechange from firing after hash change (closes #54)Hakim El Hattab2012-06-06
* api methods for adding/removing all event listeners (#48)Hakim El Hattab2012-06-02
* changed selection of main container from #reveal to .reveal (closes #46)Hakim El Hattab2012-06-02
* version 1.3 is stable, upgrade to 1.4Hakim El Hattab2012-06-02
* comments, tweaks and a new slide highlighting mobile supportHakim El Hattab2012-06-02
* support for swipe and pinch gestures #48Hakim El Hattab2012-06-02
|\
| * minified!Aaron Kiersky2012-06-01
| * added some public access methodsAaron Kiersky2012-06-01
| * updated min.js to matchakiersky2012-05-30
| * fixed bug in swipe gesture interacting with links.akiersky2012-05-30
| * added left, right, up, down gestures to change slides. moved window edge slid...akiersky2012-05-30
* | dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidd...Hakim El Hattab2012-05-31
|/
* space and return keys can be used to exit the overview modeHakim El Hattab2012-05-29
* adjust end key nav to last slideHakim El Hattab2012-05-15
* use home and end keyJason Finneyfrock2012-05-14
* hide address bar in mobile browsers, add apple web app metaHakim El Hattab2012-05-06
* 'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListene...Hakim El Hattab2012-05-04
* ie9 fixes, including new classList polyfillhakimel2012-05-03
* added support for looped presentationsHakim El Hattab2012-04-28
* merge keyboard shortcut changesHakim El Hattab2012-04-28
* ignore metaKey modifier tooMichael Mahemoff2012-04-27
* p for previous, n for nextMahemoff2012-04-27
* Add new key mappings for navigation.Mahemoff2012-04-27
* significantly smaller js file header, added minified jsHakim El Hattab2012-04-25
* upgrade to v 1.3Hakim El Hattab2012-04-04
* change back state event scope, document level makes more sense as that's wher...Hakim El Hattab2012-03-30
* adjustments to custom state eventsHakim El Hattab2012-03-30
* Firing custom event based on data-state name. This allows developers to trigg...Andy Matthews2012-03-30
* now capturing data-state on slides and lifting it to document element classLi...Hakim El Hattab2012-03-30
* merge prev/next navigation pull request with modificationsHakim El Hattab2012-03-28
* Implemented correct Previous and Next navigation for both mouse scroll and wi...Catalin Buzoiu2012-03-27