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
Michael Kühnel
ff8ccbb02e
Update renamed API method
...
See b957d0b858
2012-10-19 00:35:23 +02:00
Michael Kühnel
54588f5fea
Update README.md
...
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-19 00:26:28 +02:00
Michael Kühnel
b957d0b858
Rename API method from Reveal.previousFragment() to Reveal.prevFragment()
...
Because of consistency with the existent methods Reveal.prev() and Reveal.next()
2012-10-19 00:24:13 +02:00
Michael Kühnel
c39f5fc0b0
Oops. Delete console output.
2012-10-19 00:14:46 +02:00
Michael Kühnel
82bd8e4fb0
Renaming key within fragmentData
...
Might be better to use one variable with different values.
2012-10-19 00:12:53 +02:00
Michael Kühnel
d02e64adbd
get 'fragmentdata' and react by showing/hiding the corresponding fragments
2012-10-19 00:07:26 +02:00
Michael Kühnel
c46486b3df
Add event listener 'fragmentshown' and 'fragmenthidden'
...
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.
2012-10-19 00:04:40 +02:00
Michael Kühnel
46e270e59f
Broadcast fragmentdata
2012-10-18 23:59:43 +02:00
Michael Kühnel
409c0dfbcc
Add missing semicolon
2012-10-18 23:56:51 +02:00
Michael Kühnel
cbdbfc07f4
Fix indentation
2012-10-18 23:55:06 +02:00
Michael Kühnel
5cfb7b3239
Add nextFragment and previousFragment to the API
...
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
2012-10-18 23:19:01 +02:00
Michael Kühnel
e447187c20
Change source from reveal.min.js to reveal.js for testing purposes
2012-10-18 23:15:28 +02:00
Hakim El Hattab
3413d99b2b
remove image dir ( #187 )
2012-10-17 23:15:09 -04:00
Hakim El Hattab
551c783b72
fix issue in browsers that don't support classList
2012-10-17 23:01:41 -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
3a2036e2b2
add 'ready' event ( #182 )
2012-10-17 00:20:42 -04:00
Eric J. Duran
f70dcd3c9f
Adding images directory to staticDir so we can search images
2012-10-16 17:48:34 -04:00
Hakim El Hattab
558c21e1a3
Merge branch 'master' of github.com:hakimel/reveal.js
2012-10-16 09:28:04 -04:00
Hakim El Hattab
17f3cf4332
adjust themes so that font definitions are at top, apply fonts on .reveal instead of body
2012-10-16 09:27:55 -04:00
Hakim El Hattab
f0c27efc95
Merge pull request #183 from dandv/patch-4
...
Document zooming feature
2012-10-15 06:15:19 -07:00
Dan Dascalescu
20858d1f4c
Document zooming feature
2012-10-14 23:15:41 -07:00