Owen Versteeg [Tue, 7 Aug 2012 01:53:49 +0000 (21:53 -0400)]
added the actual files
now: eot, svg, ttf, woff
Owen Versteeg [Mon, 6 Aug 2012 20:04:25 +0000 (17:04 -0300)]
added more font-face support
this way, more browsers are supported, like older Opera/Chrome/FF
Hakim El Hattab [Mon, 6 Aug 2012 18:15:41 +0000 (15:15 -0300)]
fix order of options extend and listener binding (closes #102)
Hakim El Hattab [Mon, 6 Aug 2012 15:20:59 +0000 (12:20 -0300)]
Update README.md
Hakim El Hattab [Mon, 6 Aug 2012 13:59:51 +0000 (06:59 -0700)]
Merge pull request #101 from StereotypicalApps/patch-5
improved accessibility
Hakim El Hattab [Mon, 6 Aug 2012 13:59:00 +0000 (06:59 -0700)]
Merge pull request #100 from StereotypicalApps/patch-4
added small fallback for non-font-face browsers
Owen Versteeg [Mon, 6 Aug 2012 02:52:36 +0000 (23:52 -0300)]
improved accessibility
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
Owen Versteeg [Mon, 6 Aug 2012 02:46:33 +0000 (23:46 -0300)]
added small fallback for non-font-face browsers
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
Hakim El Hattab [Sat, 4 Aug 2012 22:19:50 +0000 (18:19 -0400)]
fix error in slide markup
Hakim El Hattab [Sat, 4 Aug 2012 22:16:27 +0000 (18:16 -0400)]
fix overview slide positioning bug (closes #89)
Hakim El Hattab [Sat, 4 Aug 2012 20:38:59 +0000 (17:38 -0300)]
instructions for pdf export (#92)
Hakim El Hattab [Sat, 4 Aug 2012 20:16:23 +0000 (16:16 -0400)]
more pdf-export tweaks, added slide describing the feature (#92)
Hakim El Hattab [Sat, 4 Aug 2012 19:53:52 +0000 (15:53 -0400)]
slight tweak to pdf export css (#92)
Hakim El Hattab [Sat, 4 Aug 2012 19:45:13 +0000 (15:45 -0400)]
support for PDF export in chrome (closes #92)
Hakim El Hattab [Sat, 4 Aug 2012 18:13:15 +0000 (14:13 -0400)]
less horizontal padding for slides
Hakim El Hattab [Sat, 4 Aug 2012 18:09:06 +0000 (14:09 -0400)]
remove hard line breaks now that slide width is relative
Hakim El Hattab [Sat, 4 Aug 2012 18:04:36 +0000 (14:04 -0400)]
fix overflow glitch on vertical slides in mobile safari
Hakim El Hattab [Sat, 4 Aug 2012 17:54:17 +0000 (13:54 -0400)]
use mq to reduce font size for low resultions, max limit on width for slides set to 900px (closes #49)
Hakim El Hattab [Sat, 4 Aug 2012 15:06:13 +0000 (11:06 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 4 Aug 2012 15:05:52 +0000 (08:05 -0700)]
Merge pull request #93 from StereotypicalApps/patch-1
Made the slideshow responsive
Hakim El Hattab [Sat, 4 Aug 2012 14:52:34 +0000 (10:52 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Sat, 4 Aug 2012 14:52:02 +0000 (07:52 -0700)]
Merge pull request #97 from davidbanham/master
Include speaker notes plugin after reveal.js
David Banham [Sat, 4 Aug 2012 04:33:27 +0000 (14:33 +1000)]
Include speaker notes plugin after reveal.js
Must be called after reveal.js otherwise the Reveal object is undefined
and the plugin can't add it's event listener.
Hakim El Hattab [Sat, 4 Aug 2012 03:15:34 +0000 (23:15 -0400)]
correct copy year
hakimel [Sat, 4 Aug 2012 02:41:31 +0000 (22:41 -0400)]
disable 3d links in ie, reorder script loading in index for readability (closes #95)
hakimel [Sat, 4 Aug 2012 02:02:16 +0000 (22:02 -0400)]
fix disappearing 3d hover in chrome
hakimel [Sat, 4 Aug 2012 01:49:29 +0000 (21:49 -0400)]
ie8 support (closes #96)
hakimel [Sat, 4 Aug 2012 01:21:49 +0000 (21:21 -0400)]
add eot font for ie
Owen Versteeg [Thu, 2 Aug 2012 19:47:44 +0000 (16:47 -0300)]
Oops, made the page a little too responsive
if you resized the window or visited the page on a small screen everything would be amiss
now, I've fixed that with a one-liner
Owen Versteeg [Thu, 2 Aug 2012 13:22:44 +0000 (10:22 -0300)]
Made the slideshow responsive
Woohoo! The slideshow now responds to resizing of the browser nicely!
Hakim El Hattab [Thu, 2 Aug 2012 03:03:31 +0000 (00:03 -0300)]
added example
Hakim El Hattab [Wed, 1 Aug 2012 03:50:41 +0000 (23:50 -0400)]
update markdown code example to correctly reflect line breaks
Hakim El Hattab [Wed, 1 Aug 2012 03:47:09 +0000 (23:47 -0400)]
modified data-markdown to support markdown indented with tabs
Hakim El Hattab [Tue, 31 Jul 2012 15:44:37 +0000 (12:44 -0300)]
self-execute data-markdown
Hakim El Hattab [Tue, 31 Jul 2012 05:49:02 +0000 (02:49 -0300)]
markdown instructions
Hakim El Hattab [Tue, 31 Jul 2012 05:35:16 +0000 (01:35 -0400)]
added slide announcing markdown support (#15)
Hakim El Hattab [Tue, 31 Jul 2012 05:13:33 +0000 (01:13 -0400)]
support for data-markdown (#15)
Hakim El Hattab [Mon, 30 Jul 2012 04:41:02 +0000 (00:41 -0400)]
move theme styles at bottom of main.css, change background of page transition to be transparent
Hakim El Hattab [Fri, 27 Jul 2012 03:22:15 +0000 (23:22 -0400)]
fixes bug where the .present class remained on previous slide (closes #88)
Hakim El Hattab [Fri, 27 Jul 2012 02:54:36 +0000 (22:54 -0400)]
adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73
Hakim El Hattab [Sat, 21 Jul 2012 03:44:42 +0000 (00:44 -0300)]
added example from @pamelafox
Hakim El Hattab [Sat, 21 Jul 2012 02:57:23 +0000 (23:57 -0300)]
readme code marking
Hakim El Hattab [Sat, 21 Jul 2012 02:52:08 +0000 (22:52 -0400)]
1.4 is now stable, increment master to 1.5
Hakim El Hattab [Sat, 21 Jul 2012 02:41:08 +0000 (22:41 -0400)]
clean up initialization, conditionally load classList polyfill prior to reveal.js
Hakim El Hattab [Sat, 21 Jul 2012 02:20:07 +0000 (22:20 -0400)]
'keyboard' config option for disabling keyboard navigation (closes #84)
Hakim El Hattab [Sat, 21 Jul 2012 02:09:56 +0000 (22:09 -0400)]
null check progress DOM element even if it's configured to be on
Hakim El Hattab [Thu, 19 Jul 2012 01:27:07 +0000 (21:27 -0400)]
sub/superscript styles (closes #82)
Hakim El Hattab [Thu, 19 Jul 2012 01:21:27 +0000 (21:21 -0400)]
readme update
Hakim El Hattab [Thu, 19 Jul 2012 01:18:41 +0000 (18:18 -0700)]
Merge pull request #83 from basecode/patch-slidechange
slidechange doesn't get fired on "hashchange" events
Tobi Reiss [Tue, 17 Jul 2012 08:05:55 +0000 (10:05 +0200)]
Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at startup and onhashchange.
Hakim El Hattab [Mon, 16 Jul 2012 14:14:52 +0000 (07:14 -0700)]
Merge pull request #80 from ob1/patch-2
Another instance of: id="reveal" => class="reveal"
ob1 [Mon, 16 Jul 2012 08:53:33 +0000 (11:53 +0300)]
Another instance of: id="reveal" => class="reveal"
Hakim El Hattab [Sun, 15 Jul 2012 23:30:18 +0000 (19:30 -0400)]
remove background from default anchor hover style
Hakim El Hattab [Sun, 15 Jul 2012 23:21:47 +0000 (19:21 -0400)]
added autoSlide option (#59), clear out list of options in index.html's initialize call
Hakim El Hattab [Sun, 15 Jul 2012 21:43:26 +0000 (14:43 -0700)]
Merge pull request #79 from ob1/patch-1
Update README to reflect "reveal" container selector change
ob1 [Sun, 15 Jul 2012 20:37:06 +0000 (23:37 +0300)]
Update README to reflect "Main #reveal container is now selected via a class instead of ID"
Hakim El Hattab [Fri, 13 Jul 2012 03:08:21 +0000 (23:08 -0400)]
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
Hakim El Hattab [Fri, 13 Jul 2012 02:54:26 +0000 (22:54 -0400)]
changenote re code sample font size
Hakim El Hattab [Fri, 13 Jul 2012 01:26:37 +0000 (22:26 -0300)]
added new example to readme
Hakim El Hattab [Tue, 10 Jul 2012 01:48:43 +0000 (21:48 -0400)]
larger font for code samples (closes #60)
Hakim El Hattab [Tue, 10 Jul 2012 01:30:54 +0000 (21:30 -0400)]
slidenotes becomes speakernotes to match wording in readme
Hakim El Hattab [Tue, 10 Jul 2012 01:26:11 +0000 (22:26 -0300)]
folder structure description in readme
Hakim El Hattab [Tue, 10 Jul 2012 01:20:59 +0000 (21:20 -0400)]
fix incorrect directory reference
Hakim El Hattab [Tue, 10 Jul 2012 01:15:01 +0000 (21:15 -0400)]
adjustments to initial node messages #57
Hakim El Hattab [Tue, 10 Jul 2012 01:03:08 +0000 (21:03 -0400)]
separate loading of classList.js as its not tied to execution of highlight.js
Hakim El Hattab [Tue, 10 Jul 2012 01:00:51 +0000 (21:00 -0400)]
refactored folder structure, added /plugins which is initially only used by #57
Hakim El Hattab [Tue, 10 Jul 2012 00:51:04 +0000 (20:51 -0400)]
use head.js to script load everything, fixes bug with inclusion of notes server js #57
Hakim El Hattab [Tue, 10 Jul 2012 00:39:23 +0000 (20:39 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js into notes
Hakim El Hattab [Tue, 10 Jul 2012 00:36:32 +0000 (17:36 -0700)]
Merge pull request #75 from tansengming/css_charset
adds charset declaration in main.css
SengMing Tan [Mon, 9 Jul 2012 02:09:20 +0000 (12:09 +1000)]
adds charset declaration in main.css
Hakim El Hattab [Wed, 4 Jul 2012 19:10:10 +0000 (15:10 -0400)]
small tweaks to notes page style
Hakim El Hattab [Wed, 4 Jul 2012 19:09:58 +0000 (15:09 -0400)]
small tweaks to notes page style
Hakim El Hattab [Wed, 4 Jul 2012 18:42:27 +0000 (14:42 -0400)]
simplify query match
Hakim El Hattab [Wed, 4 Jul 2012 18:35:32 +0000 (14:35 -0400)]
remove unused copy of notes client
Hakim El Hattab [Wed, 4 Jul 2012 18:30:18 +0000 (14:30 -0400)]
readme updates
Hakim El Hattab [Wed, 4 Jul 2012 18:18:09 +0000 (14:18 -0400)]
conditional loading of socket.io and the notes client js based on window host
Hakim El Hattab [Sun, 1 Jul 2012 22:37:29 +0000 (18:37 -0400)]
update instructions printed on server start
Hakim El Hattab [Sun, 1 Jul 2012 22:34:07 +0000 (18:34 -0400)]
convert spaces to tabs to match project style
Hakim El Hattab [Sun, 1 Jul 2012 22:32:09 +0000 (18:32 -0400)]
move notes client code into lib
Hakim El Hattab [Sun, 1 Jul 2012 20:56:06 +0000 (16:56 -0400)]
tweaks to slidenotes
Hakim El Hattab [Sun, 1 Jul 2012 20:43:43 +0000 (16:43 -0400)]
adjust whitespace of notes code to match rest of project
Hakim El Hattab [Sun, 1 Jul 2012 20:39:08 +0000 (16:39 -0400)]
include underscore as a dependency for npm
Hakim El Hattab [Sun, 1 Jul 2012 20:38:49 +0000 (16:38 -0400)]
/lib restructuring
Hakim El Hattab [Sun, 1 Jul 2012 13:50:37 +0000 (09:50 -0400)]
restructured /lib, moved /assets/fonts to /lib/fonts
Hakim El Hattab [Sun, 1 Jul 2012 05:57:23 +0000 (01:57 -0400)]
Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes
Hakim El Hattab [Sun, 24 Jun 2012 20:52:11 +0000 (13:52 -0700)]
Merge pull request #72 from rhudea/fix-fragmenthidden
Send the correct element for fragmenthidden events
Raul Hudea [Wed, 20 Jun 2012 16:12:04 +0000 (19:12 +0300)]
Send the correct element for fragmenthidden events
Hakim El Hattab [Mon, 18 Jun 2012 19:21:54 +0000 (12:21 -0700)]
Merge pull request #65 from bleathem/patch-2
Specify position for .reveal.linear sections. fixes #64
Hakim El Hattab [Mon, 18 Jun 2012 19:16:05 +0000 (15:16 -0400)]
enable controls by default
Rebecca Murphey [Mon, 18 Jun 2012 00:57:29 +0000 (20:57 -0400)]
connect to whatever server we're on
Rebecca Murphey [Sun, 17 Jun 2012 22:59:43 +0000 (18:59 -0400)]
fix socket id
Rebecca Murphey [Sun, 17 Jun 2012 22:59:33 +0000 (18:59 -0400)]
fix path to socket.io
Rebecca Murphey [Sun, 17 Jun 2012 22:45:00 +0000 (18:45 -0400)]
have notes page only listen to one socket
Rebecca Murphey [Sun, 17 Jun 2012 22:44:27 +0000 (18:44 -0400)]
add mustache dependency
Rebecca Murphey [Sun, 17 Jun 2012 22:43:54 +0000 (18:43 -0400)]
broadcast socket id as part of slidedata
Rebecca Murphey [Sun, 17 Jun 2012 22:43:29 +0000 (18:43 -0400)]
use current host/port
Brian Leathem [Thu, 14 Jun 2012 15:07:28 +0000 (08:07 -0700)]
Specify position for .reveal.linear sections. fixes #64
Hakim El Hattab [Thu, 14 Jun 2012 11:04:35 +0000 (04:04 -0700)]
Merge pull request #63 from bleathem/patch-1
Changed #reveal to .reveal in print.css
Brian Leathem [Thu, 14 Jun 2012 03:56:57 +0000 (20:56 -0700)]
Changed #reveal to .reveal in print.css
Hakim El Hattab [Wed, 13 Jun 2012 14:21:50 +0000 (07:21 -0700)]
Merge pull request #58 from danielmitd/controls
fix JS error when controls are removed from HTML