Hakim El Hattab [Sat, 10 Aug 2013 18:30:24 +0000 (14:30 -0400)]
add embed option
Hakim El Hattab [Sat, 10 Aug 2013 18:09:23 +0000 (14:09 -0400)]
renamed handled flag to captured
Hakim El Hattab [Sat, 10 Aug 2013 17:42:53 +0000 (13:42 -0400)]
reduce touch event threshold to make it more sensitive
Hakim El Hattab [Sat, 10 Aug 2013 17:40:22 +0000 (13:40 -0400)]
code formatting
Hakim El Hattab [Sat, 10 Aug 2013 17:32:19 +0000 (13:32 -0400)]
reduce overview depth on small screens
Hakim El Hattab [Sat, 10 Aug 2013 17:16:45 +0000 (13:16 -0400)]
make view distance configurable #527
Hakim El Hattab [Sat, 10 Aug 2013 17:10:48 +0000 (13:10 -0400)]
delay client capability test until initialization phase
Hakim El Hattab [Sat, 10 Aug 2013 16:52:28 +0000 (12:52 -0400)]
much improved distance measuring logic, improves performance on mobile and fixes some crashes
Hakim El Hattab [Thu, 8 Aug 2013 17:34:24 +0000 (13:34 -0400)]
merge master into dev
Hakim El Hattab [Thu, 8 Aug 2013 17:34:22 +0000 (10:34 -0700)]
Merge pull request #554 from gneatgeek/leapmotion-plugin
Leapmotion plugin
Hakim El Hattab [Thu, 8 Aug 2013 14:22:38 +0000 (10:22 -0400)]
merge in leap plugin #554
Rory Hardy [Thu, 8 Aug 2013 03:40:07 +0000 (22:40 -0500)]
Minor update
Made sure all vars are declared with the var keyword.
modified: plugin/leap/leap.js
Rory Hardy [Thu, 8 Aug 2013 03:06:41 +0000 (22:06 -0500)]
Update index.html
Commented out leap plugin inclusion.
Rory Hardy [Thu, 8 Aug 2013 03:07:02 +0000 (22:07 -0500)]
Removed redundant code
modified: plugin/leap/leap.js
Rory Hardy [Thu, 8 Aug 2013 02:53:31 +0000 (21:53 -0500)]
Various updates
Enhanced the pointer.
Cleaned up the code.
Added additional optional parameters.
Updated documentation.
modified: README.md
modified: index.html
modified: plugin/leap/leap.js
Rory Hardy [Tue, 6 Aug 2013 05:11:58 +0000 (00:11 -0500)]
Docs and updates
Updated README.md to mention the leap plugin.
Removed leap settings from index.html.
Better variable naming in leap.js
modified: README.md
modified: index.html
modified: plugin/leap/leap.js
Rory Hardy [Tue, 6 Aug 2013 04:36:07 +0000 (23:36 -0500)]
Minor updates
modified: css/reveal.min.css
modified: plugin/leap/leap.js
Rory Hardy [Tue, 6 Aug 2013 03:49:39 +0000 (22:49 -0500)]
Put the timing code back in.
Occasionally gestures were fired twice. This helps prevent that.
modified: plugin/leap/leap.js
Rory Hardy [Tue, 6 Aug 2013 03:41:04 +0000 (22:41 -0500)]
Added pointer and tweaked the code
modified: css/reveal.css
modified: css/reveal.min.css
modified: plugin/leap/leap.js
Rory Hardy [Mon, 5 Aug 2013 17:43:07 +0000 (12:43 -0500)]
Removed timing code.
When used correctly, the 1/2 second delay is uncessary and may yield undesireable results.
modified: plugin/leap/leap.js
Rory Hardy [Mon, 5 Aug 2013 01:27:47 +0000 (20:27 -0500)]
Minor updates
Changed invert to naturalSwipe
Removed invert rule from index.html
Ensured that left/right swipes only work with 1 hand present
modified: index.html
modified: plugin/leap/leap.js
Rory Hardy [Mon, 5 Aug 2013 01:22:34 +0000 (20:22 -0500)]
Updates to leap.js and index.html
Added timing code to limit gesture calls.
Added gesture to access the overview.
index.html includes the leap plugin
sun16 [Sun, 4 Aug 2013 03:36:11 +0000 (22:36 -0500)]
Added gestures
Left, right, up, and down gestures.
Optional invert for gestures.
Rory Hardy [Sun, 4 Aug 2013 03:33:31 +0000 (22:33 -0500)]
Added leap.min.js and comments.
Hakim El Hattab [Wed, 31 Jul 2013 12:37:53 +0000 (08:37 -0400)]
Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into dev
Riceball LEE [Tue, 30 Jul 2013 22:48:09 +0000 (06:48 +0800)]
* [bug] fixed render markdown file error like this:
```html
<section data-markdown>
<script type="text/template">
</script>
</section>
```
Hakim El Hattab [Fri, 26 Jul 2013 14:03:59 +0000 (10:03 -0400)]
ensure notes window fragment states are mirrored in main window #538
Hakim El Hattab [Fri, 26 Jul 2013 13:48:21 +0000 (09:48 -0400)]
simplify client side notes plugin
Hakim El Hattab [Fri, 26 Jul 2013 13:33:25 +0000 (09:33 -0400)]
restore rolling links.. but default to off #532
Hakim El Hattab [Thu, 25 Jul 2013 03:35:18 +0000 (23:35 -0400)]
highlight charset option for external md in readme #537
Hakim El Hattab [Thu, 25 Jul 2013 03:30:13 +0000 (23:30 -0400)]
Merge branch 'master' of https://github.com/iMilnb/reveal.js into dev
Emile 'iMil' Heitor [Tue, 23 Jul 2013 15:34:23 +0000 (17:34 +0200)]
updated markdown example with data-charset
Emile 'iMil' Heitor [Tue, 23 Jul 2013 15:31:30 +0000 (17:31 +0200)]
added custom charset support for external markdown file
Hakim El Hattab [Mon, 22 Jul 2013 12:54:43 +0000 (08:54 -0400)]
typo
Hakim El Hattab [Mon, 22 Jul 2013 12:47:54 +0000 (08:47 -0400)]
Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js into dev
Matthew Eppelsheimer [Sun, 21 Jul 2013 04:32:51 +0000 (21:32 -0700)]
Make header margin an overridable setting.
css/theme/template/settings.scss adds the $headingMargin variable, set to `0 0 20px 0`.
css/theme/template/theme.scss uses $headingMargin to set margin on headers.
Hakim El Hattab [Sun, 21 Jul 2013 02:56:48 +0000 (22:56 -0400)]
remove 'rolling links' #532
Hakim El Hattab [Sun, 21 Jul 2013 02:51:52 +0000 (22:51 -0400)]
correction to bug introduced via #529
Hakim El Hattab [Fri, 19 Jul 2013 13:35:49 +0000 (09:35 -0400)]
only call slide() after hash changes if indices have changed #529
Hakim El Hattab [Fri, 19 Jul 2013 13:23:17 +0000 (09:23 -0400)]
remove delay from url update #530
Hakim El Hattab [Fri, 19 Jul 2013 01:53:00 +0000 (21:53 -0400)]
add optional 'o' key to toggle overview #491
Hakim El Hattab [Fri, 19 Jul 2013 01:16:22 +0000 (21:16 -0400)]
multiplex readme tweaks #514
Hakim El Hattab [Wed, 17 Jul 2013 02:46:13 +0000 (22:46 -0400)]
document 'none' background transition
Hakim El Hattab [Wed, 17 Jul 2013 02:41:16 +0000 (22:41 -0400)]
add immediate transition style (#528)
Hakim El Hattab [Sun, 14 Jul 2013 22:19:52 +0000 (18:19 -0400)]
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
Hakim El Hattab [Sun, 14 Jul 2013 22:19:40 +0000 (18:19 -0400)]
ensure all future fragments are invisible #473
Hakim El Hattab [Sun, 14 Jul 2013 21:47:49 +0000 (17:47 -0400)]
readme update for #505
Hakim El Hattab [Sun, 14 Jul 2013 21:35:49 +0000 (17:35 -0400)]
fix initial auto-slide overridev #525
Hakim El Hattab [Wed, 10 Jul 2013 13:01:56 +0000 (09:01 -0400)]
typo and whitespace correction
Hakim El Hattab [Wed, 10 Jul 2013 12:59:07 +0000 (08:59 -0400)]
work around iframe flicker in 3d transitions
Hakim El Hattab [Tue, 2 Jul 2013 22:42:37 +0000 (18:42 -0400)]
update changelog links
Hakim El Hattab [Mon, 1 Jul 2013 14:26:27 +0000 (10:26 -0400)]
update url to setup instructions (closes #520)
Hakim El Hattab [Sun, 30 Jun 2013 01:48:56 +0000 (21:48 -0400)]
add barebones example
Hakim El Hattab [Sun, 30 Jun 2013 01:42:15 +0000 (21:42 -0400)]
test > examples
Hakim El Hattab [Sun, 30 Jun 2013 01:36:35 +0000 (21:36 -0400)]
Merge branch 'fix-notes-after-pr-435' of https://github.com/ericweikl/reveal.js
Hakim El Hattab [Sun, 30 Jun 2013 01:36:11 +0000 (21:36 -0400)]
additional background test
Hakim El Hattab [Sun, 30 Jun 2013 01:32:26 +0000 (18:32 -0700)]
Merge pull request #517 from punchFaceChamp/patch-2
Updated README.md
Shammel Lee [Fri, 28 Jun 2013 20:08:40 +0000 (16:08 -0400)]
Updated README.md
Added "touch" config property
Hakim El Hattab [Wed, 26 Jun 2013 22:20:21 +0000 (18:20 -0400)]
default lineheight #512
Hakim El Hattab [Sun, 23 Jun 2013 14:02:16 +0000 (10:02 -0400)]
pdf print tweak
Hakim El Hattab [Sat, 22 Jun 2013 23:23:44 +0000 (19:23 -0400)]
background image tweaks
Hakim El Hattab [Sat, 22 Jun 2013 13:47:29 +0000 (09:47 -0400)]
pdf hacks
Hakim El Hattab [Sat, 22 Jun 2013 02:02:06 +0000 (22:02 -0400)]
removes the extra blank page that was printed with pdf #458
Hakim El Hattab [Thu, 20 Jun 2013 20:46:26 +0000 (16:46 -0400)]
broader image url detect (closes #500)
Hakim El Hattab [Wed, 19 Jun 2013 01:55:01 +0000 (21:55 -0400)]
update phanomjs pdf printing to work with latest pdf css
Hakim El Hattab [Wed, 19 Jun 2013 00:22:19 +0000 (20:22 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab [Wed, 19 Jun 2013 00:21:48 +0000 (20:21 -0400)]
adjust background image url detection #453
Eric Weikl [Tue, 18 Jun 2013 16:33:03 +0000 (18:33 +0200)]
Create a single fragment event per fragment-index
For backward-compatibility, add a new 'fragments' property to the
fragmentshown and fragmenthidden events. The 'fragment' property still
returns the first fragment.
Hakim El Hattab [Tue, 18 Jun 2013 13:22:47 +0000 (10:22 -0300)]
readme restructure, add keyboard section
Hakim El Hattab [Tue, 18 Jun 2013 13:09:19 +0000 (10:09 -0300)]
readme update
Hakim El Hattab [Tue, 18 Jun 2013 13:01:51 +0000 (09:01 -0400)]
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Hakim El Hattab [Tue, 18 Jun 2013 12:53:15 +0000 (08:53 -0400)]
transition override examples in default contents
Hakim El Hattab [Tue, 18 Jun 2013 12:40:05 +0000 (08:40 -0400)]
rename 'linear' background transition to 'slide'
Hakim El Hattab [Tue, 18 Jun 2013 12:37:06 +0000 (08:37 -0400)]
support for background transition overrides
Hakim El Hattab [Sun, 16 Jun 2013 23:55:50 +0000 (19:55 -0400)]
mouse wheel tweaks (closes #454)
Hakim El Hattab [Sun, 16 Jun 2013 23:36:23 +0000 (19:36 -0400)]
minify js for #493
Hakim El Hattab [Sun, 16 Jun 2013 23:33:57 +0000 (19:33 -0400)]
merge navigate prev fix #493
Hakim El Hattab [Sun, 16 Jun 2013 23:29:07 +0000 (19:29 -0400)]
readme typo (closes #495)
Rick Lupton [Sun, 16 Jun 2013 21:25:37 +0000 (22:25 +0100)]
Fix jshint test
Hakim El Hattab [Sun, 16 Jun 2013 15:49:51 +0000 (11:49 -0400)]
keyboard config object support #405
Rick Lupton [Fri, 14 Jun 2013 14:03:54 +0000 (15:03 +0100)]
Fix navigatePrev() past beginning of stack: fixes issue #463.#463.#463.
Previously navigatePrev() was changing indexh and indexv; instead should
call slide(h, v) and let it change indexh and indexv.
Hakim El Hattab [Fri, 14 Jun 2013 01:31:48 +0000 (21:31 -0400)]
recompile themes #488
Hakim El Hattab [Fri, 14 Jun 2013 01:30:58 +0000 (21:30 -0400)]
Merge branch 'master' of https://github.com/OwenVersteeg/reveal.js
Owen Versteeg [Thu, 13 Jun 2013 23:48:20 +0000 (20:48 -0300)]
Fix links so they aren't cut off (in SCSS)
Owen Versteeg [Thu, 13 Jun 2013 23:42:19 +0000 (19:42 -0400)]
Fix links so they aren't cut off (in SCSS)
Owen Versteeg [Mon, 10 Jun 2013 23:47:12 +0000 (20:47 -0300)]
correct links in sky theme
They looked a little wonky if you used a G or a Y.
Hakim El Hattab [Mon, 10 Jun 2013 23:35:59 +0000 (16:35 -0700)]
Merge pull request #487 from OwenVersteeg/master
update serif (controls, attribution URL, and fix <a> elements)
Owen Versteeg [Mon, 10 Jun 2013 23:32:34 +0000 (20:32 -0300)]
update serif (change controls, fix links, change url)
The Serif theme was a little flaky previously
Hakim El Hattab [Mon, 10 Jun 2013 20:53:41 +0000 (16:53 -0400)]
merge conflicts w preview & backgrounds
Hakim El Hattab [Mon, 10 Jun 2013 20:34:51 +0000 (22:34 +0200)]
additional background test
Hakim El Hattab [Mon, 10 Jun 2013 06:59:58 +0000 (08:59 +0200)]
match background and transition slide transition easing equations
Hakim El Hattab [Mon, 10 Jun 2013 06:55:59 +0000 (08:55 +0200)]
rtl support for new sliding backgrounds
Hakim El Hattab [Mon, 10 Jun 2013 06:49:53 +0000 (08:49 +0200)]
pluralize background classname to match '.slides'
Hakim El Hattab [Mon, 10 Jun 2013 06:43:01 +0000 (08:43 +0200)]
markup error correction
Hakim El Hattab [Sun, 9 Jun 2013 17:17:31 +0000 (19:17 +0200)]
semi-correction #470
Hakim El Hattab [Sun, 9 Jun 2013 15:15:40 +0000 (17:15 +0200)]
set 'hidden' attribute on all slides except the present (#457)
Hakim El Hattab [Sun, 9 Jun 2013 15:07:14 +0000 (17:07 +0200)]
serve notes/multiple index document as html (closes #470)
Hakim El Hattab [Sun, 9 Jun 2013 14:51:35 +0000 (16:51 +0200)]
merge notes timer rounding fix
Hakim El Hattab [Sun, 9 Jun 2013 14:47:27 +0000 (16:47 +0200)]
update code style to match after merge
Hakim El Hattab [Sun, 9 Jun 2013 14:44:03 +0000 (16:44 +0200)]
merge fix for embedded media repeated autoplay