Age | Commit message (Expand) | Author |
2013-08-26 | update to latest version of highlight theme #576 | Hakim El Hattab |
2013-08-24 | fix bug where markdown notes in last slide would not parse #574 | Hakim El Hattab |
2013-08-24 | include dev flag in version | Hakim El Hattab |
2013-08-24 | always use 'i' as iterator | Hakim El Hattab |
2013-08-24 | add test task, avoid attempt to run tests in unrelated html files | Hakim El Hattab |
2013-08-24 | markdown refactoring; comments, renamed functions, shorter argument lists | Hakim El Hattab |
2013-08-24 | more markdown plugin refactoring | Hakim El Hattab |
2013-08-23 | standardize way of declaring functions | Hakim El Hattab |
2013-08-23 | update markdown plugin formatting to match reveal.js core | Hakim El Hattab |
2013-08-23 | pause mode tests | Hakim El Hattab |
2013-08-23 | test coverage for fragments | Hakim El Hattab |
2013-08-23 | move examples into test/ | Hakim El Hattab |
2013-08-23 | make sure isVerticalSlide doesn't throw npe | Hakim El Hattab |
2013-08-22 | add test for loop setting | Hakim El Hattab |
2013-08-22 | run unit tests as part of grunt build and ci | Hakim El Hattab |
2013-08-22 | more tests #123 | Hakim El Hattab |
2013-08-22 | more tests, enable test page scroll overflow #123 | Hakim El Hattab |
2013-08-22 | more tests, use stricEqual and deepEqual assertions where appropriate #123 | Hakim El Hattab |
2013-08-22 | include info about which slide the assertion applies to | Hakim El Hattab |
2013-08-22 | fix bug where isLastSlide sometimes incorrectly returned false | Hakim El Hattab |
2013-08-22 | add qunit grunt dependency | Hakim El Hattab |
2013-08-22 | add unit tests #123 | Hakim El Hattab |
2013-08-22 | 2.6.0 | Hakim El Hattab |
2013-08-22 | leap motion doc tweaks | Hakim El Hattab |
2013-08-20 | mathjax readme tweak | Hakim El Hattab |
2013-08-20 | Merge pull request #567 from hakimel/dev | Hakim El Hattab |
2013-08-20 | readme update for notes in external markdown | Hakim El Hattab |
2013-08-20 | merge support for notes when using external markdown | Hakim El Hattab |
2013-08-20 | remove needless metadata from math plugin example | Hakim El Hattab |
2013-08-20 | disable interaction on future/past slides | Hakim El Hattab |
2013-08-19 | typo fix | Hakim El Hattab |
2013-08-19 | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab |
2013-08-19 | add docs about stretch class | Hakim El Hattab |
2013-08-19 | make sure stretch works with video | Hakim El Hattab |
2013-08-19 | Merge pull request #564 from tomByrer/patch-1 | Hakim El Hattab |
2013-08-19 | + MathJax CDN links for HTTPS & versions | tomByrer |
2013-08-18 | remove commented out dependencies from index | Hakim El Hattab |
2013-08-18 | renamed .remaining-height to .stretch #244 #490 #561 | Hakim El Hattab |
2013-08-18 | revised remaining height layout logic | Hakim El Hattab |
2013-08-18 | ensure that syntax highlighted code works with remaining-height helper | Hakim El Hattab |
2013-08-18 | readme adjustment | Hakim El Hattab |
2013-08-18 | math plugin doc update | Hakim El Hattab |
2013-08-18 | document math plugin | Hakim El Hattab |
2013-08-18 | rename math plugin config option | Hakim El Hattab |
2013-08-18 | allow hiding of vertical slide stacks | Hakim El Hattab |
2013-08-17 | prevent invalid slidechanged on page load | Hakim El Hattab |
2013-08-17 | fix retrieval of computed styles in ff | Hakim El Hattab |
2013-08-17 | further work on remaining-height helper #244 #490 #561 | Hakim El Hattab |
2013-08-16 | start work on logic for fitting an element to remaining slide height #244 #49... | Hakim El Hattab |
2013-08-16 | remove pointless .call() | Hakim El Hattab |
2013-08-15 | refactor js, more natural order of startup methods | Hakim El Hattab |
2013-08-15 | add initial slide dom setup pass | Hakim El Hattab |
2013-08-13 | add util method for applying css transforms | Hakim El Hattab |
2013-08-13 | mathjax plugin updates #531 | Hakim El Hattab |
2013-08-13 | add isReady method to check reveal.js loaded state | Hakim El Hattab |
2013-08-13 | remove unused code | Hakim El Hattab |
2013-08-12 | make mathjax host a config option, revamp script loading, fragment examples #531 | Hakim El Hattab |
2013-08-12 | comments and failesafes for #531 | Hakim El Hattab |
2013-08-12 | updates to mathjax plugin, incl more examples #531 | Hakim El Hattab |
2013-08-12 | limit scope of mathjax rerender #531 | Hakim El Hattab |
2013-08-12 | additional math examples #531 | Hakim El Hattab |
2013-08-12 | first version of mathjax plugin #531 | Hakim El Hattab |
2013-08-11 | merge dom setup refactor #544 | Hakim El Hattab |
2013-08-11 | move leap styles to js #554 | Hakim El Hattab |
2013-08-11 | disable transitions while presentation loads | Hakim El Hattab |
2013-08-11 | correction to view distance calculation for vertical slides | Hakim El Hattab |
2013-08-11 | a few corrections to overview slide positioning | Hakim El Hattab |
2013-08-11 | fix bug that caused slideshow to break if an unexisting named link was used | Hakim El Hattab |
2013-08-11 | display more slides in overview | Hakim El Hattab |
2013-08-11 | Formatting | Guillaume Turri |
2013-08-11 | inlined method used only once | Guillaume Turri |
2013-08-11 | Use more explicit name | Guillaume Turri |
2013-08-10 | 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 fi... | Hakim El Hattab |
2013-08-09 | note about speaker notes in setup docs #207 | Hakim El Hattab |
2013-08-08 | merge master into dev | Hakim El Hattab |
2013-08-08 | Merge pull request #554 from gneatgeek/leapmotion-plugin | Hakim El Hattab |
2013-08-08 | merge in leap plugin #554 | Hakim El Hattab |
2013-08-07 | Minor update | Rory Hardy |
2013-08-07 | Update index.html | Rory Hardy |
2013-08-07 | Removed redundant code | Rory Hardy |
2013-08-07 | Various updates | Rory Hardy |
2013-08-06 | Docs and updates | Rory Hardy |
2013-08-05 | Minor updates | Rory Hardy |
2013-08-05 | Put the timing code back in. | Rory Hardy |
2013-08-05 | Added pointer and tweaked the code | Rory Hardy |
2013-08-05 | Removed timing code. | Rory Hardy |
2013-08-04 | Minor updates | Rory Hardy |
2013-08-04 | Updates to leap.js and index.html | Rory Hardy |
2013-08-03 | Added gestures | sun16 |
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 |