reveal.js.git
12 years agoimprove rendering accuracy of overview
Hakim El Hattab [Fri, 23 Nov 2012 20:48:10 +0000 (15:48 -0500)]
improve rendering accuracy of overview

12 years agouse touch start events for controls on touch devices
Hakim El Hattab [Thu, 22 Nov 2012 21:25:19 +0000 (16:25 -0500)]
use touch start events for controls on touch devices

12 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Thu, 22 Nov 2012 14:10:47 +0000 (09:10 -0500)]
Merge branch 'master' of github.com:hakimel/reveal.js

12 years agoslide method now accepts fragment index argument #228
Hakim El Hattab [Thu, 22 Nov 2012 14:10:34 +0000 (09:10 -0500)]
slide method now accepts fragment index argument #228

12 years agoreadme tweaks
Hakim El Hattab [Tue, 20 Nov 2012 12:45:43 +0000 (07:45 -0500)]
readme tweaks

12 years agouse system font when rtl is enabled, exclude pre and code blocks from rtl (#166)
Hakim El Hattab [Sun, 18 Nov 2012 17:19:22 +0000 (12:19 -0500)]
use system font when rtl is enabled, exclude pre and code blocks from rtl (#166)

12 years agoadjust rtl implementation (#166)
Hakim El Hattab [Sun, 18 Nov 2012 17:10:16 +0000 (12:10 -0500)]
adjust rtl implementation (#166)

12 years agoexperimental rtl support (#166)
Hakim El Hattab [Sat, 17 Nov 2012 20:59:28 +0000 (15:59 -0500)]
experimental rtl support (#166)

12 years agoenforce max width/height on iframes (#244), disabled mouse wheel navigation by default
Hakim El Hattab [Sat, 17 Nov 2012 20:48:12 +0000 (15:48 -0500)]
enforce max width/height on iframes (#244), disabled mouse wheel navigation by default

12 years agonull check for notes in markdown parser (#253)
Hakim El Hattab [Fri, 16 Nov 2012 14:29:25 +0000 (09:29 -0500)]
null check for notes in markdown parser (#253)

12 years agoavoid stripping out notes when parsing markdown (closes #253)
Hakim El Hattab [Fri, 16 Nov 2012 14:25:26 +0000 (09:25 -0500)]
avoid stripping out notes when parsing markdown (closes #253)

12 years agoMerge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Fri, 16 Nov 2012 14:09:10 +0000 (09:09 -0500)]
Merge branch 'master' of github.com:hakimel/reveal.js

12 years agofix incorrect navigation in notes window (closes #241)
Hakim El Hattab [Fri, 16 Nov 2012 14:08:32 +0000 (09:08 -0500)]
fix incorrect navigation in notes window (closes #241)

12 years agoMerge pull request #254 from harriha/bug-with-theme-switching
Hakim El Hattab [Fri, 16 Nov 2012 13:48:20 +0000 (05:48 -0800)]
Merge pull request #254 from harriha/bug-with-theme-switching

Fix bug with switching to 'night' theme

12 years agoFix bug with switching to night theme
harriha [Thu, 15 Nov 2012 09:24:09 +0000 (11:24 +0200)]
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.

12 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

12 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

12 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

12 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

12 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

12 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

12 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?

12 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.

12 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 $.

12 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

12 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

12 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

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

12 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

12 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)

12 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

12 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!

12 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)

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

12 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

12 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

12 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

12 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

12 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)

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

12 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)

12 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)

12 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

12 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)

12 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)

12 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)

12 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

12 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)

12 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)

12 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)

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

12 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

12 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

12 years agoworking on #227
Federico Fissore [Mon, 5 Nov 2012 15:38:24 +0000 (16:38 +0100)]
working on #227

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

12 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"

12 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)

12 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

12 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)

12 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)

12 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

12 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

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

12 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

12 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

12 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)

12 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

12 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

12 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

12 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)

12 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)

12 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.

12 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.

12 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.

12 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

12 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.

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

12 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

12 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.

12 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()

12 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)

12 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.

12 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)

12 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

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

12 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)

12 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)

12 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

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

12 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)

12 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)

12 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

12 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)

12 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

12 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)

12 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

12 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

12 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.

12 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

12 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()