summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-12-08Fixing spelling mistake.Luke Williams
2012-11-27remove left/right margin from images, tweak pdf print stylesHakim El Hattab
2012-11-27add rtl option to readmeHakim El Hattab
2012-11-27right align text in ul/ol when rtl is active (#166)Hakim El Hattab
2012-11-25fix issue with click event target on overview slidesHakim El Hattab
2012-11-24fix inconsistency with vertical centering when using page transitionHakim El Hattab
2012-11-23word break rules and hyphens where possible for titlesHakim El Hattab
2012-11-23improve rendering accuracy of overviewHakim El Hattab
2012-11-22use touch start events for controls on touch devicesHakim El Hattab
2012-11-22Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-11-22slide method now accepts fragment index argument #228Hakim El Hattab
2012-11-20readme tweaksHakim El Hattab
2012-11-18use system font when rtl is enabled, exclude pre and code blocks from rtl (#166)Hakim El Hattab
2012-11-18adjust rtl implementation (#166)Hakim El Hattab
2012-11-17experimental rtl support (#166)Hakim El Hattab
2012-11-17enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵Hakim El Hattab
by default
2012-11-16null check for notes in markdown parser (#253)Hakim El Hattab
2012-11-16avoid stripping out notes when parsing markdown (closes #253)Hakim El Hattab
2012-11-16Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-11-16fix incorrect navigation in notes window (closes #241)Hakim El Hattab
2012-11-16Merge pull request #254 from harriha/bug-with-theme-switchingHakim El Hattab
Fix bug with switching to 'night' theme
2012-11-15Fix bug with switching to night themeharriha
When switching to 'night' theme, the first slide was shown instead of correctly linking to the Themes slide.
2012-11-14Merge pull request #245 from dandv/patch-1Hakim El Hattab
Document vertical centering breaking backcompat
2012-11-14Merge branch 'fix-grunt-contrib-mincss-version' of ↵Hakim El Hattab
https://github.com/technicalpickles/reveal.js
2012-11-13fix minor issue in pdf print sheetHakim El Hattab
2012-11-13null check parentNode in case slide has been detachedHakim El Hattab
2012-11-13Merge branch 'fix-callback-with-shared-dir' of ↵Hakim El Hattab
https://github.com/hashar/reveal.js
2012-11-13disable hiding of address bar on android, caused vertical centering issuesHakim El Hattab
2012-11-13Document vertical centering breaking backcompatDan 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-12Use grunt-contrib-mincss ~0.3.1Josh Nichols
Was at ~0.3.2, but doesn't seem to have been released properly.
2012-11-12Fix callback calling when using from a parent directoryAntoine Musso
Authors might want to use a shared reveal.js installation for all their presentations such as: $ ls -1 -F 20120105-how-to-use-git.html 20121101-wikimedia-scaling.html reveal.js/ $ In this case, the plugin callbacks will not be called at all. When using head.js, the callback is marked as depending upon the loading of a Javscript filename. The regex used to find out the filename is applied to the full path which in the above case would be something like: reveal.js/plugin/highlight/highlight.js The regex will thus give out 'reveal.js' as a file depency instead of the expected 'highlight.js' The fix is quiet easy: simply make sure that we are looking for a file that actually ends with '.js' instead of simply containing '.js' by adding a $.
2012-11-11note about #226 in readmeHakim El Hattab
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-11-05working on #227Federico Fissore
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