Age | Commit message (Expand) | Author |
2012-07-09 | refactored folder structure, added /plugins which is initially only used by #57 | Hakim El Hattab |
2012-07-09 | use head.js to script load everything, fixes bug with inclusion of notes serv... | Hakim El Hattab |
2012-07-09 | Merge branch 'master' of github.com:hakimel/reveal.js into notes | Hakim El Hattab |
2012-07-09 | Merge pull request #75 from tansengming/css_charset | Hakim El Hattab |
2012-07-09 | adds charset declaration in main.css | SengMing Tan |
2012-07-04 | small tweaks to notes page style | Hakim El Hattab |
2012-07-04 | small tweaks to notes page style | Hakim El Hattab |
2012-07-04 | simplify query match | Hakim El Hattab |
2012-07-04 | remove unused copy of notes client | Hakim El Hattab |
2012-07-04 | readme updates | 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-01 | update instructions printed on server start | Hakim El Hattab |
2012-07-01 | convert spaces to tabs to match project style | Hakim El Hattab |
2012-07-01 | 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 | include underscore as a dependency for npm | Hakim El Hattab |
2012-07-01 | /lib restructuring | Hakim El Hattab |
2012-07-01 | restructured /lib, moved /assets/fonts to /lib/fonts | Hakim El Hattab |
2012-07-01 | Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.j... | Hakim El Hattab |
2012-06-24 | Merge pull request #72 from rhudea/fix-fragmenthidden | Hakim El Hattab |
2012-06-20 | Send the correct element for fragmenthidden events | Raul Hudea |
2012-06-18 | Merge pull request #65 from bleathem/patch-2 | Hakim El Hattab |
2012-06-18 | enable controls by default | Hakim El Hattab |
2012-06-17 | connect to whatever server we're on | Rebecca Murphey |
2012-06-17 | fix socket id | Rebecca Murphey |
2012-06-17 | fix path to socket.io | Rebecca Murphey |
2012-06-17 | have notes page only listen to one socket | Rebecca Murphey |
2012-06-17 | add mustache dependency | 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-14 | Specify position for .reveal.linear sections. fixes #64 | Brian Leathem |
2012-06-14 | Merge pull request #63 from bleathem/patch-1 | Hakim El Hattab |
2012-06-13 | Changed #reveal to .reveal in print.css | Brian Leathem |
2012-06-13 | Merge pull request #58 from danielmitd/controls | Hakim El Hattab |
2012-06-13 | add default table styles (closes #62) | Hakim El Hattab |
2012-06-13 | Merge pull request #61 from rmurphey/navigatePrev_navigateNext | Hakim El Hattab |
2012-06-11 | update readme | Rebecca Murphey |
2012-06-11 | expose navigatePrev, navigateNext | Rebecca Murphey |
2012-06-10 | adapt coding style | danielmitd |
2012-06-10 | use config | danielmitd |
2012-06-10 | controls are not necessary | danielmitd |
2012-06-07 | removing errant author info | Rebecca Murphey |
2012-06-07 | taking a stab at a presenter notes server | Rebecca Murphey |
2012-06-06 | syntax highlighting in readme examples | Hakim El Hattab |
2012-06-06 | 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 | added example | Hakim El Hattab |
2012-06-05 | Merge pull request #53 from isellsoap/master | Hakim El Hattab |
2012-06-05 | simplified handling of nested lists | Francesco Schwarz |
2012-06-03 | change add .reveal class in index (closes #51) | Hakim El Hattab |
2012-06-02 | added new example (closes #50) | Hakim El Hattab |
2012-06-02 | readme update | Hakim El Hattab |
2012-06-02 | 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 | credit in readme | 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-01 | minified! | Aaron Kiersky |
2012-06-01 | added some public access methods | Aaron Kiersky |
2012-05-31 | dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidd... | Hakim El Hattab |
2012-05-31 | support more variations of nested lists (closes #47) | Hakim El Hattab |
2012-05-31 | added new examples, linked all contributor names to github pages | Hakim El Hattab |
2012-05-30 | 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 slid... | akiersky |
2012-05-29 | space and return keys can be used to exit the overview mode | Hakim El Hattab |
2012-05-29 | adjust where page background is applied | Hakim El Hattab |
2012-05-25 | added example | Hakim El Hattab |
2012-05-15 | adjust end key nav to last slide | Hakim El Hattab |
2012-05-14 | Merge pull request #41 from frockenstein/master | Hakim El Hattab |
2012-05-14 | use home and end key | Jason Finneyfrock |
2012-05-10 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab |
2012-05-10 | more explicit list styles (closes #38) | Hakim El Hattab |
2012-05-09 | added example | Hakim El Hattab |
2012-05-07 | fix controls z-index in ff | Hakim El Hattab |
2012-05-06 | hide address bar in mobile browsers, add apple web app meta | Hakim El Hattab |
2012-05-05 | show all fragments during print | Hakim El Hattab |
2012-05-05 | print styles (closes #19) | Hakim El Hattab |
2012-05-04 | 'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListene... | Hakim El Hattab |
2012-05-03 | ie9 fixes, including new classList polyfill | hakimel |
2012-05-01 | minor style or wording tweaks | Hakim El Hattab |
2012-04-30 | Merge pull request #36 from commadelimited/master | Hakim El Hattab |
2012-04-30 | Adding example for custom event binding. | andy matthews |
2012-04-28 | new example | Hakim El Hattab |
2012-04-28 | added support for looped presentations | Hakim El Hattab |
2012-04-28 | merge keyboard shortcut changes | Hakim El Hattab |
2012-04-27 | 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-26 | (c) year | Hakim El Hattab |
2012-04-25 | significantly smaller js file header, added minified js | Hakim El Hattab |
2012-04-25 | Merge pull request #32 from philipbjorge/master | Hakim El Hattab |
2012-04-25 | added new example | Hakim El Hattab |
2012-04-24 | Overview now shows hidden fragments. | Philip Bjorge |
2012-04-22 | new example | Hakim El Hattab |
2012-04-14 | added new example | Hakim El Hattab |
2012-04-04 | more detailed usage instructions including docs on new state feature | Hakim El Hattab |
2012-04-04 | upgrade to v 1.3 | Hakim El Hattab |