summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-11-11add touch based remote controlled pluginHakim El Hattab
2012-11-11add note about nested fragmentsHakim El Hattab
2012-11-11fix typosHakim El Hattab
2012-11-11Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-11-11add grunt.js build file (closes #235)Hakim El Hattab
2012-11-10Merge pull request #234 from dandv/patch-1Hakim El Hattab
its->it's in README.md
2012-11-10its->it's in README.mdDan Dascalescu
Thanks for the multi-control support!
2012-11-10fixes issue where italic fonts disappeared when printing to pdf (closes #230)Hakim El Hattab
2012-11-10add night themeHakim El Hattab
2012-11-10fix issue with dependency loader callbacksHakim El Hattab
2012-11-10ensure fragments are visible in print styles, fix page-break error in paper ↵Hakim El Hattab
print sheet
2012-11-10cosmetical tweaks to postmessage pluginHakim El Hattab
2012-11-10Merge branch 'master' of https://github.com/sithmel/reveal.jsHakim El Hattab
merge postmessage api
2012-11-10workaround markdown quote issue (#223)Hakim El Hattab
2012-11-10tweak ie8 fallbackHakim El Hattab
2012-11-10updated transition styles to work with vertical centering (#70)Hakim El Hattab
2012-11-10fix vertical transition for vertically centered slides, vertical centering ↵Hakim El Hattab
is now on by default (#70)
2012-11-10correction to vertical centering and overview mode, clean up of vertical ↵Hakim El Hattab
slide storage
2012-11-10remember last visited vertical slide (closes #225)Hakim El Hattab
2012-11-10enable up/down arrows to step through fragments (closes #233)Hakim El Hattab
2012-11-10count vertical slides towards the progress bar (closes #150)Hakim El Hattab
2012-11-10revert to display none from visibility hidden to correct vertical centeringHakim El Hattab
2012-11-10allow multiple control elements, document usage of global controls (#184, #204)Hakim El Hattab
2012-11-10write named links, rather than h/v index, to hash when available (closes #224)Hakim El Hattab
2012-11-10additional media query plus vertical queries to support smaller screens ↵Hakim El Hattab
(closes #232)
2012-11-10overview mode documentationHakim El Hattab
2012-11-10corrections to vertical centering (#70), added to docs, upgrade to 2.2Hakim El Hattab
2012-11-10rough support for vertical centering #70Hakim El Hattab
2012-10-31added a simple postmessage pluginMaurizio Lupo
2012-10-30Describing how to toggle "overview mode"Bruno Bord
2012-10-29fixed issue with dependency loader failing when there were 0 async scripts ↵Hakim El Hattab
(#214)
2012-10-29fix rolling links glitch in firefoxHakim El Hattab
2012-10-28content now re-renders after alt+click zoom (closes #195)Hakim El Hattab
2012-10-28include theme background in printed pdfs (#217), fix empty white pages in ↵Hakim El Hattab
regular print (#215)
2012-10-28Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-28document server-side speaker notesHakim El Hattab
2012-10-28remove console.logHakim El Hattab
2012-10-28updated markdown references in notes pluginHakim El Hattab
2012-10-28update syntax highlight after editing (#210), move markdown and highlight ↵Hakim El Hattab
scripts from lib to plugin
2012-10-28only call slide() if route is available in navigate methods (closes #213)Hakim El Hattab
2012-10-27escape quotes in css using unicode hexHakim El Hattab
2012-10-25merge in support for stepped fragments in notes serverHakim El Hattab
2012-10-25merge in support for stepped fragments in notes windowHakim El Hattab
2012-10-24force 'ready' to fire one cycle later (#208)Hakim El Hattab
2012-10-24fix keyboard navigation in ie9 (closes #202)Hakim El Hattab
2012-10-24Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-24Merge branch 'refs/heads/fix-fragments-in-speakernotes' into ↵Michael Kühnel
fragments-in-notes-server Conflicts: js/reveal.min.js Need to generate a new minified version afterwards.
2012-10-24Delete functionality to control presentation from notes windowMichael Kühnel
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
2012-10-24Change source from from reveal.js back to reveal.min.jsMichael Kühnel
2012-10-24Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-24Delete console output.Michael Kühnel
2012-10-24Make the fragments visible in speaker notesMichael Kühnel
2012-10-24Add notes to the fragment slide for testing purposes.Michael Kühnel
2012-10-23Cherry picking from branch fix-fragments-in-speakernotesMichael 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-22use borders to generate control arrows (closes #137)Hakim El Hattab
2012-10-22Updated new CSS triangle controls to use theme colors.Russell Beattie
2012-10-22Updated Controls to use CSS triangles rather than unicode triangles (fix ↵Russell Beattie
Android support)
2012-10-20use outer color of radial gradient as solid fallbackHakim El Hattab
2012-10-20remove traling whitespace (#197)Hakim El Hattab
2012-10-20clean up trailing whitespace (closes #197)Hakim El Hattab
2012-10-20new postMessage-based notes plugin, moved node-based notes to notes-server ↵Hakim El Hattab
(#190)
2012-10-20Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-20explain fragments in readmeHakim El Hattab
2012-10-20fix overview when zoom transition is active (#196)Hakim El Hattab
2012-10-20add support for fragment styles (#192)Hakim El Hattab
2012-10-20Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-20progress bar can now be clicked to navigate (closes #181)Hakim El Hattab
2012-10-20Merge pull request #194 from mischah/feature-fullscreenHakim El Hattab
Adding info about the fullscreen mode to README.md
2012-10-20modularize themes and convert them to sass (closes #191)Hakim El Hattab
2012-10-19Update README.mdMichael Kühnel
Add info about the fullscreen mode
2012-10-19Change source from from reveal.js back to reveal.min.jsMichael Kühnel
2012-10-19Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-19Update renamed API methodMichael Kühnel
See b957d0b8580bafb35fbb808ef1d7acf424f73895
2012-10-19Update README.mdMichael Kühnel
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-19Rename API method from Reveal.previousFragment() to Reveal.prevFragment()Michael Kühnel
Because of consistency with the existent methods Reveal.prev() and Reveal.next()
2012-10-19Oops. Delete console output.Michael Kühnel
2012-10-19Renaming key within fragmentDataMichael Kühnel
Might be better to use one variable with different values.
2012-10-19get 'fragmentdata' and react by showing/hiding the corresponding fragmentsMichael Kühnel
2012-10-19Add event listener 'fragmentshown' and 'fragmenthidden'Michael Kühnel
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.
2012-10-18Broadcast fragmentdataMichael Kühnel
2012-10-18Add missing semicolonMichael Kühnel
2012-10-18Fix indentationMichael Kühnel
2012-10-18Add nextFragment and previousFragment to the APIMichael Kühnel
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
2012-10-18Change source from reveal.min.js to reveal.js for testing purposesMichael Kühnel
2012-10-17remove image dir (#187)Hakim El Hattab
2012-10-17fix issue in browsers that don't support classListHakim El Hattab
2012-10-17Replacing speakernotes plugin with a simple postMessage systemEric J. Duran
2012-10-17add 'ready' event (#182)Hakim El Hattab
2012-10-16Adding images directory to staticDir so we can search imagesEric J. Duran
2012-10-16Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-16adjust themes so that font definitions are at top, apply fonts on .reveal ↵Hakim El Hattab
instead of body
2012-10-15Merge pull request #183 from dandv/patch-4Hakim El Hattab
Document zooming feature
2012-10-14Document zooming featureDan Dascalescu
2012-10-14take out demo page jsHakim El Hattab
2012-10-14new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab
2012-10-14merge full screen key binding (f)Hakim El Hattab
2012-10-14Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-14enable pinch to zoom interaction if overview is disabled (#175)Hakim El Hattab
2012-10-14Change source from from reveal.js back to reveal.min.jsMichael Kühnel
Reverted to c34be2e9765637ddeddbdf293de7ca98941ca6c5
2012-10-14Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs