Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-08 | denote language in code samples | Hakim El Hattab | |
2013-03-08 | cut back on spacing | Hakim El Hattab | |
2013-03-08 | update multiplex setup instructions (#98) | Hakim El Hattab | |
2013-03-08 | merge in multiplex (#98) | Hakim El Hattab | |
2013-03-08 | Merge branch 'master' of https://github.com/hakimel/reveal.js | David Banham | |
Conflicts: README.md index.html js/reveal.js package.json plugin/speakernotes/client.js | |||
2013-03-04 | note about post-startup configuration | Hakim El Hattab | |
2013-02-27 | example external markdown in readme (#329) | Hakim El Hattab | |
2013-02-27 | add note about external markdown in readme (#329) | Hakim El Hattab | |
2013-02-27 | fragment sorting tweaks, sort attribute is now called data-fragment-index (#342) | Hakim El Hattab | |
2013-02-05 | adjust copyright years | Hakim El Hattab | |
2013-02-03 | describing new presentation sizing logic in readme | Hakim El Hattab | |
2013-01-31 | add config vars for #310 to readme | Hakim El Hattab | |
2013-01-23 | update code sample for syntax highlight in readme | Hakim El Hattab | |
2013-01-23 | merge in clojure syntax highlighting, tweak readme | hakimel | |
2013-01-21 | Add Clojure to highlight.js, add code highlight example to README. | Aaron Steele | |
2013-01-21 | specify branch name for travis build status image | Hakim El Hattab | |
2013-01-21 | fix placement of travis build status in readme | Hakim El Hattab | |
2013-01-21 | remove traling whitespace | hakimel | |
2013-01-21 | Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js | hakimel | |
2013-01-21 | add overviewshown and overviewhidden events (closes #298) | hakimel | |
2013-01-18 | Merge branch 'fade-transition' of https://github.com/joelrbrandt/reveal.js | hakimel | |
2013-01-18 | Fixed fragment fade-in/out example | Rob Schellhorn | |
2013-01-16 | implement a fade transition | Joel Brandt | |
2013-01-08 | theming docs (closes #246, closes #249) | Hakim El Hattab | |
2013-01-07 | info about available themes and how to change theme | Hakim El Hattab | |
2012-12-31 | Add Travis build badge | Nick Schonning | |
2012-11-27 | add rtl option to readme | Hakim El Hattab | |
2012-11-22 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-11-22 | slide method now accepts fragment index argument #228 | Hakim El Hattab | |
2012-11-20 | readme tweaks | Hakim El Hattab | |
2012-11-17 | enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵ | Hakim El Hattab | |
by default | |||
2012-11-13 | Document vertical centering breaking backcompat | Dan Dascalescu | |
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? | |||
2012-11-11 | 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 | add grunt.js build file (closes #235) | Hakim El Hattab | |
2012-11-10 | its->it's in README.md | Dan Dascalescu | |
Thanks for the multi-control support! | |||
2012-11-10 | fix vertical transition for vertically centered slides, vertical centering ↵ | Hakim El Hattab | |
is now on by default (#70) | |||
2012-11-10 | 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 | corrections to vertical centering (#70), added to docs, upgrade to 2.2 | Hakim El Hattab | |
2012-11-05 | working on #227 | Federico Fissore | |
2012-10-30 | Describing how to toggle "overview mode" | Bruno Bord | |
2012-10-28 | document server-side speaker notes | Hakim El Hattab | |
2012-10-28 | updated markdown references in notes plugin | Hakim El Hattab | |
2012-10-23 | Cherry picking from branch fix-fragments-in-speakernotes | Michael Kühnel | |
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() | |||
2012-10-20 | new postMessage-based notes plugin, moved node-based notes to notes-server ↵ | Hakim El Hattab | |
(#190) | |||
2012-10-20 | explain fragments in readme | Hakim El Hattab | |
2012-10-20 | Merge pull request #194 from mischah/feature-fullscreen | Hakim El Hattab | |
Adding info about the fullscreen mode to README.md | |||
2012-10-19 | Update README.md | Michael Kühnel | |
Add info about the fullscreen mode | |||
2012-10-17 | add 'ready' event (#182) | Hakim El Hattab | |
2012-10-14 | 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-13 | Merge pull request #173 from Hlynsson/patch-1 | Hakim El Hattab | |
fixed link for browser support | |||
2012-10-13 | 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 | add zoom transition | Hakim El Hattab | |
2012-10-12 | fixed link for browser support | Hansi | |
was pointing at changelog | |||
2012-10-11 | Make it possible to customize autoSlide for each slide | ageier | |
2012-10-08 | update re markdown | Hakim El Hattab | |
2012-10-08 | wrap markdown in script text/template to fix parsing errors (closes #146 ↵ | Hakim El Hattab | |
#155 #162) | |||
2012-09-30 | new slide | Hakim El Hattab | |
2012-09-21 | merge markdown in notes | Hakim El Hattab | |
2012-09-21 | Merge branch 'markdown-in-notes' of ↵ | Hakim El Hattab | |
https://github.com/technicalpickles/reveal.js | |||
2012-09-21 | add option for disabling overview mode (closes #145) | Hakim El Hattab | |
2012-09-21 | instructions for print pdf include | Hakim El Hattab | |
2012-09-09 | readme update | Hakim El Hattab | |
2012-09-09 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-09-09 | add rvl.io to readme and template slide | Hakim El Hattab | |
2012-09-08 | Add documentation for markdown speaker notes | Josh Nichols | |
2012-09-04 | Update README.md | Hakim El Hattab | |
2012-09-04 | add pledgie button | Hakim El Hattab | |
2012-09-03 | Update Socket.IO URL in readme. | Jono Warren | |
2012-08-24 | Update README.md | Hakim El Hattab | |
typo | |||
2012-08-20 | support for named links (closes #55) | Hakim El Hattab | |
2012-08-14 | readme tweaks | Hakim El Hattab | |
2012-08-14 | Document optional libraries | Dan Dascalescu | |
Note that socket.io and a few others are not shipped by default | |||
2012-08-11 | document dependency loading | Hakim El Hattab | |
2012-08-08 | Update README.md | Dan Dascalescu | |
Clarified a bit how horizontal and vertical slides relate. | |||
2012-08-08 | remove theme from init options example | Hakim El Hattab | |
2012-08-07 | readme typo | Hakim El Hattab | |
2012-08-07 | fix broken link | Hakim El Hattab | |
2012-08-07 | big rewrite of readme | Hakim El Hattab | |
2012-08-06 | Update README.md | Hakim El Hattab | |
2012-08-05 | Tweaked heading | David Banham | |
2012-08-05 | Added multiplexing server | David Banham | |
2012-08-04 | instructions for pdf export (#92) | Hakim El Hattab | |
2012-08-04 | support for PDF export in chrome (closes #92) | Hakim El Hattab | |
2012-08-04 | use mq to reduce font size for low resultions, max limit on width for slides ↵ | Hakim El Hattab | |
set to 900px (closes #49) | |||
2012-08-03 | disable 3d links in ie, reorder script loading in index for readability ↵ | hakimel | |
(closes #95) | |||
2012-08-03 | fix disappearing 3d hover in chrome | hakimel | |
2012-08-03 | ie8 support (closes #96) | hakimel | |
2012-08-03 | add eot font for ie | hakimel | |
2012-08-02 | added example | Hakim El Hattab | |
2012-07-31 | modified data-markdown to support markdown indented with tabs | Hakim El Hattab | |
2012-07-31 | markdown instructions | Hakim El Hattab | |
2012-07-31 | added slide announcing markdown support (#15) | Hakim El Hattab | |