aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-08-03correct copy yearHakim El Hattab
2012-08-03disable 3d links in ie, reorder script loading in index for readability (clos...hakimel
2012-08-03fix disappearing 3d hover in chromehakimel
2012-08-03ie8 support (closes #96)hakimel
2012-08-03add eot font for iehakimel
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 transition...Hakim El Hattab
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 revea...Hakim El Hattab
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
2012-07-17Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at star...Tobi Reiss
2012-07-16Merge pull request #80 from ob1/patch-2Hakim El Hattab
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 initi...Hakim El Hattab
2012-07-15Merge pull request #79 from ob1/patch-1Hakim El Hattab
2012-07-15Update README to reflect "Main #reveal container is now selected via a class ...ob1
2012-07-12add beige theme, move theme class from .reveal to document element, use log i...Hakim El Hattab
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
2012-07-09separate loading of classList.js as its not tied to execution of highlight.jsHakim El Hattab
2012-07-09refactored folder structure, added /plugins which is initially only used by #57Hakim El Hattab
2012-07-09use head.js to script load everything, fixes bug with inclusion of notes serv...Hakim El Hattab
2012-07-09Merge branch 'master' of github.com:hakimel/reveal.js into notesHakim El Hattab
2012-07-09Merge pull request #75 from tansengming/css_charsetHakim El Hattab
2012-07-09adds charset declaration in main.cssSengMing Tan
2012-07-04small tweaks to notes page styleHakim El Hattab
2012-07-04small tweaks to notes page styleHakim El Hattab
2012-07-04simplify query matchHakim El Hattab
2012-07-04remove unused copy of notes clientHakim El Hattab
2012-07-04readme updatesHakim El Hattab
2012-07-04conditional loading of socket.io and the notes client js based on window hostHakim El Hattab
2012-07-01update instructions printed on server startHakim El Hattab
2012-07-01convert spaces to tabs to match project styleHakim El Hattab
2012-07-01move notes client code into libHakim El Hattab
2012-07-01tweaks to slidenotesHakim El Hattab
2012-07-01adjust whitespace of notes code to match rest of projectHakim El Hattab
2012-07-01include underscore as a dependency for npmHakim El Hattab
2012-07-01/lib restructuringHakim El Hattab
2012-07-01restructured /lib, moved /assets/fonts to /lib/fontsHakim El Hattab
2012-07-01Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.j...Hakim El Hattab
2012-06-24Merge pull request #72 from rhudea/fix-fragmenthiddenHakim El Hattab
2012-06-20Send the correct element for fragmenthidden eventsRaul Hudea
2012-06-18Merge pull request #65 from bleathem/patch-2Hakim El Hattab
2012-06-18enable controls by defaultHakim El Hattab
2012-06-17connect to whatever server we're onRebecca Murphey
2012-06-17fix socket idRebecca Murphey
2012-06-17fix path to socket.ioRebecca Murphey
2012-06-17have notes page only listen to one socketRebecca Murphey
2012-06-17add mustache dependencyRebecca Murphey
2012-06-17broadcast socket id as part of slidedataRebecca Murphey
2012-06-17use current host/portRebecca Murphey
2012-06-14Specify position for .reveal.linear sections. fixes #64Brian Leathem
2012-06-14Merge pull request #63 from bleathem/patch-1Hakim El Hattab
2012-06-13Changed #reveal to .reveal in print.cssBrian Leathem
2012-06-13Merge pull request #58 from danielmitd/controlsHakim El Hattab
2012-06-13add default table styles (closes #62)Hakim El Hattab
2012-06-13Merge pull request #61 from rmurphey/navigatePrev_navigateNextHakim El Hattab
2012-06-11update readmeRebecca Murphey
2012-06-11expose navigatePrev, navigateNextRebecca Murphey
2012-06-10adapt coding styledanielmitd
2012-06-10use configdanielmitd
2012-06-10controls are not necessarydanielmitd
2012-06-07removing errant author infoRebecca Murphey
2012-06-07taking a stab at a presenter notes serverRebecca Murphey
2012-06-06syntax highlighting in readme examplesHakim El Hattab
2012-06-06include references to previous/current sldie DOM elements in slidechange eventHakim El Hattab
2012-06-06prevent duplicate slidechange from firing after hash change (closes #54)Hakim El Hattab
2012-06-06added exampleHakim El Hattab
2012-06-05Merge pull request #53 from isellsoap/masterHakim El Hattab
2012-06-05simplified handling of nested listsFrancesco Schwarz
2012-06-03change add .reveal class in index (closes #51)Hakim El Hattab
2012-06-02added new example (closes #50)Hakim El Hattab
2012-06-02readme updateHakim El Hattab
2012-06-02api methods for adding/removing all event listeners (#48)Hakim El Hattab
2012-06-02changed selection of main container from #reveal to .reveal (closes #46)Hakim El Hattab
2012-06-02credit in readmeHakim El Hattab
2012-06-02version 1.3 is stable, upgrade to 1.4Hakim El Hattab
2012-06-02comments, tweaks and a new slide highlighting mobile supportHakim El Hattab
2012-06-02support for swipe and pinch gestures #48Hakim El Hattab
2012-06-01minified!Aaron Kiersky