aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-08-26update to latest version of highlight theme #576Hakim El Hattab
2013-08-24fix bug where markdown notes in last slide would not parse #574Hakim El Hattab
2013-08-24include dev flag in versionHakim El Hattab
2013-08-24always use 'i' as iteratorHakim El Hattab
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-24markdown refactoring; comments, renamed functions, shorter argument listsHakim El Hattab
2013-08-24more markdown plugin refactoringHakim El Hattab
2013-08-23standardize way of declaring functionsHakim El Hattab
2013-08-23update markdown plugin formatting to match reveal.js coreHakim El Hattab
2013-08-23pause mode testsHakim El Hattab
2013-08-23test coverage for fragmentsHakim El Hattab
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
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
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 #49...Hakim El Hattab
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 fi...Hakim El Hattab
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
2013-08-08merge in leap plugin #554Hakim El Hattab
2013-08-07Minor updateRory Hardy
2013-08-07Update index.htmlRory Hardy
2013-08-07Removed redundant codeRory Hardy
2013-08-07Various updatesRory Hardy
2013-08-06Docs and updatesRory Hardy
2013-08-05Minor updatesRory Hardy
2013-08-05Put the timing code back in.Rory Hardy
2013-08-05Added pointer and tweaked the codeRory Hardy
2013-08-05Removed timing code.Rory Hardy
2013-08-04Minor updatesRory Hardy
2013-08-04Updates to leap.js and index.htmlRory Hardy
2013-08-03Added gesturessun16
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