Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update syntax highlight after editing (#210), move markdown and highlight ↵ | Hakim El Hattab | 2012-10-28 |
| | | | | scripts from lib to plugin | ||
* | only call slide() if route is available in navigate methods (closes #213) | Hakim El Hattab | 2012-10-28 |
| | |||
* | escape quotes in css using unicode hex | Hakim El Hattab | 2012-10-27 |
| | |||
* | merge in support for stepped fragments in notes server | Hakim El Hattab | 2012-10-25 |
|\ | |||
| * | Apply latest change to the minified version | Michael Kühnel | 2012-10-24 |
| | | | | | | | | Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | ||
| * | Merge branch 'refs/heads/fix-fragments-in-speakernotes' into ↵ | Michael Kühnel | 2012-10-24 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | fragments-in-notes-server Conflicts: js/reveal.min.js Need to generate a new minified version afterwards. | ||
| | * | 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 | 2012-10-19 |
| | | | | | | | | | | | | Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | ||
| | * | Update renamed API method | Michael Kühnel | 2012-10-19 |
| | | | | | | | | | | | | See b957d0b8580bafb35fbb808ef1d7acf424f73895 | ||
| | * | Update README.md | Michael Kühnel | 2012-10-19 |
| | | | | | | | | | | | | Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment() | ||
| | * | Rename API method from Reveal.previousFragment() to Reveal.prevFragment() | Michael Kühnel | 2012-10-19 |
| | | | | | | | | | | | | Because of consistency with the existent methods Reveal.prev() and Reveal.next() | ||
| | * | Oops. Delete console output. | Michael Kühnel | 2012-10-19 |
| | | | |||
| | * | Renaming key within fragmentData | Michael Kühnel | 2012-10-19 |
| | | | | | | | | | | | | Might be better to use one variable with different values. | ||
| | * | 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 | 2012-10-19 |
| | | | | | | | | | | | | And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments. | ||
| | * | 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 | 2012-10-18 |
| | | | | | | | | | | | | Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. | ||
| | * | Change source from reveal.min.js to reveal.js for testing purposes | Michael Kühnel | 2012-10-18 |
| | | | |||
* | | | merge in support for stepped fragments in notes window | Hakim El Hattab | 2012-10-25 |
|\ \ \ | |||
| * | | | Delete functionality to control presentation from notes window | Michael Kühnel | 2012-10-24 |
| | | | | | | | | | | | | | | | | Its was impossible (at least for me) to keep the windows in sync without bloating the code too much. | ||
| * | | | 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 | 2012-10-24 |
| | | | | | | | | | | | | | | | | Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production. | ||
| * | | | 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-24 |
| | | | | |||
| * | | | Cherry picking from branch fix-fragments-in-speakernotes | Michael Kühnel | 2012-10-23 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||
* | | | 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 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 | 2012-10-22 |
| | | | | | | | | Android support) | ||
* | | 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 | 2012-10-20 |
|\ \ | | | | | | | | | | (#190) | ||
| * | | Replacing speakernotes plugin with a simple postMessage system | Eric J. Duran | 2012-10-17 |
| | | | |||
* | | | 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 |
|\ \ \ | |||
| * \ \ | Merge pull request #194 from mischah/feature-fullscreen | Hakim El Hattab | 2012-10-20 |
| |\ \ \ | | | | | | | | | | | Adding info about the fullscreen mode to README.md | ||
| | * | | | Update README.md | Michael Kühnel | 2012-10-19 |
| | | | | | | | | | | | | | | | | | | | | Add info about the fullscreen mode | ||
* | | | | | 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 |
| |_|/ |/| | | |||
* | | | 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 |
| | | | |||
* | | | add 'ready' event (#182) | Hakim El Hattab | 2012-10-17 |
| | | |