aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename embed > embedded to signal that it's a state and not an actionHakim El Hattab2013-08-10
|
* add embed optionHakim El Hattab2013-08-10
|
* renamed handled flag to capturedHakim El Hattab2013-08-10
|
* reduce touch event threshold to make it more sensitiveHakim El Hattab2013-08-10
|
* code formattingHakim El Hattab2013-08-10
|
* reduce overview depth on small screensHakim El Hattab2013-08-10
|
* make view distance configurable #527Hakim El Hattab2013-08-10
|
* delay client capability test until initialization phaseHakim El Hattab2013-08-10
|
* much improved distance measuring logic, improves performance on mobile and ↵Hakim El Hattab2013-08-10
| | | | fixes some crashes
* merge master into devHakim El Hattab2013-08-08
|\
| * Merge pull request #554 from gneatgeek/leapmotion-pluginHakim El Hattab2013-08-08
| |\ | | | | | | Leapmotion plugin
* | \ merge in leap plugin #554Hakim El Hattab2013-08-08
|\ \ \ | | |/ | |/|
| * | Minor updateRory Hardy2013-08-07
| | | | | | | | | | | | | | | Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js
| * | Update index.htmlRory Hardy2013-08-07
| | | | | | | | | Commented out leap plugin inclusion.
| * | Removed redundant codeRory Hardy2013-08-07
| | | | | | | | | | | | modified: plugin/leap/leap.js
| * | Various updatesRory Hardy2013-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
| * | Docs and updatesRory Hardy2013-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Minor updatesRory Hardy2013-08-05
| | | | | | | | | | | | | | | modified: css/reveal.min.css modified: plugin/leap/leap.js
| * | Put the timing code back in.Rory Hardy2013-08-05
| | | | | | | | | | | | | | | Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js
| * | Added pointer and tweaked the codeRory Hardy2013-08-05
| | | | | | | | | | | | | | | | | | modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js
| * | Removed timing code.Rory Hardy2013-08-05
| | | | | | | | | | | | | | | When used correctly, the 1/2 second delay is uncessary and may yield undesireable results. modified: plugin/leap/leap.js
| * | Minor updatesRory Hardy2013-08-04
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Updates to leap.js and index.htmlRory Hardy2013-08-04
| | | | | | | | | | | | | | | | | | Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
| * | Added gesturessun162013-08-03
| | | | | | | | | | | | Left, right, up, and down gestures. Optional invert for gestures.
| * | Added leap.min.js and comments.Rory Hardy2013-08-03
| |/
* | Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into devHakim El Hattab2013-07-31
|\ \
| * | * [bug] fixed render markdown file error like this:Riceball LEE2013-07-31
| |/ | | | | | | | | | | | | | | | | ```html <section data-markdown> <script type="text/template"> </script> </section> ```
* | ensure notes window fragment states are mirrored in main window #538Hakim El Hattab2013-07-26
| |
* | simplify client side notes pluginHakim El Hattab2013-07-26
| |
* | restore rolling links.. but default to off #532Hakim El Hattab2013-07-26
| |
* | highlight charset option for external md in readme #537Hakim El Hattab2013-07-24
| |
* | Merge branch 'master' of https://github.com/iMilnb/reveal.js into devHakim El Hattab2013-07-24
|\ \
| * | updated markdown example with data-charsetEmile 'iMil' Heitor2013-07-23
| | |
| * | added custom charset support for external markdown fileEmile 'iMil' Heitor2013-07-23
| |/
* | typoHakim El Hattab2013-07-22
| |
* | Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js ↵Hakim El Hattab2013-07-22
|\ \ | | | | | | | | | into dev
| * | Make header margin an overridable setting.Matthew Eppelsheimer2013-07-20
| |/ | | | | | | | | 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.
* | remove 'rolling links' #532Hakim El Hattab2013-07-20
| |
* | correction to bug introduced via #529Hakim El Hattab2013-07-20
| |
* | only call slide() after hash changes if indices have changed #529Hakim El Hattab2013-07-19
| |
* | remove delay from url update #530Hakim El Hattab2013-07-19
| |
* | add optional 'o' key to toggle overview #491Hakim El Hattab2013-07-18
| |
* | multiplex readme tweaks #514Hakim El Hattab2013-07-18
| |
* | document 'none' background transitionHakim El Hattab2013-07-16
| |
* | add immediate transition style (#528)Hakim El Hattab2013-07-16
| |
* | Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab2013-07-14
|\ \
| * | readme update for #505Hakim El Hattab2013-07-14
| | |
* | | ensure all future fragments are invisible #473Hakim El Hattab2013-07-14
|/ /
* | fix initial auto-slide overridev #525Hakim El Hattab2013-07-14
| |
* | typo and whitespace correctionHakim El Hattab2013-07-10
| |