aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | generalize scroll offset preventionHakim El Hattab2016-04-07
| |/ |/|
* | minor tweaksHakim El Hattab2016-03-20
| |
* | remove unintentionally added fileHakim El Hattab2016-03-20
| |
* | new empty template at index.html, move old index to demo.html #1526Hakim El Hattab2016-03-20
| |
* | add 'shuffle' config value and API method #1506 #1089Hakim El Hattab2016-03-20
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2016-03-10
|\|
| * slides linkHakim El Hattab2016-03-10
| |
* | Merge pull request #1523 from demoneaux/readme-fixHakim El Hattab2016-03-09
|\ \ | | | | | | Make PDF export section less OS X specific.
| * | Make PDF export section less OS X specific.Benjamin Tan2016-03-07
| | | | | | | | | Closes #1073.
* | | server notes plugin no longer syncs overview mode #1446Hakim El Hattab2016-03-09
| | |
* | | notes plugin no longer syncs overview mode #1446Hakim El Hattab2016-03-09
| | |
* | | fix notes regex #1522 #1392Hakim El Hattab2016-03-09
|/ /
* | Merge branch 'patch-1' of https://github.com/LaurentTreguier/reveal.js into devHakim El Hattab2016-03-07
|\ \
| * | Change ".video" to ".reveal .video"LaurentTreguier2016-02-17
| | | | | | | | | I don't know if this is supposed to be this way ?
* | | Merge pull request #1522 from demoneaux/notes-fixHakim El Hattab2016-03-07
|\ \ \ | | | | | | | | Fix query parameter issue in notes plugin.
| * | | Fix query parameter issue in notes plugin.Benjamin Tan2016-03-06
| | | | | | | | | | | | Closes #1392.
* | | | Merge pull request #1521 from demoneaux/unused-dependenciesHakim El Hattab2016-03-07
|\ \ \ \ | |/ / / |/| | | Remove unused dependencies.
| * | | Remove unused dependencies.Benjamin Tan2016-03-06
|/ / /
* | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2016-03-04
|\ \ \ | | |/ | |/|
| * | Merge pull request #1484 from omer727/patch-1Hakim El Hattab2016-03-04
| |\ \ | | |/ | |/| Fixing spelling typo and GitHub proper camelcase for brand name
| | * Fixing spelling typo and GitHub proper camelcase for brand nameomer7272016-01-17
| | |
* | | use css to scale slides up in safariHakim El Hattab2016-02-29
| | |
* | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2016-01-22
|\| |
| * | readme tweakHakim El Hattab2016-01-22
| | |
| * | add barebones example to readmeHakim El Hattab2016-01-22
| |/
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2016-01-11
|\|
| * note about showNotes in PDF exportsHakim El Hattab2016-01-11
| |
* | merge #1220Hakim El Hattab2016-01-11
|\ \
| * | Fixed last header having a border-bottom Philipp A.2015-05-03
| | | | | | | | | `<tbody/>` is automatically inserted, so we can guarantee that this affects all ths and tds in the last row of the table *body* and the head is left untouched
* | | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵Hakim El Hattab2016-01-11
|\ \ \ | | | | | | | | | | | | into dev
| * | | format note content when creating slideLiu Zhanhong2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following: ``` note: * a * b * c ``` it become: ```html <p><em> a </em> b</p> <ul> <li>c</li> </ul> ``` unbelievable!
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2016-01-11
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1476 from prtksxna/patch-1Hakim El Hattab2016-01-11
| |\ \ \ | | | | | | | | | | Remove rebase conflict in README.md
| | * | | Remove rebase conflict in README.mdPrateek Saxena2016-01-11
| |/ / /
* | | | code formatHakim El Hattab2016-01-08
| | | |
* | | | Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into devHakim El Hattab2016-01-08
|\ \ \ \
| * | | | Add support for custom notes.html fileDaniel Teixeira2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be nice if we could define a custom notes.html file. Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :( So, what do you think about it?
* | | | | fix broken iframe in backgrounds exampleHakim El Hattab2016-01-08
| | | | |
* | | | | tweak implementation of #1376Hakim El Hattab2016-01-08
|\ \ \ \ \
| * | | | | UPDATED - Improvement on spaces and indentationAlex Batista2015-09-29
| | | | | |
| * | | | | UPDATED - Improvement on spaces and indentationAlex Batista2015-09-29
| | | | | |
| * | | | | UPDATED - Improvement of code. Now none flag is used, but the readyState ↵Alex Batista2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | property from video element
| * | | | | Merge branch 'master' of https://github.com/alexbatista/reveal.jsAlex Batista2015-09-29
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/reveal.js
| | * | | | | improvement on spaces and indentationAlex Batista2015-09-29
| | | | | | |
| * | | | | | Improvement of code. Now none flag is used, but the readyState property ↵Alex Batista2015-09-29
| |/ / / / / | | | | | | | | | | | | | | | | | | from video element
| * | | | | bug fix - when the first section has a background-video, the vido do not ↵Alex Batista2015-09-28
| | | | | | | | | | | | | | | | | | | | | | | | execute. Now, it's work
* | | | | | same code formatHakim El Hattab2016-01-08
| | | | | |
* | | | | | Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into devHakim El Hattab2016-01-08
|\ \ \ \ \ \
| * | | | | | fixed loadingteawithfruit2015-11-02
| | | | | | |
* | | | | | | rebuild cssHakim El Hattab2016-01-08
| | | | | | |