reveal.js.git
11 years agoMerge pull request #245 from dandv/patch-1
Hakim El Hattab [Wed, 14 Nov 2012 13:44:56 +0000 (05:44 -0800)]
Merge pull request #245 from dandv/patch-1

Document vertical centering breaking backcompat

11 years agoMerge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technicalpickle...
Hakim El Hattab [Wed, 14 Nov 2012 13:40:05 +0000 (08:40 -0500)]
Merge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technicalpickles/reveal.js

11 years agofix minor issue in pdf print sheet
Hakim El Hattab [Wed, 14 Nov 2012 04:52:17 +0000 (23:52 -0500)]
fix minor issue in pdf print sheet

11 years agonull check parentNode in case slide has been detached
Hakim El Hattab [Wed, 14 Nov 2012 02:08:04 +0000 (21:08 -0500)]
null check parentNode in case slide has been detached

11 years agoMerge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reveal.js
Hakim El Hattab [Tue, 13 Nov 2012 14:37:37 +0000 (09:37 -0500)]
Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reveal.js

11 years agodisable hiding of address bar on android, caused vertical centering issues
Hakim El Hattab [Tue, 13 Nov 2012 14:37:27 +0000 (09:37 -0500)]
disable hiding of address bar on android, caused vertical centering issues

11 years agoDocument vertical centering breaking backcompat
Dan Dascalescu [Tue, 13 Nov 2012 09:47:02 +0000 (01:47 -0800)]
Document vertical centering breaking backcompat

Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is:

http://lab.hakim.se/reveal-js/?transition=cube

Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now.

Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence):

          bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px';

Alternatively, is there an easy way to restore the previous functionality?

11 years agoUse grunt-contrib-mincss ~0.3.1
Josh Nichols [Mon, 12 Nov 2012 22:09:06 +0000 (17:09 -0500)]
Use grunt-contrib-mincss ~0.3.1

Was at ~0.3.2, but doesn't seem to have been released properly.

11 years agoFix callback calling when using from a parent directory
Antoine Musso [Mon, 12 Nov 2012 15:47:40 +0000 (16:47 +0100)]
Fix callback calling when using from a parent directory

Authors might want to use a shared reveal.js installation for all their
presentations such as:

$ ls -1 -F
20120105-how-to-use-git.html
20121101-wikimedia-scaling.html
reveal.js/
$

In this case, the plugin callbacks will not be called at all.

When using head.js, the callback is marked as depending upon the loading of a
Javscript filename. The regex used to find out the filename is applied to the
full path which in the above case would be something like:

reveal.js/plugin/highlight/highlight.js

The regex will thus give out 'reveal.js' as a file depency instead of the
expected 'highlight.js'

The fix is quiet easy: simply make sure that we are looking for a file that
actually ends with '.js' instead of simply containing '.js' by adding a $.

11 years agonote about #226 in readme
Hakim El Hattab [Mon, 12 Nov 2012 00:54:26 +0000 (19:54 -0500)]
note about #226 in readme

11 years agoadd touch based remote controlled plugin
Hakim El Hattab [Mon, 12 Nov 2012 00:39:05 +0000 (19:39 -0500)]
add touch based remote controlled plugin

11 years agoadd note about nested fragments
Hakim El Hattab [Sun, 11 Nov 2012 15:24:48 +0000 (10:24 -0500)]
add note about nested fragments

11 years agofix typos
Hakim El Hattab [Sun, 11 Nov 2012 15:05:13 +0000 (10:05 -0500)]
fix typos

11 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sun, 11 Nov 2012 15:01:18 +0000 (10:01 -0500)]
Merge branch 'master' of github.com:hakimel/reveal.js

11 years agoadd grunt.js build file (closes #235)
Hakim El Hattab [Sun, 11 Nov 2012 15:01:05 +0000 (10:01 -0500)]
add grunt.js build file (closes #235)

11 years agoMerge pull request #234 from dandv/patch-1
Hakim El Hattab [Sun, 11 Nov 2012 02:18:29 +0000 (18:18 -0800)]
Merge pull request #234 from dandv/patch-1

its->it's in README.md

11 years agoits->it's in README.md
Dan Dascalescu [Sun, 11 Nov 2012 01:51:31 +0000 (17:51 -0800)]
its->it's in README.md

Thanks for the multi-control support!

11 years agofixes issue where italic fonts disappeared when printing to pdf (closes #230)
Hakim El Hattab [Sun, 11 Nov 2012 01:09:12 +0000 (20:09 -0500)]
fixes issue where italic fonts disappeared when printing to pdf (closes #230)

11 years agoadd night theme
Hakim El Hattab [Sun, 11 Nov 2012 00:49:44 +0000 (19:49 -0500)]
add night theme

11 years agofix issue with dependency loader callbacks
Hakim El Hattab [Sun, 11 Nov 2012 00:14:16 +0000 (19:14 -0500)]
fix issue with dependency loader callbacks

11 years agoensure fragments are visible in print styles, fix page-break error in paper print...
Hakim El Hattab [Sat, 10 Nov 2012 23:15:05 +0000 (18:15 -0500)]
ensure fragments are visible in print styles, fix page-break error in paper print sheet

11 years agocosmetical tweaks to postmessage plugin
Hakim El Hattab [Sat, 10 Nov 2012 22:15:11 +0000 (17:15 -0500)]
cosmetical tweaks to postmessage plugin

11 years agoMerge branch 'master' of https://github.com/sithmel/reveal.js
Hakim El Hattab [Sat, 10 Nov 2012 22:02:12 +0000 (17:02 -0500)]
Merge branch 'master' of https://github.com/sithmel/reveal.js

merge postmessage api

11 years agoworkaround markdown quote issue (#223)
Hakim El Hattab [Sat, 10 Nov 2012 21:59:03 +0000 (16:59 -0500)]
workaround markdown quote issue (#223)

11 years agotweak ie8 fallback
Hakim El Hattab [Sat, 10 Nov 2012 21:22:10 +0000 (16:22 -0500)]
tweak ie8 fallback

11 years agoupdated transition styles to work with vertical centering (#70)
Hakim El Hattab [Sat, 10 Nov 2012 21:01:56 +0000 (16:01 -0500)]
updated transition styles to work with vertical centering (#70)

11 years agofix vertical transition for vertically centered slides, vertical centering is now...
Hakim El Hattab [Sat, 10 Nov 2012 20:43:22 +0000 (15:43 -0500)]
fix vertical transition for vertically centered slides, vertical centering is now on by default (#70)

11 years agocorrection to vertical centering and overview mode, clean up of vertical slide storage
Hakim El Hattab [Sat, 10 Nov 2012 20:28:34 +0000 (15:28 -0500)]
correction to vertical centering and overview mode, clean up of vertical slide storage

11 years agoremember last visited vertical slide (closes #225)
Hakim El Hattab [Sat, 10 Nov 2012 19:48:29 +0000 (14:48 -0500)]
remember last visited vertical slide (closes #225)

11 years agoenable up/down arrows to step through fragments (closes #233)
Hakim El Hattab [Sat, 10 Nov 2012 19:04:11 +0000 (14:04 -0500)]
enable up/down arrows to step through fragments (closes #233)

11 years agocount vertical slides towards the progress bar (closes #150)
Hakim El Hattab [Sat, 10 Nov 2012 18:59:51 +0000 (13:59 -0500)]
count vertical slides towards the progress bar (closes #150)

11 years agorevert to display none from visibility hidden to correct vertical centering
Hakim El Hattab [Sat, 10 Nov 2012 17:16:48 +0000 (12:16 -0500)]
revert to display none from visibility hidden to correct vertical centering

11 years agoallow multiple control elements, document usage of global controls (#184, #204)
Hakim El Hattab [Sat, 10 Nov 2012 16:40:19 +0000 (11:40 -0500)]
allow multiple control elements, document usage of global controls (#184, #204)

11 years agowrite named links, rather than h/v index, to hash when available (closes #224)
Hakim El Hattab [Sat, 10 Nov 2012 15:39:59 +0000 (10:39 -0500)]
write named links, rather than h/v index, to hash when available (closes #224)

11 years agoadditional media query plus vertical queries to support smaller screens (closes ...
Hakim El Hattab [Sat, 10 Nov 2012 15:31:23 +0000 (10:31 -0500)]
additional media query plus vertical queries to support smaller screens (closes #232)

11 years agooverview mode documentation
Hakim El Hattab [Sat, 10 Nov 2012 15:16:06 +0000 (10:16 -0500)]
overview mode documentation

11 years agocorrections to vertical centering (#70), added to docs, upgrade to 2.2
Hakim El Hattab [Sat, 10 Nov 2012 15:02:19 +0000 (10:02 -0500)]
corrections to vertical centering (#70), added to docs, upgrade to 2.2

11 years agorough support for vertical centering #70
Hakim El Hattab [Sat, 10 Nov 2012 14:41:26 +0000 (09:41 -0500)]
rough support for vertical centering #70

11 years agoadded a simple postmessage plugin
Maurizio Lupo [Wed, 31 Oct 2012 14:36:26 +0000 (15:36 +0100)]
added a simple postmessage plugin

11 years agoDescribing how to toggle "overview mode"
Bruno Bord [Tue, 30 Oct 2012 21:31:54 +0000 (22:31 +0100)]
Describing how to toggle "overview mode"

11 years agofixed issue with dependency loader failing when there were 0 async scripts (#214) 2.1.0 v2.1
Hakim El Hattab [Mon, 29 Oct 2012 12:27:20 +0000 (08:27 -0400)]
fixed issue with dependency loader failing when there were 0 async scripts (#214)

11 years agofix rolling links glitch in firefox
Hakim El Hattab [Mon, 29 Oct 2012 04:10:14 +0000 (00:10 -0400)]
fix rolling links glitch in firefox

11 years agocontent now re-renders after alt+click zoom (closes #195)
Hakim El Hattab [Mon, 29 Oct 2012 03:55:19 +0000 (23:55 -0400)]
content now re-renders after alt+click zoom (closes #195)

11 years agoinclude theme background in printed pdfs (#217), fix empty white pages in regular...
Hakim El Hattab [Sun, 28 Oct 2012 23:32:24 +0000 (19:32 -0400)]
include theme background in printed pdfs (#217), fix empty white pages in regular print (#215)

11 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sun, 28 Oct 2012 23:07:35 +0000 (19:07 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js

11 years agodocument server-side speaker notes
Hakim El Hattab [Sun, 28 Oct 2012 23:07:06 +0000 (20:07 -0300)]
document server-side speaker notes

11 years agoremove console.log
Hakim El Hattab [Sun, 28 Oct 2012 22:57:27 +0000 (18:57 -0400)]
remove console.log

11 years agoupdated markdown references in notes plugin
Hakim El Hattab [Sun, 28 Oct 2012 22:48:52 +0000 (18:48 -0400)]
updated markdown references in notes plugin

11 years agoupdate syntax highlight after editing (#210), move markdown and highlight scripts...
Hakim El Hattab [Sun, 28 Oct 2012 22:09:54 +0000 (18:09 -0400)]
update syntax highlight after editing (#210), move markdown and highlight scripts from lib to plugin

11 years agoonly call slide() if route is available in navigate methods (closes #213)
Hakim El Hattab [Sun, 28 Oct 2012 21:30:55 +0000 (17:30 -0400)]
only call slide() if route is available in navigate methods (closes #213)

11 years agoescape quotes in css using unicode hex
Hakim El Hattab [Sun, 28 Oct 2012 01:20:13 +0000 (21:20 -0400)]
escape quotes in css using unicode hex

11 years agomerge in support for stepped fragments in notes server
Hakim El Hattab [Thu, 25 Oct 2012 13:42:33 +0000 (09:42 -0400)]
merge in support for stepped fragments in notes server

11 years agomerge in support for stepped fragments in notes window
Hakim El Hattab [Thu, 25 Oct 2012 13:36:25 +0000 (09:36 -0400)]
merge in support for stepped fragments in notes window

11 years agoforce 'ready' to fire one cycle later (#208)
Hakim El Hattab [Thu, 25 Oct 2012 01:42:10 +0000 (21:42 -0400)]
force 'ready' to fire one cycle later (#208)

11 years agofix keyboard navigation in ie9 (closes #202)
Hakim El Hattab [Thu, 25 Oct 2012 01:30:52 +0000 (21:30 -0400)]
fix keyboard navigation in ie9 (closes #202)

11 years agoApply latest change to the minified version
Michael Kühnel [Wed, 24 Oct 2012 15:52:33 +0000 (17:52 +0200)]
Apply latest change to the minified version

Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.

11 years agoMerge branch 'refs/heads/fix-fragments-in-speakernotes' into fragments-in-notes-server
Michael Kühnel [Wed, 24 Oct 2012 15:48:50 +0000 (17:48 +0200)]
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.

11 years agoDelete functionality to control presentation from notes window
Michael Kühnel [Wed, 24 Oct 2012 13:06:32 +0000 (15:06 +0200)]
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.

11 years agoChange source from from reveal.js back to reveal.min.js
Michael Kühnel [Wed, 24 Oct 2012 12:57:51 +0000 (14:57 +0200)]
Change source from from reveal.js back to reveal.min.js

11 years agoApply latest change to the minified version
Michael Kühnel [Wed, 24 Oct 2012 12:57:20 +0000 (14:57 +0200)]
Apply latest change to the minified version

Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.

11 years agoDelete console output.
Michael Kühnel [Wed, 24 Oct 2012 12:53:50 +0000 (14:53 +0200)]
Delete console output.

11 years agoMake the fragments visible in speaker notes
Michael Kühnel [Wed, 24 Oct 2012 12:33:16 +0000 (14:33 +0200)]
Make the fragments visible in speaker notes

11 years agoAdd notes to the fragment slide for testing purposes.
Michael Kühnel [Wed, 24 Oct 2012 12:31:58 +0000 (14:31 +0200)]
Add notes to the fragment slide for testing purposes.

11 years agoCherry picking from branch fix-fragments-in-speakernotes
Michael Kühnel [Tue, 23 Oct 2012 19:56:56 +0000 (21:56 +0200)]
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()

11 years agouse borders to generate control arrows (closes #137)
Hakim El Hattab [Tue, 23 Oct 2012 03:16:14 +0000 (23:16 -0400)]
use borders to generate control arrows (closes #137)

11 years agoUpdated new CSS triangle controls to use theme colors.
Russell Beattie [Tue, 23 Oct 2012 02:34:31 +0000 (19:34 -0700)]
Updated new CSS triangle controls to use theme colors.

11 years agoUpdated Controls to use CSS triangles rather than unicode triangles (fix Android...
Russell Beattie [Mon, 22 Oct 2012 21:49:22 +0000 (14:49 -0700)]
Updated Controls to use CSS triangles rather than unicode triangles (fix Android support)

11 years agouse outer color of radial gradient as solid fallback
Hakim El Hattab [Sun, 21 Oct 2012 01:43:42 +0000 (21:43 -0400)]
use outer color of radial gradient as solid fallback

11 years agoremove traling whitespace (#197)
Hakim El Hattab [Sun, 21 Oct 2012 01:14:50 +0000 (21:14 -0400)]
remove traling whitespace (#197)

11 years agoclean up trailing whitespace (closes #197)
Hakim El Hattab [Sun, 21 Oct 2012 01:05:14 +0000 (21:05 -0400)]
clean up trailing whitespace (closes #197)

11 years agonew postMessage-based notes plugin, moved node-based notes to notes-server (#190)
Hakim El Hattab [Sun, 21 Oct 2012 00:40:52 +0000 (20:40 -0400)]
new postMessage-based notes plugin, moved node-based notes to notes-server (#190)

11 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 20 Oct 2012 18:20:15 +0000 (14:20 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js

11 years agoexplain fragments in readme
Hakim El Hattab [Sat, 20 Oct 2012 18:20:08 +0000 (15:20 -0300)]
explain fragments in readme

11 years agofix overview when zoom transition is active (#196)
Hakim El Hattab [Sat, 20 Oct 2012 17:46:19 +0000 (13:46 -0400)]
fix overview when zoom transition is active (#196)

11 years agoadd support for fragment styles (#192)
Hakim El Hattab [Sat, 20 Oct 2012 17:33:07 +0000 (13:33 -0400)]
add support for fragment styles (#192)

11 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 20 Oct 2012 16:51:23 +0000 (12:51 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js

11 years agoprogress bar can now be clicked to navigate (closes #181)
Hakim El Hattab [Sat, 20 Oct 2012 16:51:12 +0000 (12:51 -0400)]
progress bar can now be clicked to navigate (closes #181)

11 years agoMerge pull request #194 from mischah/feature-fullscreen
Hakim El Hattab [Sat, 20 Oct 2012 15:23:16 +0000 (08:23 -0700)]
Merge pull request #194 from mischah/feature-fullscreen

Adding info about the fullscreen mode to README.md

11 years agomodularize themes and convert them to sass (closes #191)
Hakim El Hattab [Sat, 20 Oct 2012 14:57:51 +0000 (10:57 -0400)]
modularize themes and convert them to sass (closes #191)

11 years agoUpdate README.md
Michael Kühnel [Thu, 18 Oct 2012 23:49:02 +0000 (01:49 +0200)]
Update README.md

Add info about the fullscreen mode

11 years agoChange source from from reveal.js back to reveal.min.js
Michael Kühnel [Thu, 18 Oct 2012 22:39:11 +0000 (00:39 +0200)]
Change source from from reveal.js back to reveal.min.js

11 years agoApply latest change to the minified version
Michael Kühnel [Thu, 18 Oct 2012 22:38:33 +0000 (00:38 +0200)]
Apply latest change to the minified version

Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.

11 years agoUpdate renamed API method
Michael Kühnel [Thu, 18 Oct 2012 22:35:23 +0000 (00:35 +0200)]
Update renamed API method

See b957d0b8580bafb35fbb808ef1d7acf424f73895

11 years agoUpdate README.md
Michael Kühnel [Thu, 18 Oct 2012 22:26:28 +0000 (00:26 +0200)]
Update README.md

Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()

11 years agoRename API method from Reveal.previousFragment() to Reveal.prevFragment()
Michael Kühnel [Thu, 18 Oct 2012 22:24:13 +0000 (00:24 +0200)]
Rename API method from Reveal.previousFragment() to Reveal.prevFragment()

Because of consistency with the existent methods Reveal.prev() and Reveal.next()

11 years agoOops. Delete console output.
Michael Kühnel [Thu, 18 Oct 2012 22:14:46 +0000 (00:14 +0200)]
Oops. Delete console output.

11 years agoRenaming key within fragmentData
Michael Kühnel [Thu, 18 Oct 2012 22:12:53 +0000 (00:12 +0200)]
Renaming key within fragmentData

Might be better to use one variable with different values.

11 years agoget 'fragmentdata' and react by showing/hiding the corresponding fragments
Michael Kühnel [Thu, 18 Oct 2012 22:07:26 +0000 (00:07 +0200)]
get 'fragmentdata' and react by showing/hiding the corresponding fragments

11 years agoAdd event listener 'fragmentshown' and 'fragmenthidden'
Michael Kühnel [Thu, 18 Oct 2012 22:04:40 +0000 (00:04 +0200)]
Add event listener 'fragmentshown' and 'fragmenthidden'

And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.

11 years agoBroadcast fragmentdata
Michael Kühnel [Thu, 18 Oct 2012 21:59:43 +0000 (23:59 +0200)]
Broadcast fragmentdata

11 years agoAdd missing semicolon
Michael Kühnel [Thu, 18 Oct 2012 21:56:51 +0000 (23:56 +0200)]
Add missing semicolon

11 years agoFix indentation
Michael Kühnel [Thu, 18 Oct 2012 21:55:06 +0000 (23:55 +0200)]
Fix indentation

11 years agoAdd nextFragment and previousFragment to the API
Michael Kühnel [Thu, 18 Oct 2012 21:19:01 +0000 (23:19 +0200)]
Add nextFragment and previousFragment to the API

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

11 years agoChange source from reveal.min.js to reveal.js for testing purposes
Michael Kühnel [Thu, 18 Oct 2012 21:15:28 +0000 (23:15 +0200)]
Change source from reveal.min.js to reveal.js for testing purposes

11 years agoremove image dir (#187)
Hakim El Hattab [Thu, 18 Oct 2012 03:15:09 +0000 (23:15 -0400)]
remove image dir (#187)

11 years agofix issue in browsers that don't support classList
Hakim El Hattab [Thu, 18 Oct 2012 03:01:41 +0000 (23:01 -0400)]
fix issue in browsers that don't support classList

11 years agoReplacing speakernotes plugin with a simple postMessage system
Eric J. Duran [Wed, 17 Oct 2012 21:46:43 +0000 (17:46 -0400)]
Replacing speakernotes plugin with a simple postMessage system

11 years agoadd 'ready' event (#182)
Hakim El Hattab [Wed, 17 Oct 2012 04:20:42 +0000 (00:20 -0400)]
add 'ready' event (#182)

11 years agoAdding images directory to staticDir so we can search images
Eric J. Duran [Tue, 16 Oct 2012 21:48:34 +0000 (17:48 -0400)]
Adding images directory to staticDir so we can search images

11 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Tue, 16 Oct 2012 13:28:04 +0000 (09:28 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js