summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-04-20forward all attributes for markdown slides (#413)Hakim El Hattab
2013-04-20Added support for data-state in section when using external markdown files.Martin Kurtsson
2013-04-16add a few more state background (#396)Hakim El Hattab
2013-04-16return current fragment index through getIndices, replaces getCurrentFragment...Hakim El Hattab
2013-04-15fix previous slide navigation logic (closes #397)Hakim El Hattab
2013-04-15Merge branch 'master' of https://github.com/ainformatico/reveal.js into devHakim El Hattab
2013-04-13increase min-height of cube/page transitionsHakim El Hattab
2013-04-11merge mutiplex fragment fix #395Hakim El Hattab
2013-04-10hide rolling links backfaceHakim El Hattab
2013-04-08fix prevents loading remote plugin several times when notes are enabledAlejandro El Informático
2013-04-07returning index only when current fragment is definedtkaczmarzyk
2013-04-06simplified getCurrentFragmentIndex impltkaczmarzyk
2013-04-06support for transition speed settings (closes #392)Hakim El Hattab
2013-04-06removed no longer required helper methodtkaczmarzyk
2013-04-06fix url in readme (closes #393)Hakim El Hattab
2013-04-06broadcasting fragments state in multiplex plugin (#394)tkaczmarzyk
2013-04-02always use https google font urls (closes #382)Hakim El Hattab
2013-04-01readme code type fixHakim El Hattab
2013-03-31Update README.mdHakim El Hattab
2013-03-30readme updateHakim El Hattab
2013-03-30note about #39 in readmeHakim El Hattab
2013-03-30support for varied transitions between slides (#39)Hakim El Hattab
2013-03-30always construct controls and progress bar at startup (closes #384)Hakim El Hattab
2013-03-30protocol-relative paths for google webfonts (closes #382)Hakim El Hattab
2013-03-30Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into devHakim El Hattab
2013-03-30Merge branch 'md-error-handling' of https://github.com/jakubholynet/reveal.js...Hakim El Hattab
2013-03-30Merge branch 'patch-1' of https://github.com/jish/reveal.js into devHakim El Hattab
2013-03-27Add Reveal.js license to package.jsonLee Leathers
2013-03-24More verbose error slide (HTTP necessary)Jakub Holy
2013-03-24Better error reporting for external Markdown filesJakub Holy
2013-03-23Update README.mdJosh Lubaway
2013-03-23add availableRoutes to the api (#371)Hakim El Hattab
2013-03-23disable wrapping in code blocks (closes #375)Hakim El Hattab
2013-03-17always kill touch events on removelisteners (#365)Hakim El Hattab
2013-03-17enable keyboard/touch flags to change in runtime configure() call (closes #365)Hakim El Hattab
2013-03-17new build for autoslide prHakim El Hattab
2013-03-17Merge branch 'bugfix-pause' of https://github.com/EverythingMe/reveal.js into...Hakim El Hattab
2013-03-17update version to 2.4Hakim El Hattab
2013-03-17Merge branch 'shift-space' of https://github.com/remybach/reveal.js into devHakim El Hattab
2013-03-17remove extra whitespaceHakim El Hattab
2013-03-17merge conflictHakim El Hattab
2013-03-17add missing theme readmeHakim El Hattab
2013-03-16Merge pull request #367 from wtw/patch-1Hakim El Hattab
2013-03-15Fixed some typos in the documentationwtw
2013-03-15Load socket.io client lib from CDNDavid Banham
2013-03-11bugfix - continue autoslide after resumeAmir Nissim
2013-03-11Error check to prevent exception from CipherDavid Banham
2013-03-10remove unused file (closes #360)Hakim El Hattab
2013-03-10Add shift+space functionalityRemy Bach
2013-03-10Remove unessecary fileDavid Banham
2013-03-08merge search plugin, adjust stylesHakim El Hattab
2013-03-08Merge branch 'searchplugin' of https://github.com/razor-1/reveal.jsHakim El Hattab
2013-03-08remove extra whitespace in cssHakim El Hattab
2013-03-08remove extra whitespaceHakim El Hattab
2013-03-08fix grunt jshint configHakim El Hattab
2013-03-08denote language in code samplesHakim El Hattab
2013-03-08cut back on spacingHakim El Hattab
2013-03-08print port when multiplex server starts (#98)Hakim El Hattab
2013-03-08update multiplex setup instructions (#98)Hakim El Hattab
2013-03-08add Reveal.getConfig(), replace use of window.globals (#98)Hakim El Hattab
2013-03-08merge in multiplex (#98)Hakim El Hattab
2013-03-09Prevent users from accidentally using common credentialsDavid Banham
2013-03-08Bring multiplex up to dateDavid Banham
2013-03-08Merge branch 'master' of https://github.com/hakimel/reveal.jsDavid Banham
2013-03-05scope error (#300)Hakim El Hattab
2013-03-05blindfolded attempt at ie10 touch (#300)Hakim El Hattab
2013-03-04include search button iconJon Snyder
2013-03-04Merge branch 'searchplugin' of https://github.com/razor-1/reveal.js into devHakim El Hattab
2013-03-04merge two new themes, slight adjustments to said themesHakim El Hattab
2013-03-04Merge branch 'solarized' of https://github.com/asmod3us/reveal.js into devHakim El Hattab
2013-03-04fix error in how touch support was detectedHakim El Hattab
2013-03-04better null check for stack (closes #354)Hakim El Hattab
2013-03-04fix rotues check when loop is activeHakim El Hattab
2013-03-04better choice of fallback fonts (closes #328)Hakim El Hattab
2013-03-04add grunt sass theme taskHakim El Hattab
2013-03-04fix minor inconsistency in left/right nav when first/last slides are verticalHakim El Hattab
2013-03-04Merge branch 'patch-1' of https://github.com/ynonp/unix2-bash-scripts-slides ...Hakim El Hattab
2013-03-04note about post-startup configurationHakim El Hattab
2013-03-04enable pos-startup config of autoSlideHakim El Hattab
2013-03-01Update markdown.jsynonp
2013-03-01fix a few typos (closes #352)Hakim El Hattab
2013-02-28format tweakHakim El Hattab
2013-02-28fixing an initialization bug when turning off controls and progress in initia...Ben Houston
2013-02-28Merge remote-tracking branch 'upstream/master' into solarizedasmod3us
2013-02-27force layout after configuration changesHakim El Hattab
2013-02-27Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-02-27attempt n2 to fix grunt in travis ci buildHakim El Hattab
2013-02-27attempt to fix grunt in travis ci buildHakim El Hattab
2013-02-27update main window when current slide changes in notes (closes #343)Hakim El Hattab
2013-02-27replace classList.toggle( ..., force ) as it's broken in ffHakim El Hattab
2013-02-27dispatch event when paused/resumed (closes #336)Hakim El Hattab
2013-02-27Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into devHakim El Hattab
2013-02-27example external markdown in readme (#329)Hakim El Hattab
2013-02-27add note about external markdown in readme (#329)Hakim El Hattab
2013-02-27merge external markdown support, move example to plugin (#329)Hakim El Hattab
2013-02-27Merge branch 'slidifyMarkdown' of https://github.com/webpro/reveal.js into devHakim El Hattab
2013-02-27fragment sorting tweaks, sort attribute is now called data-fragment-index (#342)Hakim El Hattab
2013-02-27Merge branch 'sort_fragments' of https://github.com/jaberg/reveal.js into devHakim El Hattab
2013-02-27merge grunt update to 0.4 (#350)Hakim El Hattab
2013-02-27Merge branch 'upgrade-to-grunt-0.4' of https://github.com/boazsender/reveal.j...Hakim El Hattab