Commit Graph

641 Commits

Author SHA1 Message Date
Hakim El Hattab
df4e1fd346 write named links, rather than h/v index, to hash when available (closes #224) 2012-11-10 10:39:59 -05:00
Hakim El Hattab
f6c5ceb490 additional media query plus vertical queries to support smaller screens (closes #232) 2012-11-10 10:31:23 -05:00
Hakim El Hattab
a13c6b9ca9 overview mode documentation 2012-11-10 10:16:06 -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
691099c6a2 rough support for vertical centering #70 2012-11-10 09:41:26 -05:00
Federico Fissore
6ffa60f5d2 working on #227 2012-11-05 16:38:24 +01:00
Maurizio Lupo
a7c3543069 added a simple postmessage plugin 2012-10-31 15:36:26 +01:00
Bruno Bord
8ca4954059 Describing how to toggle "overview mode" 2012-10-30 22:31:54 +01:00
Hakim El Hattab
f51067b00e fixed issue with dependency loader failing when there were 0 async scripts (#214) 2012-10-29 08:27:20 -04:00
Hakim El Hattab
5c5b3d34d9 fix rolling links glitch in firefox 2012-10-29 00:10:14 -04: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
af2a8b053d include theme background in printed pdfs (#217), fix empty white pages in regular print (#215) 2012-10-28 19:32:24 -04:00
Hakim El Hattab
38aff9a37d Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-28 19:07:35 -04:00
Hakim El Hattab
8bd63fe21a document server-side speaker notes 2012-10-28 20:07:06 -03:00
Hakim El Hattab
6a691a0999 remove console.log 2012-10-28 18:57:27 -04:00
Hakim El Hattab
605f7140e3 updated markdown references in notes plugin 2012-10-28 18:49:01 -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
9da9726403 only call slide() if route is available in navigate methods (closes #213) 2012-10-28 17:30:55 -04:00
Hakim El Hattab
6aafa0107d escape quotes in css using unicode hex 2012-10-27 21:20:13 -04:00
Hakim El Hattab
6794f543e0 merge in support for stepped fragments in notes server 2012-10-25 09:42:33 -04:00
Hakim El Hattab
5d1bac5790 merge in support for stepped fragments in notes window 2012-10-25 09:36:25 -04:00
Hakim El Hattab
4777afe0c5 force 'ready' to fire one cycle later (#208) 2012-10-24 21:42:10 -04:00
Hakim El Hattab
747c4c4b3d fix keyboard navigation in ie9 (closes #202) 2012-10-24 21:30:52 -04:00
Michael Kühnel
b838522be4 Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-24 17:52:33 +02:00
Michael Kühnel
5af915adaf Merge branch 'refs/heads/fix-fragments-in-speakernotes' into fragments-in-notes-server
Conflicts:
	js/reveal.min.js

Need to generate a new minified version afterwards.
2012-10-24 17:48:50 +02:00
Michael Kühnel
1801bf67ea Delete functionality to control presentation from notes window
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
2012-10-24 15:06:32 +02: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
73328cfd48 Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-24 14:57:20 +02:00
Michael Kühnel
13e7550afe Delete console output. 2012-10-24 14:53:50 +02:00
Michael Kühnel
296242f8d3 Make the fragments visible in speaker notes 2012-10-24 14:33:16 +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
aefe981040 use borders to generate control arrows (closes #137) 2012-10-22 23:16:14 -04:00
Russell Beattie
7f4e5fc6bf Updated new CSS triangle controls to use theme colors. 2012-10-22 19:34:31 -07:00
Russell Beattie
b373425b69 Updated Controls to use CSS triangles rather than unicode triangles (fix Android support) 2012-10-22 14:49:22 -07:00
Hakim El Hattab
143fc85c65 use outer color of radial gradient as solid fallback 2012-10-20 21:43:42 -04:00
Hakim El Hattab
8576264574 remove traling whitespace (#197) 2012-10-20 21:15:02 -04:00
Hakim El Hattab
8bdeb360ce clean up trailing whitespace (closes #197) 2012-10-20 21:05:14 -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
5188951a0f Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-20 14:20:15 -04:00
Hakim El Hattab
c13390354b explain fragments in readme 2012-10-20 15:20:08 -03:00
Hakim El Hattab
d84aeeb9ae fix overview when zoom transition is active (#196) 2012-10-20 13:46:19 -04:00
Hakim El Hattab
da40cf2172 add support for fragment styles (#192) 2012-10-20 13:33:07 -04:00
Hakim El Hattab
a4f03be485 Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-20 12:51:23 -04:00
Hakim El Hattab
3241cb78d8 progress bar can now be clicked to navigate (closes #181) 2012-10-20 12:51:12 -04:00
Hakim El Hattab
95cf421f01 Merge pull request #194 from mischah/feature-fullscreen
Adding info about the fullscreen mode to README.md
2012-10-20 08:23:16 -07:00
Hakim El Hattab
ecb4347ec1 modularize themes and convert them to sass (closes #191) 2012-10-20 10:57:51 -04:00
Michael Kühnel
f82c13497a Update README.md
Add info about the fullscreen mode
2012-10-19 01:49:02 +02:00
Michael Kühnel
379f5d38ff Change source from from reveal.js back to reveal.min.js 2012-10-19 00:39:11 +02:00
Michael Kühnel
dc57e4c51c Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-19 00:38:33 +02:00