aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-05-03add test presentation for per-slide transitions, compile css #1106Hakim El Hattab
2015-05-03Merge branch 'master' of https://github.com/jammon/reveal.js into devHakim El Hattab
2015-04-13change iframe exampleHakim El Hattab
2015-04-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-04-12Merge pull request #1162 from bobylito/masterHakim El Hattab
Make npm dependency usable by Browserify through npm
2015-04-12fix markdown testHakim El Hattab
2015-04-12remove 'roll-in' fragment style due to Chrome crash #1150Hakim El Hattab
2015-04-12update cssmin to 0.12.2 #1179Hakim El Hattab
2015-04-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-04-12Merge pull request #1180 from kayakr/patch-1Hakim El Hattab
typo
2015-04-12Merge branch 'query-params' of https://github.com/FND/reveal.js into devHakim El Hattab
2015-04-12Merge pull request #1193 from danielquinn/Firefox-friendlyHakim El Hattab
Added support for standard transforms
2015-04-03Added support for standard transformsDaniel Quinn
-webkit- stuff only works on webkit browsers. I'm pretty sure that using the standard `transform:` here works in most modern browsers.
2015-04-02support query parameters within notes pluginFND
2015-03-26Fix typo /s/configure/configuredkayakr
2015-03-25fix for #1150?Hakim El Hattab
2015-03-25reset fragment transforms using 'none'Hakim El Hattab
2015-03-25fix #1170Hakim El Hattab
2015-03-25remove variable definitions #1158Hakim El Hattab
2015-03-25Merge branch 'dev' of https://github.com/bchretien/reveal.js into devHakim El Hattab
2015-03-25Merge branch 'patch-1' of https://github.com/drzax/reveal.js into devHakim El Hattab
2015-03-25Merge pull request #1166 from callahad/update-markedHakim El Hattab
update marked to 0.3.3
2015-03-25Merge branch 'patch-1' of https://github.com/borrown/reveal.js into devHakim El Hattab
2015-03-25alt+zoom only works on slide content #1151Hakim El Hattab
2015-03-19Update reveal.jsAlexander
2015-03-16Attribute values should be quotedSimon Elvery
2015-03-16Bumped Marked to v0.3.3Dan Callahan
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658
2015-03-16updated md slide separator regex #929Hakim El Hattab
see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837
2015-03-14Make npm dependency usable by Browserify through NPMAlexandre Stanislawski
Right now the package is not recognized as usable library by Browserify. Adding the main attribute in the package.json solves that, and now gives others the possibility to use reveal as a library in more complex systems.
2015-03-13Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-03-13note about pluginsHakim El Hattab
2015-03-13Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-03-13link to pluginsHakim El Hattab
2015-03-08Fix slide numbering for custom slide number formatting.Benjamin Chrétien
Numbering was off when dealing with fragments.
2015-03-05remove selection color from core cssHakim El Hattab
2015-03-02add blood theme to demo slides #928Hakim El Hattab
2015-03-02tweaks to blood themeHakim El Hattab
2015-03-02code formatHakim El Hattab
2015-03-02Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into devHakim El Hattab
2015-03-02fix mixed spaces/tabsHakim El Hattab
2015-02-28Markdown table column alignment #1050Christian Fehmer
The alignment information were already in the generated html. The css was the only thing missing, so I added it.
2015-02-25Merge pull request #1113 from brndnb/patch-1Hakim El Hattab
grammar
2015-02-25code formatHakim El Hattab
2015-02-25Merge pull request #1138 from denehyg/background-video-loopHakim El Hattab
background video loop
2015-02-25merge conflictHakim El Hattab
2015-02-25fix mixed indentationHakim El Hattab
2015-02-25fix progress bar clicks in rtl mode #1131Hakim El Hattab
2015-02-25ensure postmessage data is a string #1143Hakim El Hattab
2015-02-25merge options for parallax step size #733Hakim El Hattab
2015-02-19Check before calling blur on activeElement.Jordan Hofker
It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception. This protects against that and will only call `.blur()` when `document.activeElement` supports it.
2015-02-19Added option to loop background videosGreg Denehy
2015-02-09fix looped view distance calculationHakim El Hattab
2015-02-03prevent iframes from offsetting presentationHakim El Hattab
2015-02-02only preload last slides if presentation is loopedHakim El Hattab
2015-01-30gifs now restart when their slide container is shownHakim El Hattab
2015-01-29only transition slides container in overview modeHakim El Hattab
2015-01-29Merge pull request #1119 from hakimel/feature/new-overviewHakim El Hattab
Refactored overview mode
2015-01-29fix error when exiting overviewHakim El Hattab
2015-01-29commentsHakim El Hattab
2015-01-29cleaner approach to applying transforms to slides containerHakim El Hattab
2015-01-28dynamic file mapping to avoid themes hardcoded in gruntfileHakim El Hattab
2015-01-28theme readme updateHakim El Hattab
2015-01-28ensure overview indices are up to date if a slide movesHakim El Hattab
2015-01-27cross browser adjustments for overview modeHakim El Hattab
2015-01-27further overview refactoringHakim El Hattab
2015-01-26refactoring and optimization of overview modeHakim El Hattab
2015-01-26Merge pull request #1115 from raboof/patch-1Hakim El Hattab
themes grunt task was renamed
2015-01-26Grunt target was renamedArnout Engelen
2015-01-22Fix small typoBranden Byers
2015-01-22add global flag back in for whitespace removal, without it most of the ↵Hakim El Hattab
content in example.html does not work #682
2015-01-20default to https mathjax #1103Hakim El Hattab
2015-01-19fix for #1088 when presentation is not scaledHakim El Hattab
2015-01-18Adding one-sided transitionsJohannes Ammon
Now the transition isn’t any more „per slide“ but „per movement of a slide“. So the slide can disappear in another way than it appeared.
2015-01-18Mixins for readability of transitions addedJohannes Ammon
To honor the DRY principle repeating patterns have been factored out. In addition there was an anchor missing in README.md.
2015-01-17apply z position to slide container, rather than individual slidesHakim El Hattab
2015-01-16firefox support for #1088Hakim El Hattab
2015-01-16no longer set o-transformsHakim El Hattab
2015-01-16background images now work in overview mode #1088Hakim El Hattab
2015-01-16support for custom slide number formatting #965Hakim El Hattab
2015-01-15use getElementByID when looking up linked slides #1086Hakim El Hattab
2015-01-14only read textContent for aria callout #1100Hakim El Hattab
2015-01-12documentation for getState/setStateHakim El Hattab
2015-01-12documentation for postMessage APIHakim El Hattab
2015-01-09Merge pull request #1093 from hakimel/devHakim El Hattab
3.0.0
2015-01-09content tweakHakim El Hattab
2015-01-08content tweaksHakim El Hattab
2015-01-06reorganize fonts, include source sans pro for offline useHakim El Hattab
2015-01-06always play background video from the start #1049Hakim El Hattab
2015-01-06merge master into devHakim El Hattab
2015-01-06revise contribution guidelines, graduate 3.0 from devHakim El Hattab
2015-01-06dont subset league glyphs #989Hakim El Hattab
2015-01-06new slideshare pdf exampleHakim El Hattab
2015-01-06new font & type settings for default themeHakim El Hattab
2015-01-06reveal container size determines progress bar widthHakim El Hattab
2015-01-05avoid repetitionHakim El Hattab
2015-01-05(c) 2015Hakim El Hattab
2014-12-27remove deprecated data-state background colorsHakim El Hattab
2014-12-27kill unintended transition into overview modeHakim El Hattab
2014-12-27change transition defaultsHakim El Hattab
2014-12-27tweak commentsHakim El Hattab