summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-06-03change add .reveal class in index (closes #51)Hakim El Hattab
2012-06-02added new example (closes #50)Hakim El Hattab
2012-06-02readme updateHakim El Hattab
2012-06-02api methods for adding/removing all event listeners (#48)Hakim El Hattab
2012-06-02changed selection of main container from #reveal to .reveal (closes #46)Hakim El Hattab
2012-06-02credit in readmeHakim El Hattab
2012-06-02version 1.3 is stable, upgrade to 1.4Hakim El Hattab
2012-06-02comments, tweaks and a new slide highlighting mobile supportHakim El Hattab
2012-06-02support for swipe and pinch gestures #48Hakim El Hattab
2012-06-01minified!Aaron Kiersky
2012-06-01added some public access methodsAaron Kiersky
2012-05-31dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidd...Hakim El Hattab
2012-05-31support more variations of nested lists (closes #47)Hakim El Hattab
2012-05-31added new examples, linked all contributor names to github pagesHakim El Hattab
2012-05-30updated min.js to matchakiersky
2012-05-30fixed bug in swipe gesture interacting with links.akiersky
2012-05-30added left, right, up, down gestures to change slides. moved window edge slid...akiersky
2012-05-29space and return keys can be used to exit the overview modeHakim El Hattab
2012-05-29adjust where page background is appliedHakim El Hattab
2012-05-25added exampleHakim El Hattab
2012-05-15adjust end key nav to last slideHakim El Hattab
2012-05-14Merge pull request #41 from frockenstein/masterHakim El Hattab
2012-05-14use home and end keyJason Finneyfrock
2012-05-10Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-05-10more explicit list styles (closes #38)Hakim El Hattab
2012-05-09added exampleHakim El Hattab
2012-05-07fix controls z-index in ffHakim El Hattab
2012-05-06hide address bar in mobile browsers, add apple web app metaHakim El Hattab
2012-05-05show all fragments during printHakim El Hattab
2012-05-05print styles (closes #19)Hakim El Hattab
2012-05-04'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListene...Hakim El Hattab
2012-05-03ie9 fixes, including new classList polyfillhakimel
2012-05-01minor style or wording tweaksHakim El Hattab
2012-04-30Merge pull request #36 from commadelimited/masterHakim El Hattab
2012-04-30Adding example for custom event binding.andy matthews
2012-04-28new exampleHakim El Hattab
2012-04-28added support for looped presentationsHakim El Hattab
2012-04-28merge keyboard shortcut changesHakim El Hattab
2012-04-27ignore metaKey modifier tooMichael Mahemoff
2012-04-27p for previous, n for nextMahemoff
2012-04-27Add new key mappings for navigation.Mahemoff
2012-04-26(c) yearHakim El Hattab
2012-04-25significantly smaller js file header, added minified jsHakim El Hattab
2012-04-25Merge pull request #32 from philipbjorge/masterHakim El Hattab
2012-04-25added new exampleHakim El Hattab
2012-04-24Overview now shows hidden fragments.Philip Bjorge
2012-04-22new exampleHakim El Hattab
2012-04-14added new exampleHakim El Hattab
2012-04-04more detailed usage instructions including docs on new state featureHakim El Hattab
2012-04-04upgrade to v 1.3Hakim El Hattab
2012-04-04better example of state usageHakim El Hattab
2012-04-02new exampleHakim El Hattab
2012-03-30change back state event scope, document level makes more sense as that's wher...Hakim El Hattab
2012-03-30adjustments to custom state eventsHakim El Hattab
2012-03-30Firing custom event based on data-state name. This allows developers to trigg...Andy Matthews
2012-03-30now capturing data-state on slides and lifting it to document element classLi...Hakim El Hattab
2012-03-28merge prev/next navigation pull request with modificationsHakim El Hattab
2012-03-27Implemented correct Previous and Next navigation for both mouse scroll and wi...Catalin Buzoiu
2012-03-24classList polyfill included for ie9Hakim El Hattab
2012-03-24delay hash changes to avoid transition lag in chrome and enable history by de...Hakim El Hattab
2012-03-24don't overwrite existing classes on slides (closes #23)Hakim El Hattab
2012-03-19Merge pull request #21 from archive/masterHakim El Hattab
2012-03-19added support for wireless presenterAnders
2012-03-18Merge pull request #20 from Fil/masterHakim El Hattab
2012-03-15Do not fail on other kinds of hashesFil
2012-03-05new exampleHakim El Hattab
2012-03-02new examplesHakim El Hattab
2012-02-29default hash updates to false, see http://code.google.com/p/chromium/issues/d...Hakim El Hattab
2012-02-17fix reference to old 'hasClass' methodHakim El Hattab
2012-02-17new exampleHakim El Hattab
2012-01-14tweaked mouse wheel navigationHakim El Hattab
2012-01-14Merge pull request #13 from naugtur/masterHakim El Hattab
2012-01-14removed history comment in jsHakim El Hattab
2012-01-14added usage instructions to readmeHakim El Hattab
2012-01-14rolled back to classList, promoting poyfill in readmeHakim El Hattab
2012-01-14broaden selector for img:hover (fixes #11)Hakim El Hattab
2012-01-14don't apply linkify effect to anchors containing imagesHakim El Hattab
2012-01-14add new exampleHakim El Hattab
2012-01-15Added support for smart scrolling through slides. Scrolling events are thrott...Naugtur
2012-01-03removed dependency on classList (#9)Hakim El Hattab
2012-01-03Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-01-03moved inline base64 images to awsHakim El Hattab
2012-01-03scrolling fallback mode for IE < 9Hakim El Hattab
2012-01-02slightly reduced size of progress barHakim El Hattab
2012-01-02prevent default on space pressHakim El Hattab
2012-01-02Added exampleHakim El Hattab
2011-12-30history on by defaultHakim El Hattab
2011-12-30browser history updates can now be disabled via configHakim El Hattab
2011-12-26Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2011-12-26updated copy in slides, added one that explains transitionsHakim El Hattab
2011-12-26updated readmeHakim El Hattab
2011-12-26adjusted background color of page/box themesHakim El Hattab
2011-12-26major, non backwards compatible, restructuring of DOM treeHakim El Hattab
2011-12-26changed id of 'main' container to 'reveal'Hakim El Hattab
2011-12-26packed v1.1, upgraded to 1.2Hakim El Hattab
2011-12-26readme history updateHakim El Hattab
2011-12-26added new transitions (box/page) and a ui theme (neon)Hakim El Hattab
2011-12-23fix padding and duplicate background on vertical slides in overviewHakim El Hattab
2011-12-23fix clicks on vertical slides in overviewHakim El Hattab
2011-12-23skip fragments when in overviewHakim El Hattab