aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-08-23move examples into test/Hakim El Hattab
2013-08-23make sure isVerticalSlide doesn't throw npeHakim El Hattab
2013-08-22add test for loop settingHakim El Hattab
2013-08-22run unit tests as part of grunt build and ciHakim El Hattab
2013-08-22more tests #123Hakim El Hattab
2013-08-22more tests, enable test page scroll overflow #123Hakim El Hattab
2013-08-22more tests, use stricEqual and deepEqual assertions where appropriate #123Hakim El Hattab
2013-08-22include info about which slide the assertion applies toHakim El Hattab
2013-08-22fix bug where isLastSlide sometimes incorrectly returned falseHakim El Hattab
2013-08-22add qunit grunt dependencyHakim El Hattab
2013-08-22add unit tests #123Hakim El Hattab
2013-08-222.6.0Hakim El Hattab
2013-08-22leap motion doc tweaksHakim El Hattab
2013-08-20mathjax readme tweakHakim El Hattab
2013-08-20Merge pull request #567 from hakimel/devHakim El Hattab
2.5.0
2013-08-20readme update for notes in external markdownHakim El Hattab
2013-08-20merge support for notes when using external markdownHakim El Hattab
2013-08-20remove needless metadata from math plugin exampleHakim El Hattab
2013-08-20disable interaction on future/past slidesHakim El Hattab
2013-08-19typo fixHakim El Hattab
2013-08-19Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-08-19add docs about stretch classHakim El Hattab
2013-08-19make sure stretch works with videoHakim El Hattab
2013-08-19Merge pull request #564 from tomByrer/patch-1Hakim El Hattab
MathJax CDN links for HTTPS & versions
2013-08-19+ MathJax CDN links for HTTPS & versionstomByrer
2013-08-18remove commented out dependencies from indexHakim El Hattab
2013-08-18renamed .remaining-height to .stretch #244 #490 #561Hakim El Hattab
2013-08-18revised remaining height layout logicHakim El Hattab
2013-08-18ensure that syntax highlighted code works with remaining-height helperHakim El Hattab
2013-08-18readme adjustmentHakim El Hattab
2013-08-18math plugin doc updateHakim El Hattab
2013-08-18document math pluginHakim El Hattab
2013-08-18rename math plugin config optionHakim El Hattab
2013-08-18allow hiding of vertical slide stacksHakim El Hattab
2013-08-17prevent invalid slidechanged on page loadHakim El Hattab
2013-08-17fix retrieval of computed styles in ffHakim El Hattab
2013-08-17further work on remaining-height helper #244 #490 #561Hakim El Hattab
2013-08-16start work on logic for fitting an element to remaining slide height #244 ↵Hakim El Hattab
#490 #561
2013-08-16remove pointless .call()Hakim El Hattab
2013-08-15refactor js, more natural order of startup methodsHakim El Hattab
2013-08-15add initial slide dom setup passHakim El Hattab
2013-08-13add util method for applying css transformsHakim El Hattab
2013-08-13mathjax plugin updates #531Hakim El Hattab
2013-08-13add isReady method to check reveal.js loaded stateHakim El Hattab
2013-08-13remove unused codeHakim El Hattab
2013-08-12make mathjax host a config option, revamp script loading, fragment examples #531Hakim El Hattab
2013-08-12comments and failesafes for #531Hakim El Hattab
2013-08-12updates to mathjax plugin, incl more examples #531Hakim El Hattab
2013-08-12limit scope of mathjax rerender #531Hakim El Hattab
2013-08-12additional math examples #531Hakim El Hattab
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-09note about speaker notes in setup docs #207Hakim El Hattab
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.