summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
2012-10-20clean up trailing whitespace (closes #197)Hakim El Hattab
2012-10-20progress bar can now be clicked to navigate (closes #181)Hakim El Hattab
2012-10-20modularize themes and convert them to sass (closes #191)Hakim El Hattab
2012-10-17fix issue in browsers that don't support classListHakim El Hattab
2012-10-17add 'ready' event (#182)Hakim El Hattab
2012-10-14new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab
2012-10-14merge full screen key binding (f)Hakim El Hattab
2012-10-14enable pinch to zoom interaction if overview is disabled (#175)Hakim El Hattab
2012-10-14Apply latest change to the minified versionMichael Kühnel
2012-10-14Add fullscreen modeMichael Kühnel
2012-10-13roll back attr name change, just lowercase (#170)Hakim El Hattab
2012-10-13ability to define autoSlide duration per slideHakim El Hattab
2012-10-13Merge branch 'master' of https://github.com/functino/reveal.jsHakim El Hattab
2012-10-13add zoom transitionHakim El Hattab
2012-10-13default config value for theme is nullHakim El Hattab
2012-10-11Make it possible to customize autoSlide for each slideageier
2012-10-08new paused mode feature (closes #144), controls and progress DOM elements are...Hakim El Hattab
2012-10-04prevent touchmove default action on android (#143)Hakim El Hattab
2012-10-04add override flag to overview toggle, code cleanupHakim El Hattab
2012-09-30facility for css shader transitions, add css shader based tile-transitionHakim El Hattab
2012-09-28main.css > reveal.cssHakim El Hattab
2012-09-21code comments, remove needless nodelist > array conversionHakim El Hattab
2012-09-212.0 is stable, update to 2.1Hakim El Hattab
2012-09-21add option for disabling overview mode (closes #145)Hakim El Hattab
2012-09-16fix mixed spaces & tabs, remove unused feature test, add missing ;Hakim El Hattab
2012-09-09add rvl.io to readme and template slideHakim El Hattab
2012-08-30changed theme file swap to be relative to theme file instead of slide-deckSinetheta
2012-08-30prevent same theme from loading repeatedlyHakim El Hattab
2012-08-30add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab
2012-08-20support for named links (closes #55)Hakim El Hattab
2012-08-17fix bug that caused vertical stacks to shift unexpectedly in overview (closes...Hakim El Hattab
2012-08-11rewrote initialization code for clarity and brevity (#105)Hakim El Hattab
2012-08-091.5 > 2.0 (#105)Hakim El Hattab
2012-08-08themes are now available as separate css files under css/theme/, old theme op...Hakim El Hattab
2012-08-07use minified version of jsHakim El Hattab
2012-08-06fix order of options extend and listener binding (closes #102)Hakim El Hattab
2012-08-04fix overview slide positioning bug (closes #89)Hakim El Hattab
2012-08-04support for PDF export in chrome (closes #92)Hakim El Hattab
2012-08-04less horizontal padding for slidesHakim El Hattab
2012-08-04use mq to reduce font size for low resultions, max limit on width for slides ...Hakim El Hattab
2012-08-03correct copy yearHakim El Hattab
2012-08-03disable 3d links in ie, reorder script loading in index for readability (clos...hakimel
2012-08-03fix disappearing 3d hover in chromehakimel
2012-08-03ie8 support (closes #96)hakimel
2012-08-03add eot font for iehakimel
2012-07-31modified data-markdown to support markdown indented with tabsHakim El Hattab
2012-07-31added slide announcing markdown support (#15)Hakim El Hattab
2012-07-31support for data-markdown (#15)Hakim El Hattab
2012-07-26fixes bug where the .present class remained on previous slide (closes #88)Hakim El Hattab
2012-07-26adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73Hakim El Hattab
2012-07-201.4 is now stable, increment master to 1.5Hakim El Hattab
2012-07-20'keyboard' config option for disabling keyboard navigation (closes #84)Hakim El Hattab
2012-07-20null check progress DOM element even if it's configured to be onHakim El Hattab
2012-07-17Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at star...Tobi Reiss
2012-07-15added autoSlide option (#59), clear out list of options in index.html's initi...Hakim El Hattab
2012-07-12add beige theme, move theme class from .reveal to document element, use log i...Hakim El Hattab
2012-07-04remove unused copy of notes clientHakim El Hattab
2012-07-04conditional loading of socket.io and the notes client js based on window hostHakim El Hattab
2012-07-01move notes client code into libHakim El Hattab
2012-07-01tweaks to slidenotesHakim El Hattab
2012-07-01adjust whitespace of notes code to match rest of projectHakim El Hattab
2012-07-01/lib restructuringHakim El Hattab
2012-07-01Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.j...Hakim El Hattab
2012-06-20Send the correct element for fragmenthidden eventsRaul Hudea
2012-06-18enable controls by defaultHakim El Hattab
2012-06-17fix socket idRebecca Murphey
2012-06-17broadcast socket id as part of slidedataRebecca Murphey
2012-06-17use current host/portRebecca Murphey
2012-06-13Merge pull request #58 from danielmitd/controlsHakim El Hattab
2012-06-11expose navigatePrev, navigateNextRebecca Murphey
2012-06-10adapt coding styledanielmitd
2012-06-10use configdanielmitd
2012-06-10controls are not necessarydanielmitd
2012-06-07taking a stab at a presenter notes serverRebecca Murphey
2012-06-06include references to previous/current sldie DOM elements in slidechange eventHakim El Hattab
2012-06-06prevent duplicate slidechange from firing after hash change (closes #54)Hakim El Hattab
2012-06-02api methods for adding/removing all event listeners (#48)Hakim El Hattab
2012-06-02changed selection of main container from #reveal to .reveal (closes #46)Hakim El Hattab
2012-06-02version 1.3 is stable, upgrade to 1.4Hakim El Hattab
2012-06-02comments, tweaks and a new slide highlighting mobile supportHakim El Hattab
2012-06-02support for swipe and pinch gestures #48Hakim El Hattab
2012-06-01minified!Aaron Kiersky
2012-06-01added some public access methodsAaron Kiersky
2012-05-31dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidd...Hakim El Hattab
2012-05-30updated min.js to matchakiersky
2012-05-30fixed bug in swipe gesture interacting with links.akiersky
2012-05-30added left, right, up, down gestures to change slides. moved window edge slid...akiersky
2012-05-29space and return keys can be used to exit the overview modeHakim El Hattab
2012-05-15adjust end key nav to last slideHakim El Hattab
2012-05-14use home and end keyJason Finneyfrock
2012-05-06hide address bar in mobile browsers, add apple web app metaHakim El Hattab
2012-05-04'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListene...Hakim El Hattab
2012-05-03ie9 fixes, including new classList polyfillhakimel
2012-04-28added support for looped presentationsHakim El Hattab
2012-04-28merge keyboard shortcut changesHakim El Hattab
2012-04-27ignore metaKey modifier tooMichael Mahemoff
2012-04-27p for previous, n for nextMahemoff
2012-04-27Add new key mappings for navigation.Mahemoff
2012-04-25significantly smaller js file header, added minified jsHakim El Hattab
2012-04-04upgrade to v 1.3Hakim El Hattab