aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
...
| * | working on #227Federico Fissore2012-11-05
| | |
* | | enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵Hakim El Hattab2012-11-17
| | | | | | | | | | | | by default
* | | Document vertical centering breaking backcompatDan Dascalescu2012-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 readmeHakim El Hattab2012-11-11
| | |
* | | add touch based remote controlled pluginHakim El Hattab2012-11-11
| | |
* | | add note about nested fragmentsHakim El Hattab2012-11-11
| | |
* | | fix typosHakim El Hattab2012-11-11
| | |
* | | Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-11-11
|\ \ \
| * | | its->it's in README.mdDan Dascalescu2012-11-10
| | | | | | | | | | | | Thanks for the multi-control support!
* | | | add grunt.js build file (closes #235)Hakim El Hattab2012-11-11
|/ / /
* | | fix vertical transition for vertically centered slides, vertical centering ↵Hakim El Hattab2012-11-10
| | | | | | | | | | | | is now on by default (#70)
* | | allow multiple control elements, document usage of global controls (#184, #204)Hakim El Hattab2012-11-10
| | |
* | | overview mode documentationHakim El Hattab2012-11-10
|\ \ \
| * | | Describing how to toggle "overview mode"Bruno Bord2012-10-30
| |/ /
* / / corrections to vertical centering (#70), added to docs, upgrade to 2.2Hakim El Hattab2012-11-10
|/ /
* | document server-side speaker notesHakim El Hattab2012-10-28
| |
* | updated markdown references in notes pluginHakim El Hattab2012-10-28
| |
* | Cherry picking from branch fix-fragments-in-speakernotesMichael Kühnel2012-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 Hattab2012-10-20
|\ \ | | | | | | | | | (#190)
* | | explain fragments in readmeHakim El Hattab2012-10-20
| | |
* | | Merge pull request #194 from mischah/feature-fullscreenHakim El Hattab2012-10-20
|\ \ \ | | | | | | | | Adding info about the fullscreen mode to README.md
| * | | Update README.mdMichael Kühnel2012-10-19
| | | | | | | | | | | | | | | | Add info about the fullscreen mode
* | | | add 'ready' event (#182)Hakim El Hattab2012-10-17
| |/ / |/| |
* | | Document zooming featureDan Dascalescu2012-10-14
| | |
* | | new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab2012-10-14
| | |
* | | Merge pull request #173 from Hlynsson/patch-1Hakim El Hattab2012-10-13
|\ \ \ | | | | | | | | fixed link for browser support
| * | | fixed link for browser supportHansi2012-10-12
| |/ / | | | | | | was pointing at changelog
* | | roll back attr name change, just lowercase (#170)Hakim El Hattab2012-10-13
| | |
* | | ability to define autoSlide duration per slideHakim El Hattab2012-10-13
| | |
* | | Merge branch 'master' of https://github.com/functino/reveal.jsHakim El Hattab2012-10-13
|\ \ \
| * | | Make it possible to customize autoSlide for each slideageier2012-10-11
| |/ /
* / / add zoom transitionHakim El Hattab2012-10-13
|/ /
* | update re markdownHakim El Hattab2012-10-08
| |
* | wrap markdown in script text/template to fix parsing errors (closes #146 ↵Hakim El Hattab2012-10-08
| | | | | | | | #155 #162)
* | new slideHakim El Hattab2012-09-30
| |
* | merge markdown in notesHakim El Hattab2012-09-21
| |
* | Merge branch 'markdown-in-notes' of ↵Hakim El Hattab2012-09-21
|\ \ | | | | | | | | | https://github.com/technicalpickles/reveal.js
| * | Add documentation for markdown speaker notesJosh Nichols2012-09-08
| | |
* | | add option for disabling overview mode (closes #145)Hakim El Hattab2012-09-21
| | |
* | | instructions for print pdf includeHakim El Hattab2012-09-21
| | |
* | | readme updateHakim El Hattab2012-09-09
| | |
* | | Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-09-09
|\| |
| * | Update README.mdHakim El Hattab2012-09-04
| | |
| * | add pledgie buttonHakim El Hattab2012-09-04
| | |
* | | add rvl.io to readme and template slideHakim El Hattab2012-09-09
|/ /
* | Update Socket.IO URL in readme.Jono Warren2012-09-03
| |
* | Update README.mdHakim El Hattab2012-08-24
| | | | | | typo
* | support for named links (closes #55)Hakim El Hattab2012-08-20
| |
* | readme tweaksHakim El Hattab2012-08-14
| |
* | Document optional librariesDan Dascalescu2012-08-14
| | | | | | Note that socket.io and a few others are not shipped by default