| Commit message (Expand) | Author | Age |
... | |
* | | adjust rtl implementation (#166) | Hakim El Hattab | 2012-11-18 |
* | | experimental rtl support (#166) | Hakim El Hattab | 2012-11-17 |
* | | enforce max width/height on iframes (#244), disabled mouse wheel navigation b... | Hakim El Hattab | 2012-11-17 |
* | | null check parentNode in case slide has been detached | Hakim El Hattab | 2012-11-13 |
* | | Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reve... | Hakim El Hattab | 2012-11-13 |
|\ \ |
|
| * | | Fix callback calling when using from a parent directory•••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 $.
| Antoine Musso | 2012-11-12 |
* | | | disable hiding of address bar on android, caused vertical centering issues | Hakim El Hattab | 2012-11-13 |
|/ / |
|
* | | add grunt.js build file (closes #235) | Hakim El Hattab | 2012-11-11 |
* | | fix issue with dependency loader callbacks | Hakim El Hattab | 2012-11-10 |
* | | fix vertical transition for vertically centered slides, vertical centering is... | Hakim El Hattab | 2012-11-10 |
* | | correction to vertical centering and overview mode, clean up of vertical slid... | Hakim El Hattab | 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 |
* | | 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 |
* | | 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-11-10 |
|/ |
|
* | fixed issue with dependency loader failing when there were 0 async scripts (#... | Hakim El Hattab | 2012-10-29 |
* | only call slide() if route is available in navigate methods (closes #213) | Hakim El Hattab | 2012-10-28 |
* | merge in support for stepped fragments in notes window | Hakim El Hattab | 2012-10-25 |
|\ |
|
| * | Apply latest change to the minified version•••Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
| Michael Kühnel | 2012-10-24 |
| * | Cherry picking from branch fix-fragments-in-speakernotes•••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()
| Michael Kühnel | 2012-10-23 |
* | | 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 |
|/ |
|
* | use borders to generate control arrows (closes #137) | Hakim El Hattab | 2012-10-22 |
* | Updated Controls to use CSS triangles rather than unicode triangles (fix Andr... | Russell Beattie | 2012-10-22 |
* | clean up trailing whitespace (closes #197) | Hakim El Hattab | 2012-10-20 |
* | progress bar can now be clicked to navigate (closes #181) | Hakim El Hattab | 2012-10-20 |
* | modularize themes and convert them to sass (closes #191) | Hakim El Hattab | 2012-10-20 |
* | fix issue in browsers that don't support classList | Hakim El Hattab | 2012-10-17 |
* | add 'ready' event (#182) | Hakim El Hattab | 2012-10-17 |
* | new shorter api method names (closes #178), restructured and cleaned up core js | Hakim El Hattab | 2012-10-14 |
* | merge full screen key binding (f) | Hakim El Hattab | 2012-10-14 |
|\ |
|
| * | Apply latest change to the minified version•••Using the latest Uglify JS with --no-seqs
| Michael Kühnel | 2012-10-14 |
| * | Add fullscreen mode•••Handling the fullscreen functionality via the fullscreen JavaScript API.
Press »f« on the keyboard to enter fullscreen mode.
| Michael Kühnel | 2012-10-14 |
* | | enable pinch to zoom interaction if overview is disabled (#175) | Hakim El Hattab | 2012-10-14 |
* | | roll back attr name change, just lowercase (#170) | Hakim El Hattab | 2012-10-13 |
* | | ability to define autoSlide duration per slide | Hakim El Hattab | 2012-10-13 |
* | | Merge branch 'master' of https://github.com/functino/reveal.js | Hakim El Hattab | 2012-10-13 |
|\ \ |
|
| * | | Make it possible to customize autoSlide for each slide | ageier | 2012-10-11 |
* | | | add zoom transition | Hakim El Hattab | 2012-10-13 |
| |/
|/| |
|
* | | default config value for theme is null | Hakim El Hattab | 2012-10-13 |
|/ |
|
* | new paused mode feature (closes #144), controls and progress DOM elements are... | Hakim El Hattab | 2012-10-08 |
* | prevent touchmove default action on android (#143) | Hakim El Hattab | 2012-10-04 |
* | add override flag to overview toggle, code cleanup | Hakim El Hattab | 2012-10-04 |
* | facility for css shader transitions, add css shader based tile-transition | Hakim El Hattab | 2012-09-30 |
* | main.css > reveal.css | Hakim El Hattab | 2012-09-28 |
* | code comments, remove needless nodelist > array conversion | Hakim El Hattab | 2012-09-21 |
* | 2.0 is stable, update to 2.1 | Hakim El Hattab | 2012-09-21 |