Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-10-16 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-16 | adjust themes so that font definitions are at top, apply fonts on .reveal ↵ | Hakim El Hattab | |
instead of body | |||
2012-10-15 | Merge pull request #183 from dandv/patch-4 | Hakim El Hattab | |
Document zooming feature | |||
2012-10-14 | Document zooming feature | Dan Dascalescu | |
2012-10-14 | take out demo page js | Hakim El Hattab | |
2012-10-14 | 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 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-14 | enable pinch to zoom interaction if overview is disabled (#175) | Hakim El Hattab | |
2012-10-14 | Change source from from reveal.js back to reveal.min.js | Michael Kühnel | |
Reverted to c34be2e9765637ddeddbdf293de7ca98941ca6c5 | |||
2012-10-14 | Apply latest change to the minified version | Michael Kühnel | |
Using the latest Uglify JS with --no-seqs | |||
2012-10-14 | Change source from reveal.min.js to reveal.js for testing purposes | Michael Kühnel | |
2012-10-14 | Add fullscreen mode | Michael Kühnel | |
Handling the fullscreen functionality via the fullscreen JavaScript API. Press »f« on the keyboard to enter fullscreen mode. | |||
2012-10-13 | Merge pull request #173 from Hlynsson/patch-1 | Hakim El Hattab | |
fixed link for browser support | |||
2012-10-13 | 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 | add zoom transition | Hakim El Hattab | |
2012-10-13 | tweaks to page and cube transitions, change sky theme text-highlight color | Hakim El Hattab | |
2012-10-13 | default config value for theme is null | Hakim El Hattab | |
2012-10-12 | fixed link for browser support | Hansi | |
was pointing at changelog | |||
2012-10-11 | Make it possible to customize autoSlide for each slide | ageier | |
2012-10-10 | fix conflict with theme set in query and theme specified in head | Hakim El Hattab | |
2012-10-10 | merge in relative theme/transition links | Hakim El Hattab | |
2012-10-10 | Merge branch 'patch-3' of https://github.com/dandv/reveal.js | Hakim El Hattab | |
2012-10-10 | Merge pull request #168 from dandv/patch-2 | Hakim El Hattab | |
Typo fix | |||
2012-10-10 | Links to transitions & themes stay in presentation | Dan Dascalescu | |
2012-10-10 | Typo fix | Dan Dascalescu | |
2012-10-09 | slight tweak to zoom integration | hakimel | |
2012-10-09 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-10-09 | zoom.js integration via alt+click | Hakim El Hattab | |
2012-10-08 | update re markdown | Hakim El Hattab | |
2012-10-08 | wrap markdown in script text/template to fix parsing errors (closes #146 ↵ | Hakim El Hattab | |
#155 #162) | |||
2012-10-08 | new paused mode feature (closes #144), controls and progress DOM elements ↵ | Hakim El Hattab | |
are no longer required in HTML | |||
2012-10-07 | root reset styles at .reveal (#163) | Hakim El Hattab | |
2012-10-07 | remove duplicate padding/margin reset on html & body | Hakim El Hattab | |
2012-10-04 | prevent touchmove default action on android (#143) | Hakim El Hattab | |
2012-10-04 | Merge branch 'serif-theme' of https://github.com/maxogden/reveal.js | Hakim El Hattab | |
2012-10-04 | add override flag to overview toggle, code cleanup | Hakim El Hattab | |
2012-10-04 | add 'none'-transition (closes #159, #160) | Hakim El Hattab | |
2012-10-04 | add link to serif theme in default presentation | Max Ogden | |
2012-10-04 | simple serif font theme | Max Ogden | |
2012-09-30 | new slide | Hakim El Hattab | |
2012-09-30 | facility for css shader transitions, add css shader based tile-transition | Hakim El Hattab | |
2012-09-28 | main.css > reveal.css | Hakim El Hattab | |
2012-09-28 | minified version of showdown | Hakim El Hattab | |
2012-09-28 | max-height and overflow for code blocks (closes #16) | Hakim El Hattab | |
2012-09-28 | slightly larger preview of next slide in speaker notes (closes #147) | Hakim El Hattab | |
2012-09-28 | rollback change in showndown, stop highlight.js's html entity escape #523 | Hakim El Hattab | |
2012-09-27 | disable html entity escapes in showdown (cloes #153 & #152) | Hakim El Hattab | |
2012-09-27 | Changes to make PDF output match the browser view more closely | Gary Murakami | |
font-size: 18pt; instead of fount-size: 22pt; remove the "a" tag from def that forces font size, otherwise anchors in various contexts, e.g., headings, etc., will cause ugly rendering due to mismatched font size. specify font size for "pre" tags so that code listings more closely match browser rendering | |||
2012-09-21 | 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 | remove sharing code for sample presentation | Hakim El Hattab | |
2012-09-21 | merge markdown in notes | Hakim El Hattab | |