Age | Commit message (Expand) | Author |
2012-09-28 | main.css > reveal.css | Hakim El Hattab |
2012-09-21 | code comments, remove needless nodelist > array conversion | Hakim El Hattab |
2012-09-21 | 2.0 is stable, update to 2.1 | Hakim El Hattab |
2012-09-21 | add option for disabling overview mode (closes #145) | Hakim El Hattab |
2012-09-16 | fix mixed spaces & tabs, remove unused feature test, add missing ; | Hakim El Hattab |
2012-09-09 | add rvl.io to readme and template slide | Hakim El Hattab |
2012-08-30 | changed theme file swap to be relative to theme file instead of slide-deck | Sinetheta |
2012-08-30 | prevent same theme from loading repeatedly | Hakim El Hattab |
2012-08-30 | add theme config option, add sky theme, fix line-height of <small> | Hakim El Hattab |
2012-08-20 | support for named links (closes #55) | Hakim El Hattab |
2012-08-17 | fix bug that caused vertical stacks to shift unexpectedly in overview (closes... | Hakim El Hattab |
2012-08-11 | rewrote initialization code for clarity and brevity (#105) | Hakim El Hattab |
2012-08-09 | 1.5 > 2.0 (#105) | Hakim El Hattab |
2012-08-08 | themes are now available as separate css files under css/theme/, old theme op... | Hakim El Hattab |
2012-08-07 | use minified version of js | Hakim El Hattab |
2012-08-06 | fix order of options extend and listener binding (closes #102) | Hakim El Hattab |
2012-08-04 | fix overview slide positioning bug (closes #89) | Hakim El Hattab |
2012-08-04 | support for PDF export in chrome (closes #92) | Hakim El Hattab |
2012-08-04 | less horizontal padding for slides | Hakim El Hattab |
2012-08-04 | use mq to reduce font size for low resultions, max limit on width for slides ... | Hakim El Hattab |
2012-08-03 | correct copy year | Hakim El Hattab |
2012-08-03 | disable 3d links in ie, reorder script loading in index for readability (clos... | hakimel |
2012-08-03 | fix disappearing 3d hover in chrome | hakimel |
2012-08-03 | ie8 support (closes #96) | hakimel |
2012-08-03 | add eot font for ie | hakimel |
2012-07-31 | modified data-markdown to support markdown indented with tabs | Hakim El Hattab |
2012-07-31 | added slide announcing markdown support (#15) | Hakim El Hattab |
2012-07-31 | support for data-markdown (#15) | Hakim El Hattab |
2012-07-26 | fixes bug where the .present class remained on previous slide (closes #88) | Hakim El Hattab |
2012-07-26 | adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73 | Hakim El Hattab |
2012-07-20 | 1.4 is now stable, increment master to 1.5 | Hakim El Hattab |
2012-07-20 | 'keyboard' config option for disabling keyboard navigation (closes #84) | Hakim El Hattab |
2012-07-20 | null check progress DOM element even if it's configured to be on | Hakim El Hattab |
2012-07-17 | Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at star... | Tobi Reiss |
2012-07-15 | added autoSlide option (#59), clear out list of options in index.html's initi... | Hakim El Hattab |
2012-07-12 | add beige theme, move theme class from .reveal to document element, use log i... | Hakim El Hattab |
2012-07-04 | 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-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 | /lib restructuring | Hakim El Hattab |
2012-07-01 | Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.j... | Hakim El Hattab |
2012-06-20 | Send the correct element for fragmenthidden events | Raul Hudea |
2012-06-18 | enable controls by default | Hakim El Hattab |
2012-06-17 | 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-13 | Merge pull request #58 from danielmitd/controls | Hakim El Hattab |
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 | taking a stab at a presenter notes server | Rebecca Murphey |
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-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 | 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-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-15 | adjust end key nav to last slide | Hakim El Hattab |
2012-05-14 | use home and end key | Jason Finneyfrock |
2012-05-06 | hide address bar in mobile browsers, add apple web app meta | 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-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-25 | significantly smaller js file header, added minified js | Hakim El Hattab |
2012-04-04 | upgrade to v 1.3 | 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 | 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 | added support for wireless presenter | Anders |
2012-03-15 | Do not fail on other kinds of hashes | Fil |
2012-02-17 | fix reference to old 'hasClass' method | 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 | rolled back to classList, promoting poyfill in readme | Hakim El Hattab |
2012-01-14 | don't apply linkify effect to anchors containing images | 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 | scrolling fallback mode for IE < 9 | Hakim El Hattab |
2012-01-02 | prevent default on space press | Hakim El Hattab |