Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | use fragment name in example | Hakim El Hattab | |
2013-11-26 | Added some styles using the current-fragment class | Guillaume Turri | |
according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet. | |||
2013-10-11 | use named link for fragments #621 | Hakim El Hattab | |
2013-09-15 | use 'url()'-free path when specifying parallax image, refactor so that ↵ | Hakim El Hattab | |
parallax is applied to background class, remove unused attributes #595 | |||
2013-09-15 | update code style to match rest of reveal.js, disable parallax by default #595 | Hakim El Hattab | |
2013-09-15 | merge parallax into dev, remove default image #595 | Hakim El Hattab | |
2013-09-10 | Added parallax scrolling background | Michał Smoliński | |
2013-09-04 | reorder themes #584 | Hakim El Hattab | |
2013-09-04 | Merge branch 'list-themes' of https://github.com/tlevine/reveal.js into dev | Hakim El Hattab | |
2013-09-02 | list more themes | Thomas Levine | |
2013-08-28 | syntax fix in code example | hakimel | |
2013-08-18 | remove commented out dependencies from index | Hakim El Hattab | |
2013-08-07 | Update index.html | Rory Hardy | |
Commented out leap plugin inclusion. | |||
2013-08-07 | Various updates | Rory Hardy | |
Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js | |||
2013-08-06 | Docs and updates | Rory Hardy | |
Updated README.md to mention the leap plugin. Removed leap settings from index.html. Better variable naming in leap.js modified: README.md modified: index.html modified: plugin/leap/leap.js | |||
2013-08-04 | Minor updates | Rory Hardy | |
Changed invert to naturalSwipe Removed invert rule from index.html Ensured that left/right swipes only work with 1 hand present modified: index.html modified: plugin/leap/leap.js | |||
2013-08-04 | Updates to leap.js and index.html | Rory Hardy | |
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin | |||
2013-06-18 | transition override examples in default contents | Hakim El Hattab | |
2013-06-10 | markup error correction | Hakim El Hattab | |
2013-06-09 | revamp pdf printing to support per-slide backgrounds (closes #453) | Hakim El Hattab | |
2013-06-04 | update example deck to use slide backgrounds (#453) | Hakim El Hattab | |
2013-05-04 | change markdown code sample syntax | Hakim El Hattab | |
2013-05-04 | rvl.io > slid.es | Hakim El Hattab | |
2013-05-01 | Replace the ShowDown Markdown engine with marked | Amit Kotlovski | |
2013-04-27 | add support for data-trim attribute on code elements (closes #419) | Hakim El Hattab | |
2013-03-08 | merge search plugin, adjust styles | Hakim El Hattab | |
2013-03-08 | update multiplex setup instructions (#98) | Hakim El Hattab | |
2013-03-08 | add Reveal.getConfig(), replace use of window.globals (#98) | Hakim El Hattab | |
2013-03-08 | merge in multiplex (#98) | Hakim El Hattab | |
2013-03-09 | Prevent users from accidentally using common credentials | David Banham | |
2013-03-08 | Bring multiplex up to date | David Banham | |
2013-02-26 | remove share buttons | Hakim El Hattab | |
2013-02-26 | disabled overview clicks on slides with disabled class | Hakim El Hattab | |
2013-01-29 | rename padding config option to margin, better mobile support for scaled ↵ | hakimel | |
presentations (#310) | |||
2013-01-16 | implement a fade transition | Joel Brandt | |
2012-12-08 | Fixing spelling mistake. | Luke Williams | |
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-11 | add touch based remote controlled plugin | Hakim El Hattab | |
2012-11-11 | add grunt.js build file (closes #235) | Hakim El Hattab | |
2012-11-10 | remember last visited vertical slide (closes #225) | Hakim El Hattab | |
2012-11-10 | allow multiple control elements, document usage of global controls (#184, #204) | Hakim El Hattab | |
2012-11-10 | corrections to vertical centering (#70), added to docs, upgrade to 2.2 | Hakim El Hattab | |
2012-10-28 | content now re-renders after alt+click zoom (closes #195) | 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-25 | merge in support for stepped fragments in notes window | Hakim El Hattab | |
2012-10-24 | Change source from from reveal.js back to reveal.min.js | 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-20 | remove traling whitespace (#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 | add support for fragment styles (#192) | Hakim El Hattab | |
2012-10-20 | modularize themes and convert them to sass (closes #191) | Hakim El Hattab | |
2012-10-17 | Replacing speakernotes plugin with a simple postMessage system | Eric J. Duran | |
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-13 | add zoom transition | Hakim El Hattab | |
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 | 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 | zoom.js integration via alt+click | 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-04 | add link to serif theme in default presentation | Max Ogden | |
2012-09-30 | new slide | Hakim El Hattab | |
2012-09-28 | main.css > reveal.css | Hakim El Hattab | |
2012-09-21 | remove sharing code for sample presentation | Hakim El Hattab | |
2012-09-21 | add option for disabling overview mode (closes #145) | Hakim El Hattab | |
2012-09-16 | copy tweaks | Hakim El Hattab | |
2012-09-09 | add rvl.io to readme and template slide | Hakim El Hattab | |
2012-09-03 | Fix Socket.IO URL | Jono Warren | |
2012-08-30 | correction to code style in sky theme, adjusted transition demo page | Hakim El Hattab | |
2012-08-30 | add theme config option, add sky theme, fix line-height of <small> | Hakim El Hattab | |
2012-08-12 | made page validate | Owen Versteeg | |
woohoo! reveal.js is now HTML5 compliant! this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services. this was accomplished using a tad of JavaScript to get around a fullscreen bug. This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other) | |||
2012-08-11 | rewrote initialization code for clarity and brevity (#105) | Hakim El Hattab | |
2012-08-08 | Update index.html | Dan Dascalescu | |
Typo fix: let's -> lets | |||
2012-08-08 | themes are now available as separate css files under css/theme/, old theme ↵ | Hakim El Hattab | |
option in config is no longer supported (closes #104) | |||
2012-08-07 | use minified version of js | Hakim El Hattab | |
2012-08-05 | improved accessibility | Owen Versteeg | |
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible | |||
2012-08-04 | fix error in slide markup | Hakim El Hattab | |
2012-08-04 | more pdf-export tweaks, added slide describing the feature (#92) | Hakim El Hattab | |
2012-08-04 | slight tweak to pdf export css (#92) | Hakim El Hattab | |
2012-08-04 | support for PDF export in chrome (closes #92) | Hakim El Hattab | |
2012-08-04 | remove hard line breaks now that slide width is relative | Hakim El Hattab | |
2012-08-04 | Include speaker notes plugin after reveal.js | David Banham | |
Must be called after reveal.js otherwise the Reveal object is undefined and the plugin can't add it's event listener. | |||
2012-08-03 | disable 3d links in ie, reorder script loading in index for readability ↵ | hakimel | |
(closes #95) | |||
2012-08-03 | ie8 support (closes #96) | hakimel | |
2012-07-31 | update markdown code example to correctly reflect line breaks | Hakim El Hattab | |
2012-07-31 | modified data-markdown to support markdown indented with tabs | Hakim El Hattab | |
2012-07-31 | added slide announcing markdown support (#15) | Hakim El Hattab | |
2012-07-31 | support for data-markdown (#15) | Hakim El Hattab | |
2012-07-20 | clean up initialization, conditionally load classList polyfill prior to ↵ | Hakim El Hattab | |
reveal.js | |||
2012-07-18 | readme update | Hakim El Hattab | |
2012-07-15 | added autoSlide option (#59), clear out list of options in index.html's ↵ | Hakim El Hattab | |
initialize call | |||
2012-07-12 | add beige theme, move theme class from .reveal to document element, use log ↵ | Hakim El Hattab | |
instead of alert to demonstrate custom events | |||
2012-07-09 | larger font for code samples (closes #60) | Hakim El Hattab | |
2012-07-09 | slidenotes becomes speakernotes to match wording in readme | Hakim El Hattab | |
2012-07-09 | fix incorrect directory reference | Hakim El Hattab | |