Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | working on #227 | Federico Fissore | 2012-11-05 | |
| | | | ||||
* | | | enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵ | Hakim El Hattab | 2012-11-17 | |
| | | | | | | | | | | | | by default | |||
* | | | Document vertical centering breaking backcompat | Dan Dascalescu | 2012-11-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is: http://lab.hakim.se/reveal-js/?transition=cube Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now. Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence): bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px'; Alternatively, is there an easy way to restore the previous functionality? | |||
* | | | note about #226 in readme | Hakim El Hattab | 2012-11-11 | |
| | | | ||||
* | | | add touch based remote controlled plugin | Hakim El Hattab | 2012-11-11 | |
| | | | ||||
* | | | add note about nested fragments | Hakim El Hattab | 2012-11-11 | |
| | | | ||||
* | | | fix typos | Hakim El Hattab | 2012-11-11 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-11-11 | |
|\ \ \ | ||||
| * | | | its->it's in README.md | Dan Dascalescu | 2012-11-10 | |
| | | | | | | | | | | | | Thanks for the multi-control support! | |||
* | | | | add grunt.js build file (closes #235) | Hakim El Hattab | 2012-11-11 | |
|/ / / | ||||
* | | | fix vertical transition for vertically centered slides, vertical centering ↵ | Hakim El Hattab | 2012-11-10 | |
| | | | | | | | | | | | | is now on by default (#70) | |||
* | | | allow multiple control elements, document usage of global controls (#184, #204) | Hakim El Hattab | 2012-11-10 | |
| | | | ||||
* | | | overview mode documentation | Hakim El Hattab | 2012-11-10 | |
|\ \ \ | ||||
| * | | | Describing how to toggle "overview mode" | Bruno Bord | 2012-10-30 | |
| |/ / | ||||
* / / | corrections to vertical centering (#70), added to docs, upgrade to 2.2 | Hakim El Hattab | 2012-11-10 | |
|/ / | ||||
* | | document server-side speaker notes | Hakim El Hattab | 2012-10-28 | |
| | | ||||
* | | updated markdown references in notes plugin | Hakim El Hattab | 2012-10-28 | |
| | | ||||
* | | Cherry picking from branch fix-fragments-in-speakernotes | Michael Kühnel | 2012-10-23 | |
| | | | | | | | | | | | | | | | | | | | | | | Change source from reveal.min.js to reveal.js for testing purposes. Add nextFragment and previousFragment to the API: Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. Update README.md: Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment() | |||
* | | new postMessage-based notes plugin, moved node-based notes to notes-server ↵ | Hakim El Hattab | 2012-10-20 | |
|\ \ | | | | | | | | | | (#190) | |||
* | | | explain fragments in readme | Hakim El Hattab | 2012-10-20 | |
| | | | ||||
* | | | Merge pull request #194 from mischah/feature-fullscreen | Hakim El Hattab | 2012-10-20 | |
|\ \ \ | | | | | | | | | Adding info about the fullscreen mode to README.md | |||
| * | | | Update README.md | Michael Kühnel | 2012-10-19 | |
| | | | | | | | | | | | | | | | | Add info about the fullscreen mode | |||
* | | | | add 'ready' event (#182) | Hakim El Hattab | 2012-10-17 | |
| |/ / |/| | | ||||
* | | | Document zooming feature | Dan Dascalescu | 2012-10-14 | |
| | | | ||||
* | | | new shorter api method names (closes #178), restructured and cleaned up core js | Hakim El Hattab | 2012-10-14 | |
| | | | ||||
* | | | Merge pull request #173 from Hlynsson/patch-1 | Hakim El Hattab | 2012-10-13 | |
|\ \ \ | | | | | | | | | fixed link for browser support | |||
| * | | | fixed link for browser support | Hansi | 2012-10-12 | |
| |/ / | | | | | | | was pointing at changelog | |||
* | | | roll back attr name change, just lowercase (#170) | Hakim El Hattab | 2012-10-13 | |
| | | | ||||
* | | | ability to define autoSlide duration per slide | Hakim El Hattab | 2012-10-13 | |
| | | | ||||
* | | | Merge branch 'master' of https://github.com/functino/reveal.js | Hakim El Hattab | 2012-10-13 | |
|\ \ \ | ||||
| * | | | Make it possible to customize autoSlide for each slide | ageier | 2012-10-11 | |
| |/ / | ||||
* / / | add zoom transition | Hakim El Hattab | 2012-10-13 | |
|/ / | ||||
* | | update re markdown | Hakim El Hattab | 2012-10-08 | |
| | | ||||
* | | wrap markdown in script text/template to fix parsing errors (closes #146 ↵ | Hakim El Hattab | 2012-10-08 | |
| | | | | | | | | #155 #162) | |||
* | | new slide | Hakim El Hattab | 2012-09-30 | |
| | | ||||
* | | merge markdown in notes | Hakim El Hattab | 2012-09-21 | |
| | | ||||
* | | Merge branch 'markdown-in-notes' of ↵ | Hakim El Hattab | 2012-09-21 | |
|\ \ | | | | | | | | | | https://github.com/technicalpickles/reveal.js | |||
| * | | Add documentation for markdown speaker notes | Josh Nichols | 2012-09-08 | |
| | | | ||||
* | | | add option for disabling overview mode (closes #145) | Hakim El Hattab | 2012-09-21 | |
| | | | ||||
* | | | instructions for print pdf include | Hakim El Hattab | 2012-09-21 | |
| | | | ||||
* | | | readme update | Hakim El Hattab | 2012-09-09 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-09-09 | |
|\| | | ||||
| * | | Update README.md | Hakim El Hattab | 2012-09-04 | |
| | | | ||||
| * | | add pledgie button | Hakim El Hattab | 2012-09-04 | |
| | | | ||||
* | | | add rvl.io to readme and template slide | Hakim El Hattab | 2012-09-09 | |
|/ / | ||||
* | | Update Socket.IO URL in readme. | Jono Warren | 2012-09-03 | |
| | | ||||
* | | Update README.md | Hakim El Hattab | 2012-08-24 | |
| | | | | | | typo | |||
* | | support for named links (closes #55) | Hakim El Hattab | 2012-08-20 | |
| | | ||||
* | | readme tweaks | Hakim El Hattab | 2012-08-14 | |
| | | ||||
* | | Document optional libraries | Dan Dascalescu | 2012-08-14 | |
| | | | | | | Note that socket.io and a few others are not shipped by default |