aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2012-10-14Change source from reveal.min.js to reveal.js for testing purposesMichael Kühnel
2012-10-14Add fullscreen modeMichael Kühnel
Handling the fullscreen functionality via the fullscreen JavaScript API. Press »f« on the keyboard to enter fullscreen mode.
2012-10-13Merge pull request #173 from Hlynsson/patch-1Hakim El Hattab
fixed link for browser support
2012-10-13roll back attr name change, just lowercase (#170)Hakim El Hattab
2012-10-13ability to define autoSlide duration per slideHakim El Hattab
2012-10-13Merge branch 'master' of https://github.com/functino/reveal.jsHakim El Hattab
2012-10-13add zoom transitionHakim El Hattab
2012-10-13tweaks to page and cube transitions, change sky theme text-highlight colorHakim El Hattab
2012-10-13default config value for theme is nullHakim El Hattab
2012-10-12fixed link for browser supportHansi
was pointing at changelog
2012-10-11Make it possible to customize autoSlide for each slideageier
2012-10-10fix conflict with theme set in query and theme specified in headHakim El Hattab
2012-10-10merge in relative theme/transition linksHakim El Hattab
2012-10-10Merge branch 'patch-3' of https://github.com/dandv/reveal.jsHakim El Hattab
2012-10-10Merge pull request #168 from dandv/patch-2Hakim El Hattab
Typo fix
2012-10-10Links to transitions & themes stay in presentationDan Dascalescu
2012-10-10Typo fixDan Dascalescu
2012-10-09slight tweak to zoom integrationhakimel
2012-10-09Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-10-09zoom.js integration via alt+clickHakim El Hattab
2012-10-08update re markdownHakim El Hattab
2012-10-08wrap markdown in script text/template to fix parsing errors (closes #146 ↵Hakim El Hattab
#155 #162)
2012-10-08new paused mode feature (closes #144), controls and progress DOM elements ↵Hakim El Hattab
are no longer required in HTML
2012-10-07root reset styles at .reveal (#163)Hakim El Hattab
2012-10-07remove duplicate padding/margin reset on html & bodyHakim El Hattab
2012-10-04prevent touchmove default action on android (#143)Hakim El Hattab
2012-10-04Merge branch 'serif-theme' of https://github.com/maxogden/reveal.jsHakim El Hattab
2012-10-04add override flag to overview toggle, code cleanupHakim El Hattab
2012-10-04add 'none'-transition (closes #159, #160)Hakim El Hattab
2012-10-04add link to serif theme in default presentationMax Ogden
2012-10-04simple serif font themeMax Ogden
2012-09-30new slideHakim El Hattab