aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-08-12first version of mathjax plugin #531Hakim El Hattab
2013-08-11merge dom setup refactor #544Hakim El Hattab
2013-08-11move leap styles to js #554Hakim El Hattab
2013-08-11disable transitions while presentation loadsHakim El Hattab
2013-08-11correction to view distance calculation for vertical slidesHakim El Hattab
2013-08-11a few corrections to overview slide positioningHakim El Hattab
2013-08-11fix bug that caused slideshow to break if an unexisting named link was usedHakim El Hattab
2013-08-11display more slides in overviewHakim El Hattab
2013-08-11FormattingGuillaume Turri
2013-08-11inlined method used only onceGuillaume Turri
2013-08-11Use more explicit nameGuillaume Turri
2013-08-10rename embed > embedded to signal that it's a state and not an actionHakim El Hattab
2013-08-10add embed optionHakim El Hattab
2013-08-10renamed handled flag to capturedHakim El Hattab
2013-08-10reduce touch event threshold to make it more sensitiveHakim El Hattab
2013-08-10code formattingHakim El Hattab
2013-08-10reduce overview depth on small screensHakim El Hattab
2013-08-10make view distance configurable #527Hakim El Hattab
2013-08-10delay client capability test until initialization phaseHakim El Hattab
2013-08-10much improved distance measuring logic, improves performance on mobile and ↵Hakim El Hattab
fixes some crashes
2013-08-08merge master into devHakim El Hattab
2013-08-08Merge pull request #554 from gneatgeek/leapmotion-pluginHakim El Hattab
Leapmotion plugin
2013-08-08merge in leap plugin #554Hakim El Hattab
2013-08-07Minor updateRory Hardy
Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js
2013-08-07Update index.htmlRory Hardy
Commented out leap plugin inclusion.
2013-08-07Removed redundant codeRory Hardy
modified: plugin/leap/leap.js
2013-08-07Various updatesRory 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-06Docs and updatesRory 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-05Minor updatesRory Hardy
modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Put the timing code back in.Rory Hardy
Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js
2013-08-05Added pointer and tweaked the codeRory Hardy
modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Removed 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-04Minor updatesRory 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-04Updates to leap.js and index.htmlRory Hardy
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
2013-08-03Added gesturessun16
Left, right, up, and down gestures. Optional invert for gestures.
2013-08-03Added leap.min.js and comments.Rory Hardy
2013-07-31Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into devHakim 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-29Minor refactoringGuillaume Turri
Removed some code duplication
2013-07-26ensure notes window fragment states are mirrored in main window #538Hakim El Hattab
2013-07-26simplify client side notes pluginHakim El Hattab
2013-07-26restore rolling links.. but default to off #532Hakim El Hattab
2013-07-24highlight charset option for external md in readme #537Hakim El Hattab
2013-07-24Merge branch 'master' of https://github.com/iMilnb/reveal.js into devHakim El Hattab
2013-07-23updated markdown example with data-charsetEmile 'iMil' Heitor
2013-07-23added custom charset support for external markdown fileEmile 'iMil' Heitor
2013-07-22typoHakim El Hattab
2013-07-22Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js ↵Hakim El Hattab
into dev
2013-07-20Make 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-20remove 'rolling links' #532Hakim El Hattab
2013-07-20correction to bug introduced via #529Hakim El Hattab
2013-07-19only call slide() after hash changes if indices have changed #529Hakim El Hattab
2013-07-19remove delay from url update #530Hakim El Hattab
2013-07-18add optional 'o' key to toggle overview #491Hakim El Hattab
2013-07-18multiplex readme tweaks #514Hakim El Hattab
2013-07-16document 'none' background transitionHakim El Hattab
2013-07-16add immediate transition style (#528)Hakim El Hattab
2013-07-14Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-07-14ensure all future fragments are invisible #473Hakim El Hattab
2013-07-14readme update for #505Hakim El Hattab
2013-07-14fix initial auto-slide overridev #525Hakim El Hattab
2013-07-10typo and whitespace correctionHakim El Hattab
2013-07-10work around iframe flicker in 3d transitionsHakim El Hattab
2013-07-02update changelog linksHakim El Hattab
2013-07-01update url to setup instructions (closes #520)Hakim El Hattab
2013-06-29add barebones exampleHakim El Hattab
2013-06-29test > examplesHakim El Hattab
2013-06-29Merge branch 'fix-notes-after-pr-435' of https://github.com/ericweikl/reveal.jsHakim El Hattab
2013-06-29additional background testHakim El Hattab
2013-06-29Merge pull request #517 from punchFaceChamp/patch-2Hakim El Hattab
Updated README.md
2013-06-28Updated README.mdShammel Lee
Added "touch" config property
2013-06-26default lineheight #512Hakim El Hattab
2013-06-23pdf print tweakHakim El Hattab
2013-06-22background image tweaksHakim El Hattab
2013-06-22pdf hacksHakim El Hattab
2013-06-21removes the extra blank page that was printed with pdf #458Hakim El Hattab
2013-06-20broader image url detect (closes #500)Hakim El Hattab
2013-06-18update phanomjs pdf printing to work with latest pdf cssHakim El Hattab
2013-06-18Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2013-06-18adjust background image url detection #453Hakim El Hattab
2013-06-18Create a single fragment event per fragment-indexEric 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-18readme restructure, add keyboard sectionHakim El Hattab
2013-06-18readme updateHakim El Hattab
2013-06-18Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-06-18transition override examples in default contentsHakim El Hattab
2013-06-18rename 'linear' background transition to 'slide'Hakim El Hattab
2013-06-18support for background transition overridesHakim El Hattab
2013-06-16mouse wheel tweaks (closes #454)Hakim El Hattab
2013-06-16minify js for #493Hakim El Hattab
2013-06-16merge navigate prev fix #493Hakim El Hattab
2013-06-16readme typo (closes #495)Hakim El Hattab
2013-06-16Fix jshint testRick Lupton
2013-06-16keyboard config object support #405Hakim El Hattab
2013-06-14Fix 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-13recompile themes #488Hakim El Hattab
2013-06-13Merge branch 'master' of https://github.com/OwenVersteeg/reveal.jsHakim El Hattab
2013-06-13Fix links so they aren't cut off (in SCSS)Owen Versteeg
2013-06-13Fix links so they aren't cut off (in SCSS)Owen Versteeg
2013-06-10correct links in sky themeOwen Versteeg
They looked a little wonky if you used a G or a Y.
2013-06-10Merge pull request #487 from OwenVersteeg/masterHakim El Hattab
update serif (controls, attribution URL, and fix <a> elements)