Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stop tracking minified files #783 | Hakim El Hattab | 2014-04-06 |
| | |||
* | Merge branch 'patch-1' of https://github.com/jamestwebber/reveal.js into dev | Hakim El Hattab | 2014-04-06 |
|\ | |||
| * | Add generated css and js to gitignore | jamestwebber | 2014-01-25 |
| | | | | | | I found it nice to ignore these files, they are automatically generated anyway (i.e. reveal.min.js always has the date of minify-ing, which I don't want to commit all the time). Should just track the source unless there is a good reason to hand-curate these versions. | ||
* | | next release will be 3.0.0 | Hakim El Hattab | 2014-04-06 |
| | | |||
* | | Merge pull request #682 from tentacode/patch-1 | Hakim El Hattab | 2014-04-06 |
|\ \ | | | | | | | Indentation issue when using code in a markdown slide | ||
| * | | Removing global flag for replacing whitespaces | Gabriel Pillet | 2013-10-31 |
| | | | |||
* | | | only use zoom to scale content in webkit | Hakim El Hattab | 2014-04-04 |
| | | | |||
* | | | video background playback | Hakim El Hattab | 2014-04-04 |
| | | | |||
* | | | revamped and greatly simplified the layout of .slides | Hakim El Hattab | 2014-04-03 |
| | | | |||
* | | | use flexbox for vertically centered printing #862 | Hakim El Hattab | 2014-04-03 |
| | | | |||
* | | | Merge branch 'dev' of github.com:ht push origin akimel/reveal.js into dev | Hakim El Hattab | 2014-04-01 |
|\ \ \ | |||
| * \ \ | Merge pull request #794 from Spy-Seth/dev | Hakim El Hattab | 2014-03-25 |
| |\ \ \ | | | | | | | | | | | increase Logitech R400 remote compatibility | ||
| | * | | | Typo fix. | Armand Abric | 2014-02-18 |
| | | | | | |||
| | * | | | Increase Logitech R400 remote compatibity. | Armand Abric | 2014-02-07 |
| | | | | | |||
* | | | | | test for #858 | Hakim El Hattab | 2014-04-01 |
| | | | | | |||
* | | | | | add getTotalSlides #858 | Hakim El Hattab | 2014-04-01 |
| | | | | | |||
* | | | | | start work on video backgrounds #751 | Hakim El Hattab | 2014-03-26 |
| | | | | | |||
* | | | | | optimization, only declare background creation method once | Hakim El Hattab | 2014-03-26 |
|/ / / / | |||
* | | | | merge master into dev | Hakim El Hattab | 2014-03-25 |
|\ \ \ \ | |||
| * \ \ \ | Merge pull request #832 from craigcitro/patch-1 | Hakim El Hattab | 2014-03-25 |
| |\ \ \ \ | | | | | | | | | | | | | tweak layout in readme installation markup | ||
| | * | | | | Tweak layout in README.md installation markup. | Craig Citro | 2014-03-14 |
| | | | | | | | | | | | | | | | | | | Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it. | ||
| * | | | | | update version to 2.6.2 to fix broken tarball on npm #506 | Hakim El Hattab | 2014-03-18 |
| |/ / / / | |||
| * | | | | update (c) year | Hakim El Hattab | 2014-03-13 |
| | | | | | |||
* | | | | | Merge branch 'dev' of https://github.com/xdhmoore/reveal.js into dev | Hakim El Hattab | 2014-03-25 |
|\ \ \ \ \ | |||
| * | | | | | More robost calculation of .stretch height | Daniel Moore | 2014-03-13 |
| | | | | | | |||
* | | | | | | disable transition into and out of overview mode #829 | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | tweak table margins, dont reset 'i' element #803 | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | merge upgrade of highlight.js, add base styles to pre code, dont limit ↵ | Hakim El Hattab | 2014-03-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | language detection in index.html #809 | ||
* | | | | | | Merge branch 'master' of https://github.com/jdfitzgerald/reveal.js into dev | Hakim El Hattab | 2014-03-25 |
|\ \ \ \ \ \ | |||
| * | | | | | | updated presentation to specify used languages used for highlight.js | J.D. Fitz.Gerald | 2014-02-28 |
| | | | | | | | |||
| * | | | | | | updated highlight.js to v8.0 | J.D. Fitz.Gerald | 2014-02-28 |
| | |/ / / / | |/| | | | | |||
* | | | | | | limit named links to [a-zA-Z0-9\-\_\:\.] #836 | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | fix 'fragments' config option (#849) | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | prevent invisible fragments from capturing mouse events #845 | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | correct ms fullscreen api method name #843 | Hakim El Hattab | 2014-03-25 |
| | | | | | | |||
* | | | | | | use socket.io 0.9.16 | Hakim El Hattab | 2014-03-18 |
| |/ / / / |/| | | | | |||
* | | | | | include fragments in progress bar calculation | Hakim El Hattab | 2014-03-13 |
| | | | | | |||
* | | | | | test for getProgress | Hakim El Hattab | 2014-03-12 |
| | | | | | |||
* | | | | | add api method for retrieving progress | Hakim El Hattab | 2014-03-12 |
| | | | | | |||
* | | | | | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2014-03-12 |
|\ \ \ \ \ | |||
| * \ \ \ \ | Merge pull request #816 from Gijs-Koot/dev | Hakim El Hattab | 2014-03-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | small fix for issue #814 | ||
| | * | | | | | fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵ | Gijs Koot | 2014-03-05 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | autoCenter is of, the tipPosition was in the wrong scope | ||
* | | | | | | deserialize state values | Hakim El Hattab | 2014-03-12 |
| | | | | | | |||
* | | | | | | typo fix | Hakim El Hattab | 2014-03-12 |
|/ / / / / | |||
* | | | | | add get/setState methods for persisting and restoring presentation state | Hakim El Hattab | 2014-03-02 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2014-02-28 |
|\| | | | | |||
| * | | | | fix pdf print bug in chrome 33 #808 | Hakim El Hattab | 2014-02-28 |
| | |_|/ | |/| | | |||
* | | | | change version to 2.7.0 (dev) | Hakim El Hattab | 2014-02-28 |
| | | | | |||
* | | | | don't reduce line height for all headings in base theme (#753) | Hakim El Hattab | 2014-02-25 |
| | | | | |||
* | | | | Merge branch 'master' of https://github.com/ccortezia/reveal.js into dev | Hakim El Hattab | 2014-02-18 |
|\ \ \ \ |