summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-08-30add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab
2012-08-24Update README.mdHakim El Hattab
typo
2012-08-20support for named links (closes #55)Hakim El Hattab
2012-08-17fix bug that caused vertical stacks to shift unexpectedly in overview ↵Hakim El Hattab
(closes #122)
2012-08-15margin tweak to keep list delimiters inside of slide box when text is long ↵Hakim El Hattab
(#116)
2012-08-15consistent use of tabs rather than spaces in css (closes #121)hakimel
2012-08-15define line height for paragraphshakimel
2012-08-14readme tweaksHakim El Hattab
2012-08-14Merge branch 'patch-6' of https://github.com/dandv/reveal.jsHakim El Hattab
2012-08-14Merge branch 'patch-4' of https://github.com/dandv/reveal.jsHakim El Hattab
2012-08-14Document optional librariesDan Dascalescu
Note that socket.io and a few others are not shipped by default
2012-08-14Merge pull request #115 from dandv/patch-5Hakim El Hattab
Ensure images are bound within the section
2012-08-13Merge pull request #110 from OwenVersteeg/patch-8Hakim El Hattab
made page validate
2012-08-13Ensure images are bound within the sectionDan Dascalescu
2012-08-13Increase line-height for links to allow for descendersDan Dascalescu
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
2012-08-12made page validateOwen 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-12Merge pull request #106 from OwenVersteeg/patch-7Hakim El Hattab
added appropriate selection color
2012-08-11document dependency loadingHakim El Hattab
2012-08-11rewrote initialization code for clarity and brevity (#105)Hakim El Hattab
2012-08-09Merge pull request #109 from dandv/patch-3Hakim El Hattab
typo fix in index.html
2012-08-091.5 > 2.0 (#105)Hakim El Hattab
2012-08-08Update index.htmlDan Dascalescu
Typo fix: let's -> lets
2012-08-08Merge pull request #108 from dandv/patch-2Hakim El Hattab
Cosmetic change in css/main.css
2012-08-08Merge pull request #107 from dandv/patch-1Hakim El Hattab
clarification of vertical/horizontal slide relation
2012-08-08Update css/main.cssDan Dascalescu
rm extrenous whitespace
2012-08-08Update README.mdDan Dascalescu
Clarified a bit how horizontal and vertical slides relate.
2012-08-08added simple themeOwen Versteeg
reveal.js was lacking a nice, simple, minimal theme. now it has one. bam.
2012-08-08added appropriate selection colorOwen 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-08remove theme from init options exampleHakim El Hattab
2012-08-08themes 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-07readme typoHakim El Hattab
2012-08-07fix broken linkHakim El Hattab
2012-08-07big rewrite of readmeHakim El Hattab
2012-08-07remove duplicate fonts, tidy up font names (#103)Hakim El Hattab
2012-08-07Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.jsHakim El Hattab
2012-08-07use minified version of jsHakim El Hattab
2012-08-06added the actual filesOwen Versteeg
now: eot, svg, ttf, woff
2012-08-06added more font-face supportOwen Versteeg
this way, more browsers are supported, like older Opera/Chrome/FF
2012-08-06fix order of options extend and listener binding (closes #102)Hakim El Hattab
2012-08-06Update README.mdHakim El Hattab
2012-08-06Merge pull request #101 from StereotypicalApps/patch-5Hakim El Hattab
improved accessibility
2012-08-06Merge pull request #100 from StereotypicalApps/patch-4Hakim El Hattab
added small fallback for non-font-face browsers
2012-08-05improved accessibility Owen Versteeg
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
2012-08-05added small fallback for non-font-face browsersOwen Versteeg
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
2012-08-04fix error in slide markupHakim El Hattab
2012-08-04fix overview slide positioning bug (closes #89)Hakim El Hattab
2012-08-04instructions for pdf export (#92)Hakim El Hattab
2012-08-04more pdf-export tweaks, added slide describing the feature (#92)Hakim El Hattab
2012-08-04slight tweak to pdf export css (#92)Hakim El Hattab
2012-08-04support for PDF export in chrome (closes #92)Hakim El Hattab
2012-08-04less horizontal padding for slidesHakim El Hattab
2012-08-04remove hard line breaks now that slide width is relativeHakim El Hattab
2012-08-04fix overflow glitch on vertical slides in mobile safariHakim El Hattab
2012-08-04use mq to reduce font size for low resultions, max limit on width for slides ↵Hakim El Hattab
set to 900px (closes #49)
2012-08-04Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-08-04Merge pull request #93 from StereotypicalApps/patch-1Hakim El Hattab
Made the slideshow responsive
2012-08-04Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab
2012-08-04Merge pull request #97 from davidbanham/masterHakim El Hattab
Include speaker notes plugin after reveal.js
2012-08-04Include speaker notes plugin after reveal.jsDavid 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-03correct copy yearHakim El Hattab
2012-08-03disable 3d links in ie, reorder script loading in index for readability ↵hakimel
(closes #95)
2012-08-03fix disappearing 3d hover in chromehakimel
2012-08-03ie8 support (closes #96)hakimel
2012-08-03add eot font for iehakimel
2012-08-02Oops, made the page a little too responsiveOwen 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-02Made the slideshow responsiveOwen Versteeg
Woohoo! The slideshow now responds to resizing of the browser nicely!
2012-08-02added exampleHakim El Hattab
2012-07-31update markdown code example to correctly reflect line breaksHakim El Hattab
2012-07-31modified data-markdown to support markdown indented with tabsHakim El Hattab
2012-07-31self-execute data-markdownHakim El Hattab
2012-07-31markdown instructionsHakim El Hattab
2012-07-31added slide announcing markdown support (#15)Hakim El Hattab
2012-07-31support for data-markdown (#15)Hakim El Hattab
2012-07-30move theme styles at bottom of main.css, change background of page ↵Hakim El Hattab
transition to be transparent
2012-07-26fixes bug where the .present class remained on previous slide (closes #88)Hakim El Hattab
2012-07-26adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73Hakim El Hattab
2012-07-21added example from @pamelafoxHakim El Hattab
2012-07-20readme code markingHakim El Hattab
2012-07-201.4 is now stable, increment master to 1.5Hakim El Hattab
2012-07-20clean 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-20null check progress DOM element even if it's configured to be onHakim El Hattab
2012-07-18sub/superscript styles (closes #82)Hakim El Hattab
2012-07-18readme updateHakim El Hattab
2012-07-18Merge pull request #83 from basecode/patch-slidechangeHakim El Hattab
slidechange doesn't get fired on "hashchange" events
2012-07-17Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at ↵Tobi Reiss
startup and onhashchange.
2012-07-16Merge pull request #80 from ob1/patch-2Hakim El Hattab
Another instance of: id="reveal" => class="reveal"
2012-07-16Another instance of: id="reveal" => class="reveal"ob1
2012-07-15remove background from default anchor hover styleHakim El Hattab
2012-07-15added autoSlide option (#59), clear out list of options in index.html's ↵Hakim El Hattab
initialize call
2012-07-15Merge pull request #79 from ob1/patch-1Hakim El Hattab
Update README to reflect "reveal" container selector change
2012-07-15Update README to reflect "Main #reveal container is now selected via a class ↵ob1
instead of ID"
2012-07-12add beige theme, move theme class from .reveal to document element, use log ↵Hakim El Hattab
instead of alert to demonstrate custom events
2012-07-12changenote re code sample font sizeHakim El Hattab
2012-07-12added new example to readmeHakim El Hattab
2012-07-09larger font for code samples (closes #60)Hakim El Hattab
2012-07-09slidenotes becomes speakernotes to match wording in readmeHakim El Hattab
2012-07-09folder structure description in readmeHakim El Hattab
2012-07-09fix incorrect directory referenceHakim El Hattab
2012-07-09adjustments to initial node messages #57Hakim El Hattab