Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | generalize scroll offset prevention | Hakim El Hattab | 2016-04-07 | |
| |/ |/| | ||||
* | | minor tweaks | Hakim El Hattab | 2016-03-20 | |
| | | ||||
* | | remove unintentionally added file | Hakim El Hattab | 2016-03-20 | |
| | | ||||
* | | new empty template at index.html, move old index to demo.html #1526 | Hakim El Hattab | 2016-03-20 | |
| | | ||||
* | | add 'shuffle' config value and API method #1506 #1089 | Hakim El Hattab | 2016-03-20 | |
| | | ||||
* | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-03-10 | |
|\| | ||||
| * | slides link | Hakim El Hattab | 2016-03-10 | |
| | | ||||
* | | Merge pull request #1523 from demoneaux/readme-fix | Hakim El Hattab | 2016-03-09 | |
|\ \ | | | | | | | Make PDF export section less OS X specific. | |||
| * | | Make PDF export section less OS X specific. | Benjamin Tan | 2016-03-07 | |
| | | | | | | | | | Closes #1073. | |||
* | | | server notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | 2016-03-09 | |
| | | | ||||
* | | | notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | 2016-03-09 | |
| | | | ||||
* | | | fix notes regex #1522 #1392 | Hakim El Hattab | 2016-03-09 | |
|/ / | ||||
* | | Merge branch 'patch-1' of https://github.com/LaurentTreguier/reveal.js into dev | Hakim El Hattab | 2016-03-07 | |
|\ \ | ||||
| * | | Change ".video" to ".reveal .video" | LaurentTreguier | 2016-02-17 | |
| | | | | | | | | | I don't know if this is supposed to be this way ? | |||
* | | | Merge pull request #1522 from demoneaux/notes-fix | Hakim El Hattab | 2016-03-07 | |
|\ \ \ | | | | | | | | | Fix query parameter issue in notes plugin. | |||
| * | | | Fix query parameter issue in notes plugin. | Benjamin Tan | 2016-03-06 | |
| | | | | | | | | | | | | Closes #1392. | |||
* | | | | Merge pull request #1521 from demoneaux/unused-dependencies | Hakim El Hattab | 2016-03-07 | |
|\ \ \ \ | |/ / / |/| | | | Remove unused dependencies. | |||
| * | | | Remove unused dependencies. | Benjamin Tan | 2016-03-06 | |
|/ / / | ||||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-03-04 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Merge pull request #1484 from omer727/patch-1 | Hakim El Hattab | 2016-03-04 | |
| |\ \ | | |/ | |/| | Fixing spelling typo and GitHub proper camelcase for brand name | |||
| | * | Fixing spelling typo and GitHub proper camelcase for brand name | omer727 | 2016-01-17 | |
| | | | ||||
* | | | use css to scale slides up in safari | Hakim El Hattab | 2016-02-29 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-01-22 | |
|\| | | ||||
| * | | readme tweak | Hakim El Hattab | 2016-01-22 | |
| | | | ||||
| * | | add barebones example to readme | Hakim El Hattab | 2016-01-22 | |
| |/ | ||||
* | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-01-11 | |
|\| | ||||
| * | note about showNotes in PDF exports | Hakim El Hattab | 2016-01-11 | |
| | | ||||
* | | merge #1220 | Hakim El Hattab | 2016-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 Hattab | 2016-01-11 | |
|\ \ \ | | | | | | | | | | | | | into dev | |||
| * | | | format note content when creating slide | Liu Zhanhong | 2015-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 dev | Hakim El Hattab | 2016-01-11 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Merge pull request #1476 from prtksxna/patch-1 | Hakim El Hattab | 2016-01-11 | |
| |\ \ \ | | | | | | | | | | | Remove rebase conflict in README.md | |||
| | * | | | Remove rebase conflict in README.md | Prateek Saxena | 2016-01-11 | |
| |/ / / | ||||
* | | | | code format | Hakim El Hattab | 2016-01-08 | |
| | | | | ||||
* | | | | Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev | Hakim El Hattab | 2016-01-08 | |
|\ \ \ \ | ||||
| * | | | | Add support for custom notes.html file | Daniel Teixeira | 2015-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 example | Hakim El Hattab | 2016-01-08 | |
| | | | | | ||||
* | | | | | tweak implementation of #1376 | Hakim El Hattab | 2016-01-08 | |
|\ \ \ \ \ | ||||
| * | | | | | UPDATED - Improvement on spaces and indentation | Alex Batista | 2015-09-29 | |
| | | | | | | ||||
| * | | | | | UPDATED - Improvement on spaces and indentation | Alex Batista | 2015-09-29 | |
| | | | | | | ||||
| * | | | | | UPDATED - Improvement of code. Now none flag is used, but the readyState ↵ | Alex Batista | 2015-09-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | property from video element | |||
| * | | | | | Merge branch 'master' of https://github.com/alexbatista/reveal.js | Alex Batista | 2015-09-29 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/reveal.js | |||
| | * | | | | | improvement on spaces and indentation | Alex Batista | 2015-09-29 | |
| | | | | | | | ||||
| * | | | | | | Improvement of code. Now none flag is used, but the readyState property ↵ | Alex Batista | 2015-09-29 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | from video element | |||
| * | | | | | bug fix - when the first section has a background-video, the vido do not ↵ | Alex Batista | 2015-09-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | execute. Now, it's work | |||
* | | | | | | same code format | Hakim El Hattab | 2016-01-08 | |
| | | | | | | ||||
* | | | | | | Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into dev | Hakim El Hattab | 2016-01-08 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | fixed loading | teawithfruit | 2015-11-02 | |
| | | | | | | | ||||
* | | | | | | | rebuild css | Hakim El Hattab | 2016-01-08 | |
| | | | | | | |