Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Fix bug with switching to night theme | harriha | |
When switching to 'night' theme, the first slide was shown instead of correctly linking to the Themes slide. | |||
2012-11-14 | Merge pull request #245 from dandv/patch-1 | Hakim El Hattab | |
Document vertical centering breaking backcompat | |||
2012-11-14 | Merge branch 'fix-grunt-contrib-mincss-version' of ↵ | Hakim El Hattab | |
https://github.com/technicalpickles/reveal.js | |||
2012-11-13 | fix minor issue in pdf print sheet | Hakim El Hattab | |
2012-11-13 | null check parentNode in case slide has been detached | Hakim El Hattab | |
2012-11-13 | Merge branch 'fix-callback-with-shared-dir' of ↵ | Hakim El Hattab | |
https://github.com/hashar/reveal.js | |||
2012-11-13 | disable hiding of address bar on android, caused vertical centering issues | Hakim El Hattab | |
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-12 | Use grunt-contrib-mincss ~0.3.1 | Josh Nichols | |
Was at ~0.3.2, but doesn't seem to have been released properly. | |||
2012-11-12 | Fix callback calling when using from a parent directory | Antoine 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-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 | Merge pull request #234 from dandv/patch-1 | Hakim El Hattab | |
its->it's in README.md | |||
2012-11-10 | its->it's in README.md | Dan Dascalescu | |
Thanks for the multi-control support! | |||
2012-11-10 | fixes issue where italic fonts disappeared when printing to pdf (closes #230) | Hakim El Hattab | |
2012-11-10 | add night theme | Hakim El Hattab | |
2012-11-10 | fix issue with dependency loader callbacks | Hakim El Hattab | |
2012-11-10 | ensure fragments are visible in print styles, fix page-break error in paper ↵ | Hakim El Hattab | |
print sheet | |||
2012-11-10 | cosmetical tweaks to postmessage plugin | Hakim El Hattab | |
2012-11-10 | Merge branch 'master' of https://github.com/sithmel/reveal.js | Hakim El Hattab | |
merge postmessage api | |||
2012-11-10 | workaround markdown quote issue (#223) | Hakim El Hattab | |
2012-11-10 | tweak ie8 fallback | Hakim El Hattab | |
2012-11-10 | updated transition styles to work with vertical centering (#70) | Hakim El Hattab | |
2012-11-10 | fix vertical transition for vertically centered slides, vertical centering ↵ | Hakim El Hattab | |
is now on by default (#70) | |||
2012-11-10 | correction to vertical centering and overview mode, clean up of vertical ↵ | Hakim El Hattab | |
slide storage | |||
2012-11-10 | remember last visited vertical slide (closes #225) | Hakim El Hattab | |
2012-11-10 | enable up/down arrows to step through fragments (closes #233) | Hakim El Hattab | |
2012-11-10 | count vertical slides towards the progress bar (closes #150) | Hakim El Hattab | |
2012-11-10 | revert to display none from visibility hidden to correct vertical centering | Hakim El Hattab | |
2012-11-10 | allow multiple control elements, document usage of global controls (#184, #204) | Hakim El Hattab | |
2012-11-10 | write named links, rather than h/v index, to hash when available (closes #224) | Hakim El Hattab | |
2012-11-10 | additional media query plus vertical queries to support smaller screens ↵ | Hakim El Hattab | |
(closes #232) | |||
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-10 | rough support for vertical centering #70 | Hakim El Hattab | |
2012-10-31 | added a simple postmessage plugin | Maurizio Lupo | |
2012-10-30 | Describing how to toggle "overview mode" | Bruno Bord | |
2012-10-29 | fixed issue with dependency loader failing when there were 0 async scripts ↵ | Hakim El Hattab | |
(#214) | |||
2012-10-29 | fix rolling links glitch in firefox | Hakim El Hattab | |
2012-10-28 | content now re-renders after alt+click zoom (closes #195) | Hakim El Hattab | |
2012-10-28 | include theme background in printed pdfs (#217), fix empty white pages in ↵ | Hakim El Hattab | |
regular print (#215) | |||
2012-10-28 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-28 | document server-side speaker notes | Hakim El Hattab | |
2012-10-28 | remove console.log | Hakim El Hattab | |
2012-10-28 | updated markdown references in notes plugin | Hakim El Hattab | |
2012-10-28 | update syntax highlight after editing (#210), move markdown and highlight ↵ | Hakim El Hattab | |
scripts from lib to plugin | |||
2012-10-28 | only call slide() if route is available in navigate methods (closes #213) | Hakim El Hattab | |
2012-10-27 | escape quotes in css using unicode hex | Hakim El Hattab | |
2012-10-25 | merge in support for stepped fragments in notes server | Hakim El Hattab | |
2012-10-25 | merge in support for stepped fragments in notes window | Hakim El Hattab | |
2012-10-24 | force 'ready' to fire one cycle later (#208) | Hakim El Hattab | |
2012-10-24 | fix keyboard navigation in ie9 (closes #202) | Hakim El Hattab | |
2012-10-24 | Apply latest change to the minified version | Michael Kühnel | |
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | |||
2012-10-24 | Merge 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-24 | Delete functionality to control presentation from notes window | Michael Kühnel | |
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much. | |||
2012-10-24 | Change source from from reveal.js back to reveal.min.js | Michael Kühnel | |
2012-10-24 | Apply latest change to the minified version | Michael Kühnel | |
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | |||
2012-10-24 | Delete console output. | Michael Kühnel | |
2012-10-24 | Make the fragments visible in speaker notes | Michael Kühnel | |
2012-10-24 | Add notes to the fragment slide for testing purposes. | Michael Kühnel | |
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-22 | use borders to generate control arrows (closes #137) | Hakim El Hattab | |
2012-10-22 | Updated new CSS triangle controls to use theme colors. | Russell Beattie | |
2012-10-22 | Updated Controls to use CSS triangles rather than unicode triangles (fix ↵ | Russell Beattie | |
Android support) | |||
2012-10-20 | use outer color of radial gradient as solid fallback | Hakim El Hattab | |
2012-10-20 | remove traling whitespace (#197) | Hakim El Hattab | |
2012-10-20 | clean up trailing whitespace (closes #197) | Hakim El Hattab | |
2012-10-20 | new postMessage-based notes plugin, moved node-based notes to notes-server ↵ | Hakim El Hattab | |
(#190) | |||
2012-10-20 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-20 | explain fragments in readme | Hakim El Hattab | |
2012-10-20 | fix overview when zoom transition is active (#196) | Hakim El Hattab | |
2012-10-20 | add support for fragment styles (#192) | Hakim El Hattab | |
2012-10-20 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-20 | progress bar can now be clicked to navigate (closes #181) | 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-20 | modularize themes and convert them to sass (closes #191) | Hakim El Hattab | |
2012-10-19 | Update README.md | Michael Kühnel | |
Add info about the fullscreen mode | |||
2012-10-19 | Change source from from reveal.js back to reveal.min.js | Michael Kühnel | |
2012-10-19 | Apply latest change to the minified version | Michael Kühnel | |
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | |||
2012-10-19 | Update renamed API method | Michael Kühnel | |
See b957d0b8580bafb35fbb808ef1d7acf424f73895 | |||
2012-10-19 | Update README.md | Michael Kühnel | |
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment() | |||
2012-10-19 | Rename 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-19 | Oops. Delete console output. | Michael Kühnel | |
2012-10-19 | Renaming key within fragmentData | Michael Kühnel | |
Might be better to use one variable with different values. | |||
2012-10-19 | get 'fragmentdata' and react by showing/hiding the corresponding fragments | Michael Kühnel | |
2012-10-19 | Add event listener 'fragmentshown' and 'fragmenthidden' | Michael Kühnel | |
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments. | |||
2012-10-18 | Broadcast fragmentdata | Michael Kühnel | |
2012-10-18 | Add missing semicolon | Michael Kühnel | |
2012-10-18 | Fix indentation | Michael Kühnel | |
2012-10-18 | Add nextFragment and previousFragment to the API | Michael Kühnel | |
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. | |||
2012-10-18 | Change source from reveal.min.js to reveal.js for testing purposes | Michael Kühnel | |
2012-10-17 | remove image dir (#187) | Hakim El Hattab | |
2012-10-17 | fix issue in browsers that don't support classList | Hakim El Hattab | |
2012-10-17 | Replacing speakernotes plugin with a simple postMessage system | Eric J. Duran | |
2012-10-17 | add 'ready' event (#182) | Hakim El Hattab | |
2012-10-16 | Adding images directory to staticDir so we can search images | Eric J. Duran | |