Commit Graph

210 Commits

Author SHA1 Message Date
harriha
a5956bc71d Fix bug with switching to night theme
When switching to 'night' theme, the first slide was shown
instead of correctly linking to the Themes slide.
2012-11-15 11:24:09 +02:00
Hakim El Hattab
4fbec5e87d add touch based remote controlled plugin 2012-11-11 19:39:05 -05:00
Hakim El Hattab
d6d0f40c5e add grunt.js build file (closes #235) 2012-11-11 10:01:05 -05:00
Hakim El Hattab
b4815a3a83 remember last visited vertical slide (closes #225) 2012-11-10 14:48:29 -05:00
Hakim El Hattab
c79376dab2 allow multiple control elements, document usage of global controls (#184, #204) 2012-11-10 11:40:19 -05:00
Hakim El Hattab
794ad86809 corrections to vertical centering (#70), added to docs, upgrade to 2.2 2012-11-10 10:02:19 -05:00
Hakim El Hattab
e87d689231 content now re-renders after alt+click zoom (closes #195) 2012-10-28 23:55:19 -04:00
Hakim El Hattab
e693717f2a update syntax highlight after editing (#210), move markdown and highlight scripts from lib to plugin 2012-10-28 18:09:54 -04:00
Hakim El Hattab
5d1bac5790 merge in support for stepped fragments in notes window 2012-10-25 09:36:25 -04:00
Michael Kühnel
64448319eb Change source from from reveal.js back to reveal.min.js 2012-10-24 14:57:51 +02:00
Michael Kühnel
76a7bd83fa Add notes to the fragment slide for testing purposes. 2012-10-24 14:31:58 +02:00
Michael Kühnel
40c899ec56 Cherry picking from branch fix-fragments-in-speakernotes
Change source from reveal.min.js to reveal.js for testing purposes.

Add nextFragment and previousFragment to the API:
Making it possible to call the methods Reveal.nextFragment()
and Reveal.previousFragment() from »outside«.

Update README.md:
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-23 21:56:56 +02:00
Hakim El Hattab
8576264574 remove traling whitespace (#197) 2012-10-20 21:15:02 -04:00
Hakim El Hattab
c6f8a44edf new postMessage-based notes plugin, moved node-based notes to notes-server (#190) 2012-10-20 20:40:52 -04:00
Hakim El Hattab
da40cf2172 add support for fragment styles (#192) 2012-10-20 13:33:07 -04:00
Hakim El Hattab
ecb4347ec1 modularize themes and convert them to sass (closes #191) 2012-10-20 10:57:51 -04:00
Eric J. Duran
070a1e3ee5 Replacing speakernotes plugin with a simple postMessage system 2012-10-17 17:46:43 -04:00
Hakim El Hattab
4271677ea1 take out demo page js 2012-10-14 21:03:07 -04:00
Hakim El Hattab
470cabaea8 new shorter api method names (closes #178), restructured and cleaned up core js 2012-10-14 21:02:32 -04:00
Hakim El Hattab
6619bc62bd add zoom transition 2012-10-13 10:28:34 -04:00
Hakim El Hattab
4dad42496e fix conflict with theme set in query and theme specified in head 2012-10-10 09:35:13 -04:00
Hakim El Hattab
87c554b7da merge in relative theme/transition links 2012-10-10 09:32:57 -04:00
Hakim El Hattab
f00d8fa1d6 Merge branch 'patch-3' of https://github.com/dandv/reveal.js 2012-10-10 09:25:07 -04:00
Dan Dascalescu
a149de8ddc Links to transitions & themes stay in presentation 2012-10-10 03:49:05 -07:00
Dan Dascalescu
2cc6927f3c Typo fix 2012-10-10 02:11:52 -07:00
hakimel
16b71d7a21 slight tweak to zoom integration 2012-10-09 09:22:16 -04:00
Hakim El Hattab
91e9457cef zoom.js integration via alt+click 2012-10-09 00:06:34 -04:00
Hakim El Hattab
25efef8c4f wrap markdown in script text/template to fix parsing errors (closes #146 #155 #162) 2012-10-08 09:15:36 -04:00
Hakim El Hattab
f22e5f85e8 new paused mode feature (closes #144), controls and progress DOM elements are no longer required in HTML 2012-10-08 00:08:50 -04:00
Max Ogden
7e719c52c8 add link to serif theme in default presentation 2012-10-04 12:46:23 +02:00
Hakim El Hattab
303be5be77 new slide 2012-09-30 18:14:27 -04:00
Hakim El Hattab
eda54dcf7a main.css > reveal.css 2012-09-28 09:28:26 -04:00
Hakim El Hattab
310ba170c1 remove sharing code for sample presentation 2012-09-21 09:14:40 -04:00
Hakim El Hattab
c904cef864 add option for disabling overview mode (closes #145) 2012-09-21 08:58:21 -04:00
Hakim El Hattab
390cdf1172 copy tweaks 2012-09-16 21:50:11 -04:00
Hakim El Hattab
be657e0943 add rvl.io to readme and template slide 2012-09-09 22:04:50 -04:00
Jono Warren
8e48bd21b0 Fix Socket.IO URL 2012-09-03 09:32:31 +01:00
Hakim El Hattab
aa97d80d53 correction to code style in sky theme, adjusted transition demo page 2012-08-30 01:32:18 -04:00
Hakim El Hattab
90f343e5bd add theme config option, add sky theme, fix line-height of <small> 2012-08-30 00:59:51 -04:00
Owen Versteeg
5170fe026c made page validate
woohoo! reveal.js is now HTML5 compliant! 

this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services.

this was accomplished using a tad of JavaScript to get around a fullscreen bug.

This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other)
2012-08-12 22:46:06 -03:00
Hakim El Hattab
49e8e0d205 rewrote initialization code for clarity and brevity (#105) 2012-08-11 20:25:55 -04:00
Dan Dascalescu
2bc8a587e5 Update index.html
Typo fix: let's -> lets
2012-08-08 20:00:40 -07:00
Hakim El Hattab
25ad8adc68 themes are now available as separate css files under css/theme/, old theme option in config is no longer supported (closes #104) 2012-08-08 01:14:12 -04:00
Hakim El Hattab
82b4658faf use minified version of js 2012-08-07 01:27:22 -04:00
Owen Versteeg
9f2d9691a1 improved accessibility
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
2012-08-05 23:52:36 -03:00
Hakim El Hattab
51a15b840a fix error in slide markup 2012-08-04 18:19:50 -04: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
f837343f9f remove hard line breaks now that slide width is relative 2012-08-04 14:09:06 -04:00
David Banham
79299d0071 Include speaker notes plugin after reveal.js
Must be called after reveal.js otherwise the Reveal object is undefined
and the plugin can't add it's event listener.
2012-08-04 14:33:27 +10: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
9a657e2676 ie8 support (closes #96) 2012-08-03 21:50:06 -04: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
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
c513500269 clean up initialization, conditionally load classList polyfill prior to reveal.js 2012-07-20 22:41:08 -04:00
Hakim El Hattab
04a2337041 readme update 2012-07-18 21:21:27 -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
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
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
aaa03dc2c7 fix incorrect directory reference 2012-07-09 21:20:59 -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
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
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
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
Rebecca Murphey
60f2eb9fb3 taking a stab at a presenter notes server 2012-06-07 23:21:14 -04: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
2b38f523f2 change add .reveal class in index (closes #51) 2012-06-03 17:30:37 -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
1013ff7ba5 hide address bar in mobile browsers, add apple web app meta 2012-05-06 22:05:58 -04:00
Hakim El Hattab
d5e1f7e493 print styles (closes #19) 2012-05-05 11:51:14 -04:00
Hakim El Hattab
19b67aab13 'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListener api methods 2012-05-04 00:01:20 -04:00
Hakim El Hattab
5a6837358b minor style or wording tweaks 2012-05-01 08:52:56 -04:00
andy matthews
2caac75c62 Adding example for custom event binding. 2012-04-30 09:07:23 -05:00
Hakim El Hattab
cde5362db3 added support for looped presentations 2012-04-28 12:16:56 -04:00
Hakim El Hattab
eee6e5f964 merge keyboard shortcut changes 2012-04-28 11:50:22 -04:00
Hakim El Hattab
f59e64a571 better example of state usage 2012-04-04 00:59:35 -04:00
Hakim El Hattab
0d9a6419bb change back state event scope, document level makes more sense as that's where the state class is applied 2012-03-30 23:59:19 -04:00
Hakim El Hattab
8dc7ae85a1 adjustments to custom state events 2012-03-30 23:51:37 -04:00
Hakim El Hattab
831236890c now capturing data-state on slides and lifting it to document element classList when slide is open 2012-03-30 00:13:45 -04:00
Hakim El Hattab
be76bf3d23 classList polyfill included for ie9 2012-03-24 12:48:16 -04:00
Hakim El Hattab
87529c4adc delay hash changes to avoid transition lag in chrome and enable history by default (closes #22) 2012-03-24 12:36:34 -04:00
Hakim El Hattab
f27db1dc84 default hash updates to false, see http://code.google.com/p/chromium/issues/detail?id=62820 2012-02-29 19:24:57 -05:00
Hakim El Hattab
38b229a22f tweaked mouse wheel navigation 2012-01-14 19:22:27 -08:00
Hakim El Hattab
36950c8149 moved inline base64 images to aws 2012-01-03 00:24:09 -08:00
Hakim El Hattab
cbd59efef8 history on by default 2011-12-30 22:35:42 -08:00
Hakim El Hattab
9856f57db5 browser history updates can now be disabled via config 2011-12-30 22:33:19 -08:00
Hakim El Hattab
3fa01ab107 updated copy in slides, added one that explains transitions 2011-12-26 21:57:37 -08:00
Hakim El Hattab
daecc258d7 major, non backwards compatible, restructuring of DOM tree 2011-12-26 21:29:00 -08:00
Hakim El Hattab
5b2b3fa3df changed id of 'main' container to 'reveal' 2011-12-26 19:32:00 -08:00
Hakim El Hattab
c7c7735e7a added new transitions (box/page) and a ui theme (neon) 2011-12-26 00:00:38 -08:00
Hakim El Hattab
c6a75117f6 added experimental overview mode (press SPACE) 2011-12-23 02:47:38 -08:00
Hakim El Hattab
adc9ad19ce fallback on 2d transform transitions via feature detect 2011-12-23 00:36:37 -08:00
Hakim El Hattab
9065114ef0 progress bar is now a div and uses the same transition + easing as slides (fixes #6) 2011-12-22 21:25:15 -08:00
Hakim El Hattab
bdff009c74 added optional presentation progress bar 2011-12-22 00:00:29 -08:00
Hakim El Hattab
2026c9645c replaced google logo with a unicorn 2011-12-21 23:03:30 -08:00
Hakim El Hattab
11ee006f9d slide with code is now editable, escaped unicode arrows 2011-12-21 20:21:52 -08:00
Hakim El Hattab
d2faad4730 fix broken link 2011-12-04 20:53:35 -08:00
Hakim El Hattab
f9527d31b4 fix vertical slide transition and hit areas of rolling links 2011-12-04 19:24:08 -08:00
Hakim El Hattab
233160ff23 cleanup & comments 2011-12-04 18:55:48 -08:00
Hakim El Hattab
a6453a0fb0 renamed to reveal.js, many new features, and upgraded to v1.0 2011-12-04 18:07:33 -08:00
Hakim El Hattab
7b34510c83 removed tracking code 2011-06-07 21:23:08 +02:00
Hakim El Hattab
fdd6b36f01 initial commit 2011-06-07 21:10:59 +02:00