Commit Graph

  • 79299d0071 Include speaker notes plugin after reveal.js David Banham 2012-08-04 14:33:27 +1000
  • b6b572d185 correct copy year Hakim El Hattab 2012-08-03 23:15:34 -0400
  • 2c3a494eaa disable 3d links in ie, reorder script loading in index for readability (closes #95) hakimel 2012-08-03 22:41:31 -0400
  • 75546e8962 fix disappearing 3d hover in chrome hakimel 2012-08-03 22:02:16 -0400
  • 9a657e2676 ie8 support (closes #96) hakimel 2012-08-03 21:49:29 -0400
  • 6bc92af17c add eot font for ie hakimel 2012-08-03 21:21:49 -0400
  • 5503125ed4 Oops, made the page a little too responsive Owen Versteeg 2012-08-02 16:47:44 -0300
  • cae363e7a5 Made the slideshow responsive Owen Versteeg 2012-08-02 10:22:44 -0300
  • ee31772aeb added example Hakim El Hattab 2012-08-02 00:03:31 -0300
  • 911326f7ac update markdown code example to correctly reflect line breaks Hakim El Hattab 2012-07-31 23:50:41 -0400
  • 0a440cee6c modified data-markdown to support markdown indented with tabs Hakim El Hattab 2012-07-31 23:47:09 -0400
  • ff567372c0 self-execute data-markdown Hakim El Hattab 2012-07-31 12:44:37 -0300
  • 12c9977cda markdown instructions Hakim El Hattab 2012-07-31 02:49:02 -0300
  • 696346dccb added slide announcing markdown support (#15) Hakim El Hattab 2012-07-31 01:35:16 -0400
  • 19852772fe support for data-markdown (#15) Hakim El Hattab 2012-07-31 01:13:33 -0400
  • dc05ce1575 move theme styles at bottom of main.css, change background of page transition to be transparent Hakim El Hattab 2012-07-30 00:41:02 -0400
  • e9b874112e fixes bug where the .present class remained on previous slide (closes #88) Hakim El Hattab 2012-07-26 23:22:15 -0400
  • e570265a67 adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73 Hakim El Hattab 2012-07-26 22:54:36 -0400
  • 1916d2f64a added example from @pamelafox Hakim El Hattab 2012-07-21 00:44:42 -0300
  • 233d626c5f readme code marking Hakim El Hattab 2012-07-20 23:57:23 -0300
  • e50370c251 1.4 is now stable, increment master to 1.5 Hakim El Hattab 2012-07-20 22:52:08 -0400
  • c513500269 clean up initialization, conditionally load classList polyfill prior to reveal.js Hakim El Hattab 2012-07-20 22:41:08 -0400
  • 0ef90e0dcf 'keyboard' config option for disabling keyboard navigation (closes #84) Hakim El Hattab 2012-07-20 22:20:07 -0400
  • 7f9662edab null check progress DOM element even if it's configured to be on Hakim El Hattab 2012-07-20 22:09:56 -0400
  • 7b53ff0b9d sub/superscript styles (closes #82) Hakim El Hattab 2012-07-18 21:27:07 -0400
  • 04a2337041 readme update Hakim El Hattab 2012-07-18 21:21:27 -0400
  • 54e59d02d4 Merge pull request #83 from basecode/patch-slidechange Hakim El Hattab 2012-07-18 18:18:41 -0700
  • dd6c605826 Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at startup and onhashchange. Tobi Reiss 2012-07-17 10:05:55 +0200
  • 819d2488aa Merge pull request #80 from ob1/patch-2 Hakim El Hattab 2012-07-16 07:14:52 -0700
  • e08d0572bd Another instance of: id="reveal" => class="reveal" ob1 2012-07-16 11:53:33 +0300
  • d5c2d0c03e remove background from default anchor hover style Hakim El Hattab 2012-07-15 19:30:18 -0400
  • cd3fc43e77 added autoSlide option (#59), clear out list of options in index.html's initialize call Hakim El Hattab 2012-07-15 19:21:47 -0400
  • de2a95d0ac Merge pull request #79 from ob1/patch-1 Hakim El Hattab 2012-07-15 14:43:26 -0700
  • 2b85a7de41 Update README to reflect "Main #reveal container is now selected via a class instead of ID" ob1 2012-07-15 23:37:06 +0300
  • 7366f607ce add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events Hakim El Hattab 2012-07-12 23:08:21 -0400
  • 5bc5435b61 changenote re code sample font size Hakim El Hattab 2012-07-12 22:54:26 -0400
  • e6e33f17f8 added new example to readme Hakim El Hattab 2012-07-12 22:26:37 -0300
  • 74d342daf7 larger font for code samples (closes #60) Hakim El Hattab 2012-07-09 21:48:43 -0400
  • 54f1fcf381 slidenotes becomes speakernotes to match wording in readme Hakim El Hattab 2012-07-09 21:30:54 -0400
  • 21983c7b7f folder structure description in readme Hakim El Hattab 2012-07-09 22:26:11 -0300
  • aaa03dc2c7 fix incorrect directory reference Hakim El Hattab 2012-07-09 21:20:59 -0400
  • afd10f6886 adjustments to initial node messages #57 Hakim El Hattab 2012-07-09 21:15:01 -0400
  • d9512172e2 separate loading of classList.js as its not tied to execution of highlight.js Hakim El Hattab 2012-07-09 21:03:08 -0400
  • f57de200ec refactored folder structure, added /plugins which is initially only used by #57 Hakim El Hattab 2012-07-09 21:00:51 -0400
  • e7c5de23d7 use head.js to script load everything, fixes bug with inclusion of notes server js #57 Hakim El Hattab 2012-07-09 20:51:04 -0400
  • 32f0d328ff Merge branch 'master' of github.com:hakimel/reveal.js into notes Hakim El Hattab 2012-07-09 20:39:23 -0400
  • aeec8264ab Merge pull request #75 from tansengming/css_charset Hakim El Hattab 2012-07-09 17:36:32 -0700
  • 9ca0ed26db adds charset declaration in main.css SengMing Tan 2012-07-09 12:09:20 +1000
  • 534da10886 small tweaks to notes page style Hakim El Hattab 2012-07-04 15:10:10 -0400
  • 0c1a4add3a small tweaks to notes page style Hakim El Hattab 2012-07-04 15:09:58 -0400
  • a6969770bd simplify query match Hakim El Hattab 2012-07-04 14:42:27 -0400
  • 28ee78e7e4 remove unused copy of notes client Hakim El Hattab 2012-07-04 14:35:32 -0400
  • 6433cebdc7 readme updates Hakim El Hattab 2012-07-04 14:30:18 -0400
  • 0e86400943 conditional loading of socket.io and the notes client js based on window host Hakim El Hattab 2012-07-04 14:18:09 -0400
  • 421afe6368 update instructions printed on server start Hakim El Hattab 2012-07-01 18:37:29 -0400
  • 2b9f8e6c0d convert spaces to tabs to match project style Hakim El Hattab 2012-07-01 18:34:07 -0400
  • 76a60eea31 move notes client code into lib Hakim El Hattab 2012-07-01 18:32:09 -0400
  • acbefa1190 tweaks to slidenotes Hakim El Hattab 2012-07-01 16:56:06 -0400
  • 9608ac9d2d adjust whitespace of notes code to match rest of project Hakim El Hattab 2012-07-01 16:43:43 -0400
  • e2ba1c1142 include underscore as a dependency for npm Hakim El Hattab 2012-07-01 16:39:08 -0400
  • eaf525c9a7 /lib restructuring Hakim El Hattab 2012-07-01 16:38:49 -0400
  • 2118a6295d restructured /lib, moved /assets/fonts to /lib/fonts Hakim El Hattab 2012-07-01 09:50:37 -0400
  • bf2c95b546 Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes Hakim El Hattab 2012-07-01 01:57:23 -0400
  • bdad679715 Merge pull request #72 from rhudea/fix-fragmenthidden Hakim El Hattab 2012-06-24 13:52:11 -0700
  • 1053dafc1e Send the correct element for fragmenthidden events Raul Hudea 2012-06-20 19:12:04 +0300
  • fa98bacef6 Merge pull request #65 from bleathem/patch-2 Hakim El Hattab 2012-06-18 12:21:54 -0700
  • 1f17bdd5c4 enable controls by default Hakim El Hattab 2012-06-18 15:16:05 -0400
  • 4ca99d4264 connect to whatever server we're on Rebecca Murphey 2012-06-17 20:57:29 -0400
  • 8980f8accb fix socket id Rebecca Murphey 2012-06-17 18:59:43 -0400
  • 5fc7fc89f7 fix path to socket.io Rebecca Murphey 2012-06-17 18:59:33 -0400
  • 939da8834e have notes page only listen to one socket Rebecca Murphey 2012-06-17 18:45:00 -0400
  • 6d1a78091a add mustache dependency Rebecca Murphey 2012-06-17 18:44:27 -0400
  • 677ef9919b broadcast socket id as part of slidedata Rebecca Murphey 2012-06-17 18:43:54 -0400
  • 0163ffcb43 use current host/port Rebecca Murphey 2012-06-17 18:43:29 -0400
  • 0a5bf91c9a Specify position for .reveal.linear sections. fixes #64 Brian Leathem 2012-06-14 08:07:28 -0700
  • 91b7df3e23 Merge pull request #63 from bleathem/patch-1 Hakim El Hattab 2012-06-14 04:04:35 -0700
  • 9b00001870 Changed #reveal to .reveal in print.css Brian Leathem 2012-06-13 20:56:57 -0700
  • 2d44d1e25f Merge pull request #58 from danielmitd/controls Hakim El Hattab 2012-06-13 07:21:50 -0700
  • a91d401919 add default table styles (closes #62) Hakim El Hattab 2012-06-13 11:17:34 -0300
  • 681115ea9c Merge pull request #61 from rmurphey/navigatePrev_navigateNext Hakim El Hattab 2012-06-13 06:50:06 -0700
  • 8f69e72cf7 update readme Rebecca Murphey 2012-06-11 18:30:32 -0400
  • dff061f3e6 expose navigatePrev, navigateNext Rebecca Murphey 2012-06-11 18:28:17 -0400
  • 9de23f022c adapt coding style danielmitd 2012-06-10 11:53:44 +0200
  • 60d70f483c use config danielmitd 2012-06-10 11:51:11 +0200
  • 5fba807843 controls are not necessary danielmitd 2012-06-10 11:42:42 +0200
  • f6b4561c0e removing errant author info Rebecca Murphey 2012-06-07 23:38:05 -0400
  • 60f2eb9fb3 taking a stab at a presenter notes server Rebecca Murphey 2012-06-07 23:21:14 -0400
  • 5d979fdf4a syntax highlighting in readme examples Hakim El Hattab 2012-06-06 23:52:49 -0300
  • 6a03f65e97 include references to previous/current sldie DOM elements in slidechange event Hakim El Hattab 2012-06-06 22:46:21 -0400
  • 2b6c61060b prevent duplicate slidechange from firing after hash change (closes #54) Hakim El Hattab 2012-06-06 22:22:13 -0400
  • 5a782e54f8 added example Hakim El Hattab 2012-06-06 21:19:21 -0300
  • 01f40cc8d9 Merge pull request #53 from isellsoap/master Hakim El Hattab 2012-06-05 09:39:08 -0700
  • beed1ab854 simplified handling of nested lists Francesco Schwarz 2012-06-05 18:19:10 +0200
  • 2b38f523f2 change add .reveal class in index (closes #51) Hakim El Hattab 2012-06-03 17:30:37 -0400
  • ba7aeb36ef added new example (closes #50) Hakim El Hattab 2012-06-02 23:37:32 -0300
  • 182c4abacb readme update Hakim El Hattab 2012-06-02 18:39:35 -0400
  • eb0a8cfa95 api methods for adding/removing all event listeners (#48) Hakim El Hattab 2012-06-02 18:37:18 -0400
  • 6db42971ea changed selection of main container from #reveal to .reveal (closes #46) Hakim El Hattab 2012-06-02 18:33:08 -0400
  • 6bcdd8e240 credit in readme Hakim El Hattab 2012-06-02 18:24:23 -0400
  • f5574e173b version 1.3 is stable, upgrade to 1.4 Hakim El Hattab 2012-06-02 18:18:34 -0400