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