aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #1205 from gothma/mathjax-mdHakim El Hattab2015-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow tex parsing in <code> tags
| * | | | | | Allow tex parsing in <code> tagsMartin Goth2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just using $ as delimiter in markdown document fails since the markdown parser unknown to the dollar syntax will try to interpret underscores. Putting the $ delimented formula in backticks will cause the markdown parser to put the tex-code with the $ delimiters into a code block. The texcode will then be unchanged. This patch allows for mathJax to interpret and automagically display the tex-formulas.
* | | | | | | fix theme control arrow selectors #1257Hakim El Hattab2015-07-07
| | | | | | |
* | | | | | | Merge branch 'controls-buttons-a11y' of ↵Hakim El Hattab2015-07-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/marcysutton/reveal.js into dev
| * | | | | | | accessibility: controls as buttons, not divsmarcysutton2015-06-05
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2015-07-02
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | add bower json #1067Hakim El Hattab2015-07-02
| | | | | | | |
| * | | | | | | Merge pull request #1287 from obilodeau/patch-1Hakim El Hattab2015-07-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | README: suggest decktape as an alternative for PDF rendering
| | * | | | | | | README: suggest decktape as an alternative for PDF renderingOlivier Bilodeau2015-06-28
| |/ / / / / / / | | | | | | | | | | | | | | | | It works around the current PDF rendering bugs like #1261
* | | | | | | | remove harcoded syntax highlight colors #1290Hakim El Hattab2015-07-02
| | | | | | | |
* | | | | | | | update highlight.js themeHakim El Hattab2015-06-30
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2015-06-25
|\| | | | | | |
| * | | | | | | Merge pull request #1260 from pierreozoux/masterHakim El Hattab2015-06-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allows to specify PORT from env on multiplex plugin
| | * | | | | | | Allows to specify PORT from env on multiplex pluginpierreozoux2015-06-10
| | |/ / / / / /
| * | | | | | | Merge pull request #1270 from jasonkarns/patch-1Hakim El Hattab2015-06-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | enabling launching presentation with npm-start
| | * | | | | | | enabling launching presentation with npm-startJason Karns2015-06-16
| | |/ / / / / /
| * | | | | | | Merge pull request #1274 from jasonkarns/patch-3Hakim El Hattab2015-06-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | broken <table> html in demo deck
| | * | | | | | | broken <table> html in demo deckJason Karns2015-06-20
| | |/ / / / / /
| * | | | | | | Merge pull request #1271 from jasonkarns/patch-2Hakim El Hattab2015-06-25
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | `licenses` field is deprecated
| | * | | | | | `licenses` field is deprecatedJason Karns2015-06-16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression.
* | | | | | | Merge pull request #1250 from kfuglsang/highlightjs-86Hakim El Hattab2015-06-25
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Updated to Highlightjs 8.6 with all languages supported.
| * | | | | | Updated to Highlightjs 8.6 with all languages supported.Kenneth Fuglsang2015-06-02
| | | | | | |
* | | | | | | Merge pull request #1268 from gneatgeek/migrate-leap-pluginHakim El Hattab2015-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Removed leap motion plugin from main project
| * | | | | | | Removed leap motion plugin from main projectRC0285522015-06-15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'davidbanham-master' into devHakim El Hattab2015-06-03
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge #959 with minor tweaksHakim El Hattab2015-06-03
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Listen to custom mapped togglePause keysDavid Banham2014-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves issue #941
| * | | | | | | add base option for grunt serve task #1102Hakim El Hattab2015-06-03
| | | | | | | |
| * | | | | | | Merge pull request #1202 from alexandreleroux/patch-1Hakim El Hattab2015-06-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PDF exporting also works with Chromium
| | * | | | | | | PDF exporting also works with ChromiumAlexandre Leroux2015-04-14
| | | |_|/ / / / | | |/| | | | | | | | | | | | | For those who can't install Google Chrome (e.g. work network policies) but can use Chromium, Chromium does work for creating the pdf. I updated the readme accordingly. Thanks!
| * | | | | | | Merge pull request #1234 from lememora/masterHakim El Hattab2015-06-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added missing comma on the configuration example
| | * | | | | | | added missing comma on the configuration exampleRafael Moraes2015-05-19
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #1201 from MA3STR0/masterHakim El Hattab2015-06-03
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Correct Readme.md -> Theming -> sky
| | * | | | | | Correct Readme.md#themingAnton2015-04-13
| | |/ / / / / | | | | | | | | | | | | | | Theming/sky.css has dark gray text on light blue background; not white text
* | | | | | | Merge pull request #1207 from danielePala/patch-1Hakim El Hattab2015-06-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update index.html
| * | | | | | Update index.htmlDaniele Pala2015-04-20
| | | | | | | | | | | | | | | | | | | | | Added https prefix to slideshare iframe link, without this I got a 'not found' error when opening the demo locally.
* | | | | | | 3.1.0Hakim El Hattab2015-05-18
| | | | | | |
* | | | | | | consider lazy loaded iframes when formatting srcHakim El Hattab2015-05-08
| | | | | | |
* | | | | | | fix iframe unload in firefoxHakim El Hattab2015-05-07
| | | | | | |
* | | | | | | iframe postmesssage api works with lazy loaded iframesHakim El Hattab2015-05-07
| | | | | | |
* | | | | | | sync starts playing new embedded contentHakim El Hattab2015-05-06
| | | | | | |
* | | | | | | type check to ensure we don't call media api before media has loadedHakim El Hattab2015-05-06
| | | | | | |
* | | | | | | fix lazy load selector errorHakim El Hattab2015-05-06
| | | | | | |
* | | | | | | tweak to iframe lazy load testHakim El Hattab2015-05-06
| | | | | | |
* | | | | | | typoHakim El Hattab2015-05-04
| | | | | | |
* | | | | | | lazy-load iframes only for current slide, unload when hiddenHakim El Hattab2015-05-04
| | | | | | |
* | | | | | | lazy loading fallback also considers iframesHakim El Hattab2015-05-04
| | | | | | |
* | | | | | | add test presentation for per-slide transitions, compile css #1106Hakim El Hattab2015-05-03
| | | | | | |
* | | | | | | Merge branch 'master' of https://github.com/jammon/reveal.js into devHakim El Hattab2015-05-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Adding one-sided transitionsJohannes Ammon2015-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.