Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-11 | package.json for node 0.8+ | Rebecca Murphey | |
2012-09-09 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-09-09 | open slide notes window automatically #135 | Hakim El Hattab | |
2012-09-09 | Merge branch 'open-notes-in-new-window' of ↵ | Hakim El Hattab | |
https://github.com/technicalpickles/reveal.js | |||
2012-09-09 | readme update | Hakim El Hattab | |
2012-09-09 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-09-09 | add rvl.io to readme and template slide | Hakim El Hattab | |
2012-09-08 | Open notes in new window, instead of printing to console | Josh Nichols | |
It can be tedious to load up the speaker notes, with the whole having to open the javascript console, and clicking on the link. This simplifies it by automatically opening the notes in a new window. Most browsers will warn that it's trying to open a pop-up, but it's easy enough to allow it. | |||
2012-09-04 | Update README.md | Hakim El Hattab | |
2012-09-04 | add pledgie button | Hakim El Hattab | |
2012-09-03 | Merge pull request #132 from nmec/master | Hakim El Hattab | |
Fix Socket.IO URL | |||
2012-09-03 | Update Socket.IO URL in readme. | Jono Warren | |
2012-09-03 | Fix Socket.IO URL | Jono Warren | |
2012-08-31 | Merge pull request #131 from Sinetheta/master | Hakim El Hattab | |
theme swap relative to theme file | |||
2012-08-30 | changed theme file swap to be relative to theme file instead of slide-deck | Sinetheta | |
2012-08-30 | correction to code style in sky theme, adjusted transition demo page | Hakim El Hattab | |
2012-08-30 | prevent same theme from loading repeatedly | Hakim El Hattab | |
2012-08-30 | tweaks to the simple theme | Hakim El Hattab | |
2012-08-30 | add theme config option, add sky theme, fix line-height of <small> | Hakim El Hattab | |
2012-08-24 | Update README.md | Hakim El Hattab | |
typo | |||
2012-08-20 | support for named links (closes #55) | Hakim El Hattab | |
2012-08-17 | fix bug that caused vertical stacks to shift unexpectedly in overview ↵ | Hakim El Hattab | |
(closes #122) | |||
2012-08-15 | margin tweak to keep list delimiters inside of slide box when text is long ↵ | Hakim El Hattab | |
(#116) | |||
2012-08-15 | consistent use of tabs rather than spaces in css (closes #121) | hakimel | |
2012-08-15 | define line height for paragraphs | hakimel | |
2012-08-14 | readme tweaks | Hakim El Hattab | |
2012-08-14 | Merge branch 'patch-6' of https://github.com/dandv/reveal.js | Hakim El Hattab | |
2012-08-14 | Merge branch 'patch-4' of https://github.com/dandv/reveal.js | Hakim El Hattab | |
2012-08-14 | Document optional libraries | Dan Dascalescu | |
Note that socket.io and a few others are not shipped by default | |||
2012-08-14 | Merge pull request #115 from dandv/patch-5 | Hakim El Hattab | |
Ensure images are bound within the section | |||
2012-08-13 | Merge pull request #110 from OwenVersteeg/patch-8 | Hakim El Hattab | |
made page validate | |||
2012-08-13 | Ensure images are bound within the section | Dan Dascalescu | |
2012-08-13 | Increase line-height for links to allow for descenders | Dan Dascalescu | |
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden) | |||
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-12 | Merge pull request #106 from OwenVersteeg/patch-7 | Hakim El Hattab | |
added appropriate selection color | |||
2012-08-11 | document dependency loading | Hakim El Hattab | |
2012-08-11 | rewrote initialization code for clarity and brevity (#105) | Hakim El Hattab | |
2012-08-09 | Merge pull request #109 from dandv/patch-3 | Hakim El Hattab | |
typo fix in index.html | |||
2012-08-09 | 1.5 > 2.0 (#105) | Hakim El Hattab | |
2012-08-08 | Update index.html | Dan Dascalescu | |
Typo fix: let's -> lets | |||
2012-08-08 | Merge pull request #108 from dandv/patch-2 | Hakim El Hattab | |
Cosmetic change in css/main.css | |||
2012-08-08 | Merge pull request #107 from dandv/patch-1 | Hakim El Hattab | |
clarification of vertical/horizontal slide relation | |||
2012-08-08 | Update css/main.css | Dan Dascalescu | |
rm extrenous whitespace | |||
2012-08-08 | Update README.md | Dan Dascalescu | |
Clarified a bit how horizontal and vertical slides relate. | |||
2012-08-08 | added simple theme | Owen Versteeg | |
reveal.js was lacking a nice, simple, minimal theme. now it has one. bam. | |||
2012-08-08 | added appropriate selection color | Owen Versteeg | |
the old one was pink. while I don't have anything against pink, I just thought it might be good to make the highlight color dark brown instead. | |||
2012-08-08 | remove theme from init options example | Hakim El Hattab | |
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 | readme typo | Hakim El Hattab | |
2012-08-07 | fix broken link | Hakim El Hattab | |
2012-08-07 | big rewrite of readme | Hakim El Hattab | |
2012-08-07 | remove duplicate fonts, tidy up font names (#103) | Hakim El Hattab | |
2012-08-07 | Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.js | Hakim El Hattab | |
2012-08-07 | use minified version of js | Hakim El Hattab | |
2012-08-06 | added the actual files | Owen Versteeg | |
now: eot, svg, ttf, woff | |||
2012-08-06 | added more font-face support | Owen Versteeg | |
this way, more browsers are supported, like older Opera/Chrome/FF | |||
2012-08-06 | fix order of options extend and listener binding (closes #102) | Hakim El Hattab | |
2012-08-06 | Update README.md | Hakim El Hattab | |
2012-08-06 | Merge pull request #101 from StereotypicalApps/patch-5 | Hakim El Hattab | |
improved accessibility | |||
2012-08-06 | Merge pull request #100 from StereotypicalApps/patch-4 | Hakim El Hattab | |
added small fallback for non-font-face browsers | |||
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-05 | added small fallback for non-font-face browsers | Owen Versteeg | |
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri. | |||
2012-08-04 | fix error in slide markup | Hakim El Hattab | |
2012-08-04 | fix overview slide positioning bug (closes #89) | Hakim El Hattab | |
2012-08-04 | instructions for pdf export (#92) | 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 | less horizontal padding for slides | Hakim El Hattab | |
2012-08-04 | remove hard line breaks now that slide width is relative | Hakim El Hattab | |
2012-08-04 | fix overflow glitch on vertical slides in mobile safari | Hakim El Hattab | |
2012-08-04 | use mq to reduce font size for low resultions, max limit on width for slides ↵ | Hakim El Hattab | |
set to 900px (closes #49) | |||
2012-08-04 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-08-04 | Merge pull request #93 from StereotypicalApps/patch-1 | Hakim El Hattab | |
Made the slideshow responsive | |||
2012-08-04 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-08-04 | Merge pull request #97 from davidbanham/master | Hakim El Hattab | |
Include speaker notes plugin after reveal.js | |||
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 | correct copy year | Hakim El Hattab | |
2012-08-03 | disable 3d links in ie, reorder script loading in index for readability ↵ | hakimel | |
(closes #95) | |||
2012-08-03 | fix disappearing 3d hover in chrome | hakimel | |
2012-08-03 | ie8 support (closes #96) | hakimel | |
2012-08-03 | add eot font for ie | hakimel | |
2012-08-02 | Oops, made the page a little too responsive | Owen Versteeg | |
if you resized the window or visited the page on a small screen everything would be amiss now, I've fixed that with a one-liner | |||
2012-08-02 | Made the slideshow responsive | Owen Versteeg | |
Woohoo! The slideshow now responds to resizing of the browser nicely! | |||
2012-08-02 | added example | Hakim El Hattab | |
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 | self-execute data-markdown | Hakim El Hattab | |
2012-07-31 | markdown instructions | 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-30 | move theme styles at bottom of main.css, change background of page ↵ | Hakim El Hattab | |
transition to be transparent | |||
2012-07-26 | fixes bug where the .present class remained on previous slide (closes #88) | Hakim El Hattab | |
2012-07-26 | adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73 | Hakim El Hattab | |
2012-07-21 | added example from @pamelafox | Hakim El Hattab | |
2012-07-20 | readme code marking | Hakim El Hattab | |
2012-07-20 | 1.4 is now stable, increment master to 1.5 | Hakim El Hattab | |
2012-07-20 | clean up initialization, conditionally load classList polyfill prior to ↵ | Hakim El Hattab | |
reveal.js | |||
2012-07-20 | 'keyboard' config option for disabling keyboard navigation (closes #84) | Hakim El Hattab | |
2012-07-20 | null check progress DOM element even if it's configured to be on | Hakim El Hattab | |