Age | Commit message (Expand) | Author |
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 |
2012-04-04 | better example of state usage | Hakim El Hattab |
2012-04-02 | new example | Hakim El Hattab |
2012-03-30 | change back state event scope, document level makes more sense as that's wher... | Hakim El Hattab |
2012-03-30 | adjustments to custom state events | Hakim El Hattab |
2012-03-30 | Firing custom event based on data-state name. This allows developers to trigg... | Andy Matthews |
2012-03-30 | now capturing data-state on slides and lifting it to document element classLi... | Hakim El Hattab |
2012-03-28 | merge prev/next navigation pull request with modifications | Hakim El Hattab |
2012-03-27 | Implemented correct Previous and Next navigation for both mouse scroll and wi... | Catalin Buzoiu |
2012-03-24 | classList polyfill included for ie9 | Hakim El Hattab |
2012-03-24 | delay hash changes to avoid transition lag in chrome and enable history by de... | Hakim El Hattab |
2012-03-24 | don't overwrite existing classes on slides (closes #23) | Hakim El Hattab |
2012-03-19 | Merge pull request #21 from archive/master | Hakim El Hattab |
2012-03-19 | added support for wireless presenter | Anders |
2012-03-18 | Merge pull request #20 from Fil/master | Hakim El Hattab |
2012-03-15 | Do not fail on other kinds of hashes | Fil |
2012-03-05 | new example | Hakim El Hattab |
2012-03-02 | new examples | Hakim El Hattab |
2012-02-29 | default hash updates to false, see http://code.google.com/p/chromium/issues/d... | Hakim El Hattab |
2012-02-17 | fix reference to old 'hasClass' method | Hakim El Hattab |
2012-02-17 | new example | Hakim El Hattab |
2012-01-14 | tweaked mouse wheel navigation | Hakim El Hattab |
2012-01-14 | Merge pull request #13 from naugtur/master | Hakim El Hattab |
2012-01-14 | removed history comment in js | Hakim El Hattab |
2012-01-14 | added usage instructions to readme | Hakim El Hattab |
2012-01-14 | rolled back to classList, promoting poyfill in readme | Hakim El Hattab |
2012-01-14 | broaden selector for img:hover (fixes #11) | Hakim El Hattab |
2012-01-14 | don't apply linkify effect to anchors containing images | Hakim El Hattab |
2012-01-14 | add new example | Hakim El Hattab |
2012-01-15 | Added support for smart scrolling through slides. Scrolling events are thrott... | Naugtur |
2012-01-03 | removed dependency on classList (#9) | Hakim El Hattab |
2012-01-03 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab |
2012-01-03 | moved inline base64 images to aws | Hakim El Hattab |
2012-01-03 | scrolling fallback mode for IE < 9 | Hakim El Hattab |
2012-01-02 | slightly reduced size of progress bar | Hakim El Hattab |
2012-01-02 | prevent default on space press | Hakim El Hattab |