reveal.js.git
11 years agoreadme update for notes in external markdown
Hakim El Hattab [Wed, 21 Aug 2013 02:37:20 +0000 (22:37 -0400)]
readme update for notes in external markdown

11 years agomerge support for notes when using external markdown
Hakim El Hattab [Wed, 21 Aug 2013 02:32:19 +0000 (22:32 -0400)]
merge support for notes when using external markdown

11 years agoremove needless metadata from math plugin example
Hakim El Hattab [Tue, 20 Aug 2013 13:10:26 +0000 (09:10 -0400)]
remove needless metadata from math plugin example

11 years agodisable interaction on future/past slides
Hakim El Hattab [Tue, 20 Aug 2013 13:04:31 +0000 (09:04 -0400)]
disable interaction on future/past slides

11 years agotypo fix
Hakim El Hattab [Tue, 20 Aug 2013 03:52:05 +0000 (23:52 -0400)]
typo fix

11 years agoMerge branch 'dev' of github.com:hakimel/reveal.js into dev
Hakim El Hattab [Tue, 20 Aug 2013 03:50:28 +0000 (23:50 -0400)]
Merge branch 'dev' of github.com:hakimel/reveal.js into dev

11 years agoadd docs about stretch class
Hakim El Hattab [Tue, 20 Aug 2013 03:50:18 +0000 (23:50 -0400)]
add docs about stretch class

11 years agomake sure stretch works with video
Hakim El Hattab [Tue, 20 Aug 2013 03:46:29 +0000 (23:46 -0400)]
make sure stretch works with video

11 years agoMerge pull request #564 from tomByrer/patch-1
Hakim El Hattab [Mon, 19 Aug 2013 14:52:04 +0000 (07:52 -0700)]
Merge pull request #564 from tomByrer/patch-1

MathJax CDN links for HTTPS & versions

11 years ago+ MathJax CDN links for HTTPS & versions
tomByrer [Mon, 19 Aug 2013 06:58:51 +0000 (00:58 -0600)]
+ MathJax CDN links for HTTPS & versions

11 years agoremove commented out dependencies from index
Hakim El Hattab [Sun, 18 Aug 2013 22:13:31 +0000 (18:13 -0400)]
remove commented out dependencies from index

11 years agorenamed .remaining-height to .stretch #244 #490 #561
Hakim El Hattab [Sun, 18 Aug 2013 21:56:41 +0000 (17:56 -0400)]
renamed .remaining-height to .stretch #244 #490 #561

11 years agorevised remaining height layout logic
Hakim El Hattab [Sun, 18 Aug 2013 21:53:41 +0000 (17:53 -0400)]
revised remaining height layout logic

11 years agoensure that syntax highlighted code works with remaining-height helper
Hakim El Hattab [Sun, 18 Aug 2013 19:40:11 +0000 (15:40 -0400)]
ensure that syntax highlighted code works with remaining-height helper

11 years agoreadme adjustment
Hakim El Hattab [Sun, 18 Aug 2013 19:34:10 +0000 (15:34 -0400)]
readme adjustment

11 years agomath plugin doc update
Hakim El Hattab [Sun, 18 Aug 2013 18:43:04 +0000 (14:43 -0400)]
math plugin doc update

11 years agodocument math plugin
Hakim El Hattab [Sun, 18 Aug 2013 18:38:01 +0000 (14:38 -0400)]
document math plugin

11 years agorename math plugin config option
Hakim El Hattab [Sun, 18 Aug 2013 18:13:55 +0000 (14:13 -0400)]
rename math plugin config option

11 years agoallow hiding of vertical slide stacks
Hakim El Hattab [Sun, 18 Aug 2013 04:01:28 +0000 (00:01 -0400)]
allow hiding of vertical slide stacks

11 years agoprevent invalid slidechanged on page load
Hakim El Hattab [Sat, 17 Aug 2013 16:18:48 +0000 (12:18 -0400)]
prevent invalid slidechanged on page load

11 years agofix retrieval of computed styles in ff
Hakim El Hattab [Sat, 17 Aug 2013 16:15:55 +0000 (12:15 -0400)]
fix retrieval of computed styles in ff

11 years agofurther work on remaining-height helper #244 #490 #561
Hakim El Hattab [Sat, 17 Aug 2013 16:11:05 +0000 (12:11 -0400)]
further work on remaining-height helper #244 #490 #561

11 years agostart work on logic for fitting an element to remaining slide height #244 #490 #561
Hakim El Hattab [Fri, 16 Aug 2013 13:31:13 +0000 (09:31 -0400)]
start work on logic for fitting an element to remaining slide height #244 #490 #561

11 years agoremove pointless .call()
Hakim El Hattab [Fri, 16 Aug 2013 13:30:22 +0000 (09:30 -0400)]
remove pointless .call()

11 years agorefactor js, more natural order of startup methods
Hakim El Hattab [Thu, 15 Aug 2013 12:54:17 +0000 (08:54 -0400)]
refactor js, more natural order of startup methods

11 years agoadd initial slide dom setup pass
Hakim El Hattab [Thu, 15 Aug 2013 12:51:11 +0000 (08:51 -0400)]
add initial slide dom setup pass

11 years agoadd util method for applying css transforms
Hakim El Hattab [Tue, 13 Aug 2013 13:27:19 +0000 (09:27 -0400)]
add util method for applying css transforms

11 years agomathjax plugin updates #531
Hakim El Hattab [Tue, 13 Aug 2013 12:53:31 +0000 (08:53 -0400)]
mathjax plugin updates #531

11 years agoadd isReady method to check reveal.js loaded state
Hakim El Hattab [Tue, 13 Aug 2013 12:41:16 +0000 (08:41 -0400)]
add isReady method to check reveal.js loaded state

11 years agoremove unused code
Hakim El Hattab [Tue, 13 Aug 2013 04:10:14 +0000 (00:10 -0400)]
remove unused code

11 years agomake mathjax host a config option, revamp script loading, fragment examples #531
Hakim El Hattab [Tue, 13 Aug 2013 03:15:19 +0000 (23:15 -0400)]
make mathjax host a config option, revamp script loading, fragment examples #531

11 years agocomments and failesafes for #531
Hakim El Hattab [Tue, 13 Aug 2013 03:01:35 +0000 (23:01 -0400)]
comments and failesafes for #531

11 years agoupdates to mathjax plugin, incl more examples #531
Hakim El Hattab [Tue, 13 Aug 2013 02:42:14 +0000 (22:42 -0400)]
updates to mathjax plugin, incl more examples #531

11 years agolimit scope of mathjax rerender #531
Hakim El Hattab [Mon, 12 Aug 2013 13:27:23 +0000 (09:27 -0400)]
limit scope of mathjax rerender #531

11 years agoadditional math examples #531
Hakim El Hattab [Mon, 12 Aug 2013 13:24:29 +0000 (09:24 -0400)]
additional math examples #531

11 years agofirst version of mathjax plugin #531
Hakim El Hattab [Mon, 12 Aug 2013 13:21:38 +0000 (09:21 -0400)]
first version of mathjax plugin #531

11 years agomerge dom setup refactor #544
Hakim El Hattab [Sun, 11 Aug 2013 20:47:56 +0000 (16:47 -0400)]
merge dom setup refactor #544

11 years agomove leap styles to js #554
Hakim El Hattab [Sun, 11 Aug 2013 20:37:17 +0000 (16:37 -0400)]
move leap styles to js #554

11 years agodisable transitions while presentation loads
Hakim El Hattab [Sun, 11 Aug 2013 20:32:15 +0000 (16:32 -0400)]
disable transitions while presentation loads

11 years agocorrection to view distance calculation for vertical slides
Hakim El Hattab [Sun, 11 Aug 2013 20:27:52 +0000 (16:27 -0400)]
correction to view distance calculation for vertical slides

11 years agoa few corrections to overview slide positioning
Hakim El Hattab [Sun, 11 Aug 2013 17:50:51 +0000 (13:50 -0400)]
a few corrections to overview slide positioning

11 years agofix bug that caused slideshow to break if an unexisting named link was used
Hakim El Hattab [Sun, 11 Aug 2013 17:44:03 +0000 (13:44 -0400)]
fix bug that caused slideshow to break if an unexisting named link was used

11 years agodisplay more slides in overview
Hakim El Hattab [Sun, 11 Aug 2013 17:42:50 +0000 (13:42 -0400)]
display more slides in overview

11 years agoFormatting
Guillaume Turri [Sun, 11 Aug 2013 14:34:04 +0000 (16:34 +0200)]
Formatting

11 years agoinlined method used only once
Guillaume Turri [Sun, 11 Aug 2013 14:30:08 +0000 (16:30 +0200)]
inlined method used only once

11 years agoUse more explicit name
Guillaume Turri [Sun, 11 Aug 2013 14:25:43 +0000 (16:25 +0200)]
Use more explicit name

11 years agorename embed > embedded to signal that it's a state and not an action
Hakim El Hattab [Sat, 10 Aug 2013 18:38:42 +0000 (14:38 -0400)]
rename embed > embedded to signal that it's a state and not an action

11 years agoadd embed option
Hakim El Hattab [Sat, 10 Aug 2013 18:30:24 +0000 (14:30 -0400)]
add embed option

11 years agorenamed handled flag to captured
Hakim El Hattab [Sat, 10 Aug 2013 18:09:23 +0000 (14:09 -0400)]
renamed handled flag to captured

11 years agoreduce touch event threshold to make it more sensitive
Hakim El Hattab [Sat, 10 Aug 2013 17:42:53 +0000 (13:42 -0400)]
reduce touch event threshold to make it more sensitive

11 years agocode formatting
Hakim El Hattab [Sat, 10 Aug 2013 17:40:22 +0000 (13:40 -0400)]
code formatting

11 years agoreduce overview depth on small screens
Hakim El Hattab [Sat, 10 Aug 2013 17:32:19 +0000 (13:32 -0400)]
reduce overview depth on small screens

11 years agomake view distance configurable #527
Hakim El Hattab [Sat, 10 Aug 2013 17:16:45 +0000 (13:16 -0400)]
make view distance configurable #527

11 years agodelay client capability test until initialization phase
Hakim El Hattab [Sat, 10 Aug 2013 17:10:48 +0000 (13:10 -0400)]
delay client capability test until initialization phase

11 years agomuch improved distance measuring logic, improves performance on mobile and fixes...
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

11 years agomerge master into dev
Hakim El Hattab [Thu, 8 Aug 2013 17:34:24 +0000 (13:34 -0400)]
merge master into dev

11 years agoMerge pull request #554 from gneatgeek/leapmotion-plugin
Hakim El Hattab [Thu, 8 Aug 2013 17:34:22 +0000 (10:34 -0700)]
Merge pull request #554 from gneatgeek/leapmotion-plugin

Leapmotion plugin

11 years agomerge in leap plugin #554
Hakim El Hattab [Thu, 8 Aug 2013 14:22:38 +0000 (10:22 -0400)]
merge in leap plugin #554

11 years agoMinor update
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

11 years agoUpdate index.html
Rory Hardy [Thu, 8 Aug 2013 03:06:41 +0000 (22:06 -0500)]
Update index.html

Commented out leap plugin inclusion.

11 years agoRemoved redundant code
Rory Hardy [Thu, 8 Aug 2013 03:07:02 +0000 (22:07 -0500)]
Removed redundant code

modified:   plugin/leap/leap.js

11 years agoVarious updates
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

11 years agoDocs and updates
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

11 years agoMinor updates
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

11 years agoPut the timing code back in.
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

11 years agoAdded pointer and tweaked the code
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

11 years agoRemoved timing code.
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

11 years agoMinor updates
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

11 years agoUpdates to leap.js and index.html
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

11 years agoAdded gestures
sun16 [Sun, 4 Aug 2013 03:36:11 +0000 (22:36 -0500)]
Added gestures

Left, right, up, and down gestures.
Optional invert for gestures.

11 years agoAdded leap.min.js and comments.
Rory Hardy [Sun, 4 Aug 2013 03:33:31 +0000 (22:33 -0500)]
Added leap.min.js and comments.

11 years agoMerge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into dev
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

11 years ago* [bug] fixed render markdown file error like this:
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>
```

11 years agoMinor refactoring
Guillaume Turri [Sun, 28 Jul 2013 20:41:55 +0000 (22:41 +0200)]
Minor refactoring

Removed some code duplication

11 years agoensure notes window fragment states are mirrored in main window #538
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

11 years agosimplify client side notes plugin
Hakim El Hattab [Fri, 26 Jul 2013 13:48:21 +0000 (09:48 -0400)]
simplify client side notes plugin

11 years agorestore rolling links.. but default to off #532
Hakim El Hattab [Fri, 26 Jul 2013 13:33:25 +0000 (09:33 -0400)]
restore rolling links.. but default to off #532

11 years agohighlight charset option for external md in readme #537
Hakim El Hattab [Thu, 25 Jul 2013 03:35:18 +0000 (23:35 -0400)]
highlight charset option for external md in readme #537

11 years agoMerge branch 'master' of https://github.com/iMilnb/reveal.js into dev
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

11 years agoupdated markdown example with data-charset
Emile 'iMil' Heitor [Tue, 23 Jul 2013 15:34:23 +0000 (17:34 +0200)]
updated markdown example with data-charset

11 years agoadded custom charset support for external markdown file
Emile 'iMil' Heitor [Tue, 23 Jul 2013 15:31:30 +0000 (17:31 +0200)]
added custom charset support for external markdown file

11 years agotypo
Hakim El Hattab [Mon, 22 Jul 2013 12:54:43 +0000 (08:54 -0400)]
typo

11 years agoMerge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js into dev
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

11 years agoMake header margin an overridable setting.
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.

11 years agoremove 'rolling links' #532
Hakim El Hattab [Sun, 21 Jul 2013 02:56:48 +0000 (22:56 -0400)]
remove 'rolling links' #532

11 years agocorrection to bug introduced via #529
Hakim El Hattab [Sun, 21 Jul 2013 02:51:52 +0000 (22:51 -0400)]
correction to bug introduced via #529

11 years agoonly call slide() after hash changes if indices have changed #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

11 years agoremove delay from url update #530
Hakim El Hattab [Fri, 19 Jul 2013 13:23:17 +0000 (09:23 -0400)]
remove delay from url update #530

11 years agoadd optional 'o' key to toggle overview #491
Hakim El Hattab [Fri, 19 Jul 2013 01:53:00 +0000 (21:53 -0400)]
add optional 'o' key to toggle overview #491

11 years agomultiplex readme tweaks #514
Hakim El Hattab [Fri, 19 Jul 2013 01:16:22 +0000 (21:16 -0400)]
multiplex readme tweaks #514

11 years agodocument 'none' background transition
Hakim El Hattab [Wed, 17 Jul 2013 02:46:13 +0000 (22:46 -0400)]
document 'none' background transition

11 years agoadd immediate transition style (#528)
Hakim El Hattab [Wed, 17 Jul 2013 02:41:16 +0000 (22:41 -0400)]
add immediate transition style (#528)

11 years agoMerge branch 'dev' of github.com:hakimel/reveal.js into dev
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

11 years agoensure all future fragments are invisible #473
Hakim El Hattab [Sun, 14 Jul 2013 22:19:40 +0000 (18:19 -0400)]
ensure all future fragments are invisible #473

11 years agoreadme update for #505
Hakim El Hattab [Sun, 14 Jul 2013 21:47:49 +0000 (17:47 -0400)]
readme update for #505

11 years agofix initial auto-slide overridev #525
Hakim El Hattab [Sun, 14 Jul 2013 21:35:49 +0000 (17:35 -0400)]
fix initial auto-slide overridev #525

11 years agotypo and whitespace correction
Hakim El Hattab [Wed, 10 Jul 2013 13:01:56 +0000 (09:01 -0400)]
typo and whitespace correction

11 years agowork around iframe flicker in 3d transitions
Hakim El Hattab [Wed, 10 Jul 2013 12:59:07 +0000 (08:59 -0400)]
work around iframe flicker in 3d transitions

11 years agoupdate changelog links
Hakim El Hattab [Tue, 2 Jul 2013 22:42:37 +0000 (18:42 -0400)]
update changelog links

11 years agoupdate url to setup instructions (closes #520)
Hakim El Hattab [Mon, 1 Jul 2013 14:26:27 +0000 (10:26 -0400)]
update url to setup instructions (closes #520)