aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* new paused mode feature (closes #144), controls and progress DOM elements are...Hakim El Hattab2012-10-08
* prevent touchmove default action on android (#143)Hakim El Hattab2012-10-04
* add override flag to overview toggle, code cleanupHakim El Hattab2012-10-04
* facility for css shader transitions, add css shader based tile-transitionHakim El Hattab2012-09-30
* main.css > reveal.cssHakim El Hattab2012-09-28
* code comments, remove needless nodelist > array conversionHakim El Hattab2012-09-21
* 2.0 is stable, update to 2.1Hakim El Hattab2012-09-21
* add option for disabling overview mode (closes #145)Hakim El Hattab2012-09-21
* fix mixed spaces & tabs, remove unused feature test, add missing ;Hakim El Hattab2012-09-16
* add rvl.io to readme and template slideHakim El Hattab2012-09-09
* changed theme file swap to be relative to theme file instead of slide-deckSinetheta2012-08-30
* prevent same theme from loading repeatedlyHakim El Hattab2012-08-30
* add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab2012-08-30
* support for named links (closes #55)Hakim El Hattab2012-08-20
* fix bug that caused vertical stacks to shift unexpectedly in overview (closes...Hakim El Hattab2012-08-17
* rewrote initialization code for clarity and brevity (#105)Hakim El Hattab2012-08-11
* 1.5 > 2.0 (#105)Hakim El Hattab2012-08-09
* themes are now available as separate css files under css/theme/, old theme op...Hakim El Hattab2012-08-08
* use minified version of jsHakim El Hattab2012-08-07
* fix order of options extend and listener binding (closes #102)Hakim El Hattab2012-08-06
* fix overview slide positioning bug (closes #89)Hakim El Hattab2012-08-04
* support for PDF export in chrome (closes #92)Hakim El Hattab2012-08-04
* less horizontal padding for slidesHakim El Hattab2012-08-04
* use mq to reduce font size for low resultions, max limit on width for slides ...Hakim El Hattab2012-08-04
* correct copy yearHakim El Hattab2012-08-03
* disable 3d links in ie, reorder script loading in index for readability (clos...hakimel2012-08-03
* fix disappearing 3d hover in chromehakimel2012-08-03
* ie8 support (closes #96)hakimel2012-08-03
* add eot font for iehakimel2012-08-03
* modified data-markdown to support markdown indented with tabsHakim El Hattab2012-07-31
* added slide announcing markdown support (#15)Hakim El Hattab2012-07-31
* support for data-markdown (#15)Hakim El Hattab2012-07-31
* fixes bug where the .present class remained on previous slide (closes #88)Hakim El Hattab2012-07-26
* adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73Hakim El Hattab2012-07-26
* 1.4 is now stable, increment master to 1.5Hakim El Hattab2012-07-20
* 'keyboard' config option for disabling keyboard navigation (closes #84)Hakim El Hattab2012-07-20
* null check progress DOM element even if it's configured to be onHakim El Hattab2012-07-20
* Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at star...Tobi Reiss2012-07-17
* added autoSlide option (#59), clear out list of options in index.html's initi...Hakim El Hattab2012-07-15
* add beige theme, move theme class from .reveal to document element, use log i...Hakim El Hattab2012-07-12
* 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