aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|\
| * Merge pull request #234 from dandv/patch-1Hakim El Hattab2012-11-10
| |\ | | | | | | its->it's in README.md
| | * 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
|/
* fixes issue where italic fonts disappeared when printing to pdf (closes #230)Hakim El Hattab2012-11-10
|
* add night themeHakim El Hattab2012-11-10
|
* fix issue with dependency loader callbacksHakim El Hattab2012-11-10
|
* ensure fragments are visible in print styles, fix page-break error in paper ↵Hakim El Hattab2012-11-10
| | | | print sheet
* cosmetical tweaks to postmessage pluginHakim El Hattab2012-11-10
|
* Merge branch 'master' of https://github.com/sithmel/reveal.jsHakim El Hattab2012-11-10
|\ | | | | | | merge postmessage api
| * added a simple postmessage pluginMaurizio Lupo2012-10-31
| |
* | workaround markdown quote issue (#223)Hakim El Hattab2012-11-10
| |
* | tweak ie8 fallbackHakim El Hattab2012-11-10
| |
* | updated transition styles to work with vertical centering (#70)Hakim El Hattab2012-11-10
| |
* | fix vertical transition for vertically centered slides, vertical centering ↵Hakim El Hattab2012-11-10
| | | | | | | | is now on by default (#70)
* | correction to vertical centering and overview mode, clean up of vertical ↵Hakim El Hattab2012-11-10
| | | | | | | | slide storage
* | remember last visited vertical slide (closes #225)Hakim El Hattab2012-11-10
| |
* | enable up/down arrows to step through fragments (closes #233)Hakim El Hattab2012-11-10
| |
* | count vertical slides towards the progress bar (closes #150)Hakim El Hattab2012-11-10
| |
* | revert to display none from visibility hidden to correct vertical centeringHakim El Hattab2012-11-10
| |
* | allow multiple control elements, document usage of global controls (#184, #204)Hakim El Hattab2012-11-10
| |
* | write named links, rather than h/v index, to hash when available (closes #224)Hakim El Hattab2012-11-10
| |
* | additional media query plus vertical queries to support smaller screens ↵Hakim El Hattab2012-11-10
| | | | | | | | (closes #232)
* | 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
| |
* | rough support for vertical centering #70Hakim El Hattab2012-11-10
|/
* fixed issue with dependency loader failing when there were 0 async scripts ↵Hakim El Hattab2012-10-29
| | | | (#214)
* fix rolling links glitch in firefoxHakim El Hattab2012-10-29
|
* content now re-renders after alt+click zoom (closes #195)Hakim El Hattab2012-10-28
|
* include theme background in printed pdfs (#217), fix empty white pages in ↵Hakim El Hattab2012-10-28
| | | | regular print (#215)
* Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-10-28
|\
| * document server-side speaker notesHakim El Hattab2012-10-28
| |
* | remove console.logHakim El Hattab2012-10-28
|/
* updated markdown references in notes pluginHakim El Hattab2012-10-28
|
* update syntax highlight after editing (#210), move markdown and highlight ↵Hakim El Hattab2012-10-28
| | | | scripts from lib to plugin
* only call slide() if route is available in navigate methods (closes #213)Hakim El Hattab2012-10-28
|
* escape quotes in css using unicode hexHakim El Hattab2012-10-27
|
* merge in support for stepped fragments in notes serverHakim El Hattab2012-10-25
|\
| * Apply latest change to the minified versionMichael Kühnel2012-10-24
| | | | | | | | Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
| * Merge branch 'refs/heads/fix-fragments-in-speakernotes' into ↵Michael Kühnel2012-10-24
| |\ | | | | | | | | | | | | | | | | | | | | | | | | fragments-in-notes-server Conflicts: js/reveal.min.js Need to generate a new minified version afterwards.
| | * Change source from from reveal.js back to reveal.min.jsMichael Kühnel2012-10-19
| | |
| | * Apply latest change to the minified versionMichael Kühnel2012-10-19
| | | | | | | | | | | | Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
| | * Update renamed API methodMichael Kühnel2012-10-19
| | | | | | | | | | | | See b957d0b8580bafb35fbb808ef1d7acf424f73895
| | * Update README.mdMichael Kühnel2012-10-19
| | | | | | | | | | | | Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
| | * Rename API method from Reveal.previousFragment() to Reveal.prevFragment()Michael Kühnel2012-10-19
| | | | | | | | | | | | Because of consistency with the existent methods Reveal.prev() and Reveal.next()
| | * Oops. Delete console output.Michael Kühnel2012-10-19
| | |