Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | merge in leap plugin #554 | Hakim El Hattab | |
2013-08-07 | Minor update | Rory Hardy | |
Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js | |||
2013-08-07 | Update index.html | Rory Hardy | |
Commented out leap plugin inclusion. | |||
2013-08-07 | Removed redundant code | Rory Hardy | |
modified: plugin/leap/leap.js | |||
2013-08-07 | Various updates | Rory Hardy | |
Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js | |||
2013-08-06 | Docs and updates | Rory Hardy | |
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 | |||
2013-08-05 | Minor updates | Rory Hardy | |
modified: css/reveal.min.css modified: plugin/leap/leap.js | |||
2013-08-05 | Put the timing code back in. | Rory Hardy | |
Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js | |||
2013-08-05 | Added pointer and tweaked the code | Rory Hardy | |
modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js | |||
2013-08-05 | Removed timing code. | Rory Hardy | |
When used correctly, the 1/2 second delay is uncessary and may yield undesireable results. modified: plugin/leap/leap.js | |||
2013-08-04 | Minor updates | Rory Hardy | |
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 | |||
2013-08-04 | Updates to leap.js and index.html | Rory Hardy | |
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin | |||
2013-08-03 | Added gestures | sun16 | |
Left, right, up, and down gestures. Optional invert for gestures. | |||
2013-08-03 | Added leap.min.js and comments. | Rory Hardy | |
2013-07-31 | 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 | |
```html <section data-markdown> <script type="text/template"> </script> </section> ``` | |||
2013-07-26 | 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-24 | 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-23 | 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-22 | typo | Hakim El Hattab | |
2013-07-22 | Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2013-07-20 | Make header margin an overridable setting. | Matthew Eppelsheimer | |
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. | |||
2013-07-20 | remove 'rolling links' #532 | Hakim El Hattab | |
2013-07-20 | correction to bug introduced via #529 | Hakim El Hattab | |
2013-07-19 | 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-18 | add optional 'o' key to toggle overview #491 | Hakim El Hattab | |
2013-07-18 | multiplex readme tweaks #514 | Hakim El Hattab | |
2013-07-16 | document 'none' background transition | Hakim El Hattab | |
2013-07-16 | add immediate transition style (#528) | Hakim El Hattab | |
2013-07-14 | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2013-07-14 | ensure all future fragments are invisible #473 | Hakim El Hattab | |
2013-07-14 | readme update for #505 | Hakim El Hattab | |
2013-07-14 | fix initial auto-slide overridev #525 | Hakim El Hattab | |
2013-07-10 | typo and whitespace correction | Hakim El Hattab | |
2013-07-10 | work around iframe flicker in 3d transitions | Hakim El Hattab | |
2013-07-02 | update changelog links | Hakim El Hattab | |
2013-07-01 | update url to setup instructions (closes #520) | Hakim El Hattab | |
2013-06-29 | add barebones example | Hakim El Hattab | |
2013-06-29 | test > examples | Hakim El Hattab | |
2013-06-29 | Merge branch 'fix-notes-after-pr-435' of https://github.com/ericweikl/reveal.js | Hakim El Hattab | |
2013-06-29 | additional background test | Hakim El Hattab | |
2013-06-29 | Merge pull request #517 from punchFaceChamp/patch-2 | Hakim El Hattab | |
Updated README.md | |||
2013-06-28 | Updated README.md | Shammel Lee | |
Added "touch" config property | |||
2013-06-26 | default lineheight #512 | Hakim El Hattab | |
2013-06-23 | pdf print tweak | Hakim El Hattab | |
2013-06-22 | background image tweaks | Hakim El Hattab | |
2013-06-22 | pdf hacks | Hakim El Hattab | |
2013-06-21 | removes the extra blank page that was printed with pdf #458 | Hakim El Hattab | |
2013-06-20 | broader image url detect (closes #500) | Hakim El Hattab | |
2013-06-18 | update phanomjs pdf printing to work with latest pdf css | Hakim El Hattab | |
2013-06-18 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2013-06-18 | adjust background image url detection #453 | Hakim El Hattab | |
2013-06-18 | Create a single fragment event per fragment-index | Eric Weikl | |
For backward-compatibility, add a new 'fragments' property to the fragmentshown and fragmenthidden events. The 'fragment' property still returns the first fragment. | |||
2013-06-18 | readme restructure, add keyboard section | Hakim El Hattab | |
2013-06-18 | readme update | Hakim El Hattab | |
2013-06-18 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2013-06-18 | transition override examples in default contents | Hakim El Hattab | |
2013-06-18 | rename 'linear' background transition to 'slide' | Hakim El Hattab | |
2013-06-18 | support for background transition overrides | Hakim El Hattab | |
2013-06-16 | mouse wheel tweaks (closes #454) | Hakim El Hattab | |
2013-06-16 | minify js for #493 | Hakim El Hattab | |
2013-06-16 | merge navigate prev fix #493 | Hakim El Hattab | |
2013-06-16 | readme typo (closes #495) | Hakim El Hattab | |
2013-06-16 | Fix jshint test | Rick Lupton | |
2013-06-16 | keyboard config object support #405 | Hakim El Hattab | |
2013-06-14 | Fix navigatePrev() past beginning of stack: fixes issue #463.#463.#463. | Rick Lupton | |
Previously navigatePrev() was changing indexh and indexv; instead should call slide(h, v) and let it change indexh and indexv. | |||
2013-06-13 | recompile themes #488 | Hakim El Hattab | |
2013-06-13 | Merge branch 'master' of https://github.com/OwenVersteeg/reveal.js | Hakim El Hattab | |
2013-06-13 | Fix links so they aren't cut off (in SCSS) | Owen Versteeg | |
2013-06-13 | Fix links so they aren't cut off (in SCSS) | Owen Versteeg | |
2013-06-10 | correct links in sky theme | Owen Versteeg | |
They looked a little wonky if you used a G or a Y. | |||
2013-06-10 | Merge pull request #487 from OwenVersteeg/master | Hakim El Hattab | |
update serif (controls, attribution URL, and fix <a> elements) | |||
2013-06-10 | update serif (change controls, fix links, change url) | Owen Versteeg | |
The Serif theme was a little flaky previously | |||
2013-06-10 | merge conflicts w preview & backgrounds | Hakim El Hattab | |
2013-06-10 | additional background test | Hakim El Hattab | |
2013-06-10 | match background and transition slide transition easing equations | Hakim El Hattab | |
2013-06-10 | rtl support for new sliding backgrounds | Hakim El Hattab | |
2013-06-10 | pluralize background classname to match '.slides' | Hakim El Hattab | |
2013-06-10 | markup error correction | Hakim El Hattab | |
2013-06-09 | semi-correction #470 | Hakim El Hattab | |
2013-06-09 | set 'hidden' attribute on all slides except the present (#457) | Hakim El Hattab | |
2013-06-09 | serve notes/multiple index document as html (closes #470) | Hakim El Hattab | |
2013-06-09 | merge notes timer rounding fix | Hakim El Hattab | |
2013-06-09 | update code style to match after merge | Hakim El Hattab | |
2013-06-09 | merge fix for embedded media repeated autoplay | Hakim El Hattab | |
2013-06-09 | add test deck for embedded media | Hakim El Hattab | |
2013-06-09 | revamp pdf printing to support per-slide backgrounds (closes #453) | Hakim El Hattab | |
2013-06-08 | Only call embedded content bits if the slide actually changed. | Chris Lawrence | |
2013-06-04 | update example deck to use slide backgrounds (#453) | Hakim El Hattab | |
2013-06-04 | update background test, documented slide backgrounds in readme (#453) | Hakim El Hattab | |
2013-06-04 | allow control over background color when using images (#453) | Hakim El Hattab | |
2013-06-04 | linear sliding transition option for full page backgrounds (#453) | Hakim El Hattab | |
2013-06-04 | support for optional background property overrides (#453) | Hakim El Hattab | |
2013-06-04 | don't transition to first slide background (#453) | Hakim El Hattab | |
2013-06-04 | add test directory and simple test document for per-slide backgrounds (#453) | Hakim El Hattab | |