Hakim El Hattab [Fri, 16 Nov 2012 14:25:26 +0000 (09:25 -0500)]
avoid stripping out notes when parsing markdown (closes #253)
Hakim El Hattab [Fri, 16 Nov 2012 14:09:10 +0000 (09:09 -0500)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Fri, 16 Nov 2012 14:08:32 +0000 (09:08 -0500)]
fix incorrect navigation in notes window (closes #241)
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
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.
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
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
Hakim El Hattab [Wed, 14 Nov 2012 04:52:17 +0000 (23:52 -0500)]
fix minor issue in pdf print sheet
Hakim El Hattab [Wed, 14 Nov 2012 02:08:04 +0000 (21:08 -0500)]
null check parentNode in case slide has been detached
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
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
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?
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.
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 $.
Hakim El Hattab [Mon, 12 Nov 2012 00:54:26 +0000 (19:54 -0500)]
note about #226 in readme
Hakim El Hattab [Mon, 12 Nov 2012 00:39:05 +0000 (19:39 -0500)]
add touch based remote controlled plugin
Hakim El Hattab [Sun, 11 Nov 2012 15:24:48 +0000 (10:24 -0500)]
add note about nested fragments
Hakim El Hattab [Sun, 11 Nov 2012 15:05:13 +0000 (10:05 -0500)]
fix typos
Hakim El Hattab [Sun, 11 Nov 2012 15:01:18 +0000 (10:01 -0500)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sun, 11 Nov 2012 15:01:05 +0000 (10:01 -0500)]
add grunt.js build file (closes #235)
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
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!
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)
Hakim El Hattab [Sun, 11 Nov 2012 00:49:44 +0000 (19:49 -0500)]
add night theme
Hakim El Hattab [Sun, 11 Nov 2012 00:14:16 +0000 (19:14 -0500)]
fix issue with dependency loader callbacks
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
Hakim El Hattab [Sat, 10 Nov 2012 22:15:11 +0000 (17:15 -0500)]
cosmetical tweaks to postmessage plugin
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
Hakim El Hattab [Sat, 10 Nov 2012 21:59:03 +0000 (16:59 -0500)]
workaround markdown quote issue (#223)
Hakim El Hattab [Sat, 10 Nov 2012 21:22:10 +0000 (16:22 -0500)]
tweak ie8 fallback
Hakim El Hattab [Sat, 10 Nov 2012 21:01:56 +0000 (16:01 -0500)]
updated transition styles to work with vertical centering (#70)
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)
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
Hakim El Hattab [Sat, 10 Nov 2012 19:48:29 +0000 (14:48 -0500)]
remember last visited vertical slide (closes #225)
Hakim El Hattab [Sat, 10 Nov 2012 19:04:11 +0000 (14:04 -0500)]
enable up/down arrows to step through fragments (closes #233)
Hakim El Hattab [Sat, 10 Nov 2012 18:59:51 +0000 (13:59 -0500)]
count vertical slides towards the progress bar (closes #150)
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
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)
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)
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)
Hakim El Hattab [Sat, 10 Nov 2012 15:16:06 +0000 (10:16 -0500)]
overview mode documentation
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
Hakim El Hattab [Sat, 10 Nov 2012 14:41:26 +0000 (09:41 -0500)]
rough support for vertical centering #70
Maurizio Lupo [Wed, 31 Oct 2012 14:36:26 +0000 (15:36 +0100)]
added a simple postmessage plugin
Bruno Bord [Tue, 30 Oct 2012 21:31:54 +0000 (22:31 +0100)]
Describing how to toggle "overview mode"
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)
Hakim El Hattab [Mon, 29 Oct 2012 04:10:14 +0000 (00:10 -0400)]
fix rolling links glitch in firefox
Hakim El Hattab [Mon, 29 Oct 2012 03:55:19 +0000 (23:55 -0400)]
content now re-renders after alt+click zoom (closes #195)
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)
Hakim El Hattab [Sun, 28 Oct 2012 23:07:35 +0000 (19:07 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sun, 28 Oct 2012 23:07:06 +0000 (20:07 -0300)]
document server-side speaker notes
Hakim El Hattab [Sun, 28 Oct 2012 22:57:27 +0000 (18:57 -0400)]
remove console.log
Hakim El Hattab [Sun, 28 Oct 2012 22:48:52 +0000 (18:48 -0400)]
updated markdown references in notes plugin
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
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)
Hakim El Hattab [Sun, 28 Oct 2012 01:20:13 +0000 (21:20 -0400)]
escape quotes in css using unicode hex
Hakim El Hattab [Thu, 25 Oct 2012 13:42:33 +0000 (09:42 -0400)]
merge in support for stepped fragments in notes server
Hakim El Hattab [Thu, 25 Oct 2012 13:36:25 +0000 (09:36 -0400)]
merge in support for stepped fragments in notes window
Hakim El Hattab [Thu, 25 Oct 2012 01:42:10 +0000 (21:42 -0400)]
force 'ready' to fire one cycle later (#208)
Hakim El Hattab [Thu, 25 Oct 2012 01:30:52 +0000 (21:30 -0400)]
fix keyboard navigation in ie9 (closes #202)
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.
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.
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.
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
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.
Michael Kühnel [Wed, 24 Oct 2012 12:53:50 +0000 (14:53 +0200)]
Delete console output.
Michael Kühnel [Wed, 24 Oct 2012 12:33:16 +0000 (14:33 +0200)]
Make the fragments visible in speaker notes
Michael Kühnel [Wed, 24 Oct 2012 12:31:58 +0000 (14:31 +0200)]
Add notes to the fragment slide for testing purposes.
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()
Hakim El Hattab [Tue, 23 Oct 2012 03:16:14 +0000 (23:16 -0400)]
use borders to generate control arrows (closes #137)
Russell Beattie [Tue, 23 Oct 2012 02:34:31 +0000 (19:34 -0700)]
Updated new CSS triangle controls to use theme colors.
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)
Hakim El Hattab [Sun, 21 Oct 2012 01:43:42 +0000 (21:43 -0400)]
use outer color of radial gradient as solid fallback
Hakim El Hattab [Sun, 21 Oct 2012 01:14:50 +0000 (21:14 -0400)]
remove traling whitespace (#197)
Hakim El Hattab [Sun, 21 Oct 2012 01:05:14 +0000 (21:05 -0400)]
clean up trailing whitespace (closes #197)
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)
Hakim El Hattab [Sat, 20 Oct 2012 18:20:15 +0000 (14:20 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 20 Oct 2012 18:20:08 +0000 (15:20 -0300)]
explain fragments in readme
Hakim El Hattab [Sat, 20 Oct 2012 17:46:19 +0000 (13:46 -0400)]
fix overview when zoom transition is active (#196)
Hakim El Hattab [Sat, 20 Oct 2012 17:33:07 +0000 (13:33 -0400)]
add support for fragment styles (#192)
Hakim El Hattab [Sat, 20 Oct 2012 16:51:23 +0000 (12:51 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 20 Oct 2012 16:51:12 +0000 (12:51 -0400)]
progress bar can now be clicked to navigate (closes #181)
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
Hakim El Hattab [Sat, 20 Oct 2012 14:57:51 +0000 (10:57 -0400)]
modularize themes and convert them to sass (closes #191)
Michael Kühnel [Thu, 18 Oct 2012 23:49:02 +0000 (01:49 +0200)]
Update README.md
Add info about the fullscreen mode
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
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.
Michael Kühnel [Thu, 18 Oct 2012 22:35:23 +0000 (00:35 +0200)]
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()
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()
Michael Kühnel [Thu, 18 Oct 2012 22:14:46 +0000 (00:14 +0200)]
Oops. Delete console output.
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.
Michael Kühnel [Thu, 18 Oct 2012 22:07:26 +0000 (00:07 +0200)]
get 'fragmentdata' and react by showing/hiding the corresponding fragments
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.
Michael Kühnel [Thu, 18 Oct 2012 21:59:43 +0000 (23:59 +0200)]
Broadcast fragmentdata
Michael Kühnel [Thu, 18 Oct 2012 21:56:51 +0000 (23:56 +0200)]
Add missing semicolon
Michael Kühnel [Thu, 18 Oct 2012 21:55:06 +0000 (23:55 +0200)]
Fix indentation
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«.
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
Hakim El Hattab [Thu, 18 Oct 2012 03:15:09 +0000 (23:15 -0400)]
remove image dir (#187)