Commit Graph
100 Commits
Author SHA1 Message Date
Hakim El Hattab 6325efe615 Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.js 2012-08-07 01:34:46 -04:00
Hakim El Hattab 82b4658faf use minified version of js 2012-08-07 01:27:22 -04:00
Hakim El Hattab aca177cdf8 fix order of options extend and listener binding (closes #102) 2012-08-06 15:15:41 -03:00
Hakim El Hattab 2ad720b581 Update README.md 2012-08-06 12:20:59 -03:00
Hakim El Hattab 5ac03701b1 Merge pull request #101 from StereotypicalApps/patch-5
improved accessibility
2012-08-06 06:59:51 -07:00
Hakim El Hattab b4ca38795c Merge pull request #100 from StereotypicalApps/patch-4
added small fallback for non-font-face browsers
2012-08-06 06:59:00 -07:00
Hakim El Hattab 51a15b840a fix error in slide markup 2012-08-04 18:19:50 -04:00
Hakim El Hattab c448789016 fix overview slide positioning bug (closes #89) 2012-08-04 18:16:41 -04:00
Hakim El Hattab de86c4eb7c instructions for pdf export (#92) 2012-08-04 17:38:59 -03:00
Hakim El Hattab e0e558ac90 more pdf-export tweaks, added slide describing the feature (#92) 2012-08-04 16:16:27 -04:00
Hakim El Hattab eb002bd2a2 slight tweak to pdf export css (#92) 2012-08-04 15:53:52 -04:00
Hakim El Hattab f350c6a5cd support for PDF export in chrome (closes #92) 2012-08-04 15:45:13 -04:00
Hakim El Hattab 7101c2408d less horizontal padding for slides 2012-08-04 14:13:41 -04:00
Hakim El Hattab f837343f9f remove hard line breaks now that slide width is relative 2012-08-04 14:09:06 -04:00
Hakim El Hattab 2d7d5be216 fix overflow glitch on vertical slides in mobile safari 2012-08-04 14:04:36 -04:00
Hakim El Hattab 4821c7b814 use mq to reduce font size for low resultions, max limit on width for slides set to 900px (closes #49) 2012-08-04 13:54:17 -04:00
Hakim El Hattab 6e91411054 Merge branch 'master' of github.com:hakimel/reveal.js 2012-08-04 11:06:13 -04:00
Hakim El Hattab ec4330700d Merge pull request #93 from StereotypicalApps/patch-1
Made the slideshow responsive
2012-08-04 08:05:52 -07:00
Hakim El Hattab 20b77b5419 Merge branch 'master' of github.com:hakimel/reveal.js 2012-08-04 10:52:34 -04:00
Hakim El Hattab c858ad069f Merge pull request #97 from davidbanham/master
Include speaker notes plugin after reveal.js
2012-08-04 07:52:02 -07:00
Hakim El Hattab b6b572d185 correct copy year 2012-08-03 23:15:34 -04:00
hakimel 2c3a494eaa disable 3d links in ie, reorder script loading in index for readability (closes #95) 2012-08-03 22:41:31 -04:00
hakimel 75546e8962 fix disappearing 3d hover in chrome 2012-08-03 22:02:16 -04:00
hakimel 9a657e2676 ie8 support (closes #96) 2012-08-03 21:50:06 -04:00
hakimel 6bc92af17c add eot font for ie 2012-08-03 21:21:49 -04:00
Hakim El Hattab ee31772aeb added example 2012-08-02 00:03:31 -03:00
Hakim El Hattab 911326f7ac update markdown code example to correctly reflect line breaks 2012-07-31 23:50:41 -04:00
Hakim El Hattab 0a440cee6c modified data-markdown to support markdown indented with tabs 2012-07-31 23:47:09 -04:00
Hakim El Hattab ff567372c0 self-execute data-markdown 2012-07-31 12:44:37 -03:00
Hakim El Hattab 12c9977cda markdown instructions 2012-07-31 02:49:02 -03:00
Hakim El Hattab 696346dccb added slide announcing markdown support (#15) 2012-07-31 01:35:25 -04:00
Hakim El Hattab 19852772fe support for data-markdown (#15) 2012-07-31 01:13:33 -04:00
Hakim El Hattab dc05ce1575 move theme styles at bottom of main.css, change background of page transition to be transparent 2012-07-30 00:41:02 -04:00
Hakim El Hattab e9b874112e fixes bug where the .present class remained on previous slide (closes #88) 2012-07-26 23:22:15 -04:00
Hakim El Hattab e570265a67 adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73 2012-07-26 22:54:36 -04:00
Hakim El Hattab 1916d2f64a added example from @pamelafox 2012-07-21 00:44:42 -03:00
Hakim El Hattab 233d626c5f readme code marking 2012-07-20 23:57:23 -03:00
Hakim El Hattab e50370c251 1.4 is now stable, increment master to 1.5 2012-07-20 22:52:08 -04:00
Hakim El Hattab c513500269 clean up initialization, conditionally load classList polyfill prior to reveal.js 2012-07-20 22:41:08 -04:00
Hakim El Hattab 0ef90e0dcf 'keyboard' config option for disabling keyboard navigation (closes #84) 2012-07-20 22:20:33 -04:00
Hakim El Hattab 7f9662edab null check progress DOM element even if it's configured to be on 2012-07-20 22:09:56 -04:00
Hakim El Hattab 7b53ff0b9d sub/superscript styles (closes #82) 2012-07-18 21:27:07 -04:00
Hakim El Hattab 04a2337041 readme update 2012-07-18 21:21:27 -04:00
Hakim El Hattab 54e59d02d4 Merge pull request #83 from basecode/patch-slidechange
slidechange doesn't get fired on "hashchange" events
2012-07-18 18:18:41 -07:00
Hakim El Hattab 819d2488aa Merge pull request #80 from ob1/patch-2
Another instance of: id="reveal" => class="reveal"
2012-07-16 07:14:52 -07:00
Hakim El Hattab d5c2d0c03e remove background from default anchor hover style 2012-07-15 19:30:18 -04:00
Hakim El Hattab cd3fc43e77 added autoSlide option (#59), clear out list of options in index.html's initialize call 2012-07-15 19:21:47 -04:00
Hakim El Hattab de2a95d0ac Merge pull request #79 from ob1/patch-1
Update README to reflect "reveal" container selector change
2012-07-15 14:43:26 -07:00
Hakim El Hattab 7366f607ce add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events 2012-07-12 23:08:21 -04:00
Hakim El Hattab 5bc5435b61 changenote re code sample font size 2012-07-12 22:54:26 -04:00
Hakim El Hattab e6e33f17f8 added new example to readme 2012-07-12 22:26:37 -03:00
Hakim El Hattab 74d342daf7 larger font for code samples (closes #60) 2012-07-09 21:48:43 -04:00
Hakim El Hattab 54f1fcf381 slidenotes becomes speakernotes to match wording in readme 2012-07-09 21:30:54 -04:00
Hakim El Hattab 21983c7b7f folder structure description in readme 2012-07-09 22:26:11 -03:00
Hakim El Hattab aaa03dc2c7 fix incorrect directory reference 2012-07-09 21:20:59 -04:00
Hakim El Hattab afd10f6886 adjustments to initial node messages #57 2012-07-09 21:15:01 -04:00
Hakim El Hattab d9512172e2 separate loading of classList.js as its not tied to execution of highlight.js 2012-07-09 21:03:22 -04:00
Hakim El Hattab f57de200ec refactored folder structure, added /plugins which is initially only used by #57 2012-07-09 21:00:51 -04:00
Hakim El Hattab e7c5de23d7 use head.js to script load everything, fixes bug with inclusion of notes server js #57 2012-07-09 20:51:04 -04:00
Hakim El Hattab 32f0d328ff Merge branch 'master' of github.com:hakimel/reveal.js into notes 2012-07-09 20:39:23 -04:00
Hakim El Hattab aeec8264ab Merge pull request #75 from tansengming/css_charset
adds charset declaration in main.css
2012-07-09 17:36:32 -07:00
Hakim El Hattab 534da10886 small tweaks to notes page style 2012-07-04 15:10:10 -04:00
Hakim El Hattab 0c1a4add3a small tweaks to notes page style 2012-07-04 15:09:58 -04:00
Hakim El Hattab a6969770bd simplify query match 2012-07-04 14:42:27 -04:00
Hakim El Hattab 28ee78e7e4 remove unused copy of notes client 2012-07-04 14:35:32 -04:00
Hakim El Hattab 6433cebdc7 readme updates 2012-07-04 14:30:18 -04:00
Hakim El Hattab 0e86400943 conditional loading of socket.io and the notes client js based on window host 2012-07-04 14:18:09 -04:00
Hakim El Hattab 421afe6368 update instructions printed on server start 2012-07-01 18:37:29 -04:00
Hakim El Hattab 2b9f8e6c0d convert spaces to tabs to match project style 2012-07-01 18:34:07 -04:00
Hakim El Hattab 76a60eea31 move notes client code into lib 2012-07-01 18:32:09 -04:00
Hakim El Hattab acbefa1190 tweaks to slidenotes 2012-07-01 16:56:06 -04:00
Hakim El Hattab 9608ac9d2d adjust whitespace of notes code to match rest of project 2012-07-01 16:43:43 -04:00
Hakim El Hattab e2ba1c1142 include underscore as a dependency for npm 2012-07-01 16:39:08 -04:00
Hakim El Hattab eaf525c9a7 /lib restructuring 2012-07-01 16:38:49 -04:00
Hakim El Hattab 2118a6295d restructured /lib, moved /assets/fonts to /lib/fonts 2012-07-01 09:50:37 -04:00
Hakim El Hattab bf2c95b546 Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes 2012-07-01 01:57:23 -04:00
Hakim El Hattab bdad679715 Merge pull request #72 from rhudea/fix-fragmenthidden
Send the correct element for fragmenthidden events
2012-06-24 13:52:11 -07:00
Hakim El Hattab fa98bacef6 Merge pull request #65 from bleathem/patch-2
Specify position for .reveal.linear sections. fixes #64
2012-06-18 12:21:54 -07:00
Hakim El Hattab 1f17bdd5c4 enable controls by default 2012-06-18 15:16:15 -04:00
Hakim El Hattab 91b7df3e23 Merge pull request #63 from bleathem/patch-1
Changed #reveal to .reveal in print.css
2012-06-14 04:04:35 -07:00
Hakim El Hattab 2d44d1e25f Merge pull request #58 from danielmitd/controls
fix JS error when controls are removed from HTML
2012-06-13 07:21:50 -07:00
Hakim El Hattab a91d401919 add default table styles (closes #62) 2012-06-13 11:17:34 -03:00
Hakim El Hattab 681115ea9c Merge pull request #61 from rmurphey/navigatePrev_navigateNext
Expose navigatePrev, navigateNext
2012-06-13 06:50:06 -07:00
Hakim El Hattab 5d979fdf4a syntax highlighting in readme examples 2012-06-06 23:52:49 -03:00
Hakim El Hattab 6a03f65e97 include references to previous/current sldie DOM elements in slidechange event 2012-06-06 22:46:21 -04:00
Hakim El Hattab 2b6c61060b prevent duplicate slidechange from firing after hash change (closes #54) 2012-06-06 22:22:13 -04:00
Hakim El Hattab 5a782e54f8 added example 2012-06-06 21:19:21 -03:00
Hakim El Hattab 01f40cc8d9 Merge pull request #53 from isellsoap/master
simplified handling of nested lists
2012-06-05 09:39:08 -07:00
Hakim El Hattab 2b38f523f2 change add .reveal class in index (closes #51) 2012-06-03 17:30:37 -04:00
Hakim El Hattab ba7aeb36ef added new example (closes #50) 2012-06-02 23:37:32 -03:00
Hakim El Hattab 182c4abacb readme update 2012-06-02 18:39:35 -04:00
Hakim El Hattab eb0a8cfa95 api methods for adding/removing all event listeners (#48) 2012-06-02 18:37:18 -04:00
Hakim El Hattab 6db42971ea changed selection of main container from #reveal to .reveal (closes #46) 2012-06-02 18:33:08 -04:00
Hakim El Hattab 6bcdd8e240 credit in readme 2012-06-02 18:24:23 -04:00
Hakim El Hattab f5574e173b version 1.3 is stable, upgrade to 1.4 2012-06-02 18:18:34 -04:00
Hakim El Hattab 43da46f06b comments, tweaks and a new slide highlighting mobile support 2012-06-02 17:58:09 -04:00
Hakim El Hattab 4f08e2aeb0 support for swipe and pinch gestures #48 2012-06-02 17:45:06 -04:00
Hakim El Hattab aaf9da450f dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidden') closes #44 2012-05-31 21:31:28 -04:00
Hakim El Hattab 31bbfe9398 support more variations of nested lists (closes #47) 2012-05-31 20:53:28 -04:00
Hakim El Hattab 26108b0694 added new examples, linked all contributor names to github pages 2012-05-31 21:27:08 -03:00