aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2012-08-06fix order of options extend and listener binding (closes #102)Hakim El Hattab
2012-08-04fix overview slide positioning bug (closes #89)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-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-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-07-31modified data-markdown to support markdown indented with tabsHakim 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-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-201.4 is now stable, increment master to 1.5Hakim 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-17Remove assignment to `indexv` and `indexh` to trigger 'onslidechange' at ↵Tobi Reiss
startup and onhashchange.
2012-07-15added autoSlide option (#59), clear out list of options in index.html's ↵Hakim El Hattab
initialize call
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-04remove unused copy of notes clientHakim El Hattab
2012-07-04conditional loading of socket.io and the notes client js based on window hostHakim 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-01/lib restructuringHakim El Hattab
2012-07-01Merge branch 'presenter_notes_server' of ↵Hakim El Hattab
https://github.com/rmurphey/reveal.js into notes
2012-06-20Send the correct element for fragmenthidden eventsRaul Hudea
2012-06-18enable controls by defaultHakim El Hattab
2012-06-17fix socket idRebecca Murphey
2012-06-17broadcast socket id as part of slidedataRebecca Murphey
2012-06-17use current host/portRebecca Murphey
2012-06-13Merge pull request #58 from danielmitd/controlsHakim El Hattab
fix JS error when controls are removed from HTML
2012-06-11expose navigatePrev, navigateNextRebecca Murphey
2012-06-10adapt coding styledanielmitd
2012-06-10use configdanielmitd
2012-06-10controls are not necessarydanielmitd
no need to include the controls in html
2012-06-07taking a stab at a presenter notes serverRebecca Murphey
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-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-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
2012-06-01added some public access methodsAaron Kiersky
Added overview toggle to allow for button-based overview toggling Added add/removeEvents methods to allow for adding& removing event listeners that may interfere with other libs.
2012-05-31dispatch events when visible fragment changes ('fragmentshown', ↵Hakim El Hattab
'fragmenthidden') closes #44
2012-05-30updated min.js to matchakiersky
2012-05-30fixed bug in swipe gesture interacting with links.akiersky
2012-05-30added left, right, up, down gestures to change slides. moved window edge ↵akiersky
slide triggers to a touchend event to prevent interference of gestures
2012-05-29space and return keys can be used to exit the overview modeHakim El Hattab
2012-05-15adjust end key nav to last slideHakim El Hattab
2012-05-14use home and end keyJason Finneyfrock
2012-05-06hide address bar in mobile browsers, add apple web app metaHakim El Hattab
2012-05-04'slidechanged' event, added ↵Hakim El Hattab
Reveal.addEventListener/Reveal.removeEventListener api methods
2012-05-03ie9 fixes, including new classList polyfillhakimel
2012-04-28added support for looped presentationsHakim El Hattab
2012-04-28merge keyboard shortcut changesHakim El Hattab
2012-04-27ignore metaKey modifier tooMichael Mahemoff
2012-04-27p for previous, n for nextMahemoff
2012-04-27Add new key mappings for navigation.Mahemoff
hjkl for directions. space to move to next slide. esc for 3D overview (instead of space)
2012-04-25significantly smaller js file header, added minified jsHakim El Hattab
2012-04-04upgrade to v 1.3Hakim El Hattab
2012-03-30change back state event scope, document level makes more sense as that's ↵Hakim El Hattab
where the state class is applied
2012-03-30adjustments to custom state eventsHakim El Hattab
2012-03-30Firing custom event based on data-state name. This allows developers to ↵Andy Matthews
trigger custom javascript code on a per slide basis.
2012-03-30now capturing data-state on slides and lifting it to document element ↵Hakim El Hattab
classList when slide is open
2012-03-28merge prev/next navigation pull request with modificationsHakim El Hattab
2012-03-27Implemented correct Previous and Next navigation for both mouse scroll and ↵Catalin Buzoiu
wireless presenter.
2012-03-24delay hash changes to avoid transition lag in chrome and enable history by ↵Hakim El Hattab
default (closes #22)
2012-03-24don't overwrite existing classes on slides (closes #23)Hakim El Hattab
2012-03-19added support for wireless presenterAnders
2012-03-15Do not fail on other kinds of hashesFil
2012-02-17fix reference to old 'hasClass' methodHakim El Hattab
2012-01-14tweaked mouse wheel navigationHakim El Hattab
2012-01-14Merge pull request #13 from naugtur/masterHakim El Hattab
Mouse scroll handling
2012-01-14removed history comment in jsHakim El Hattab
2012-01-14rolled back to classList, promoting poyfill in readmeHakim El Hattab
2012-01-14don't apply linkify effect to anchors containing imagesHakim El Hattab
2012-01-15Added support for smart scrolling through slides. Scrolling events are ↵Naugtur
throttled to prevent going too far
2012-01-03removed dependency on classList (#9)Hakim El Hattab
2012-01-03scrolling fallback mode for IE < 9Hakim El Hattab
2012-01-02prevent default on space pressHakim El Hattab
2011-12-30browser history updates can now be disabled via configHakim El Hattab
2011-12-26updated copy in slides, added one that explains transitionsHakim El Hattab
2011-12-26major, non backwards compatible, restructuring of DOM treeHakim El Hattab
2011-12-26changed id of 'main' container to 'reveal'Hakim El Hattab
2011-12-26packed v1.1, upgraded to 1.2Hakim El Hattab
2011-12-26added new transitions (box/page) and a ui theme (neon)Hakim El Hattab
2011-12-23fix padding and duplicate background on vertical slides in overviewHakim El Hattab
2011-12-23fix clicks on vertical slides in overviewHakim El Hattab
2011-12-23skip fragments when in overviewHakim El Hattab
2011-12-23added experimental overview mode (press SPACE)Hakim El Hattab
2011-12-23fallback on 2d transform transitions via feature detectHakim El Hattab
2011-12-22slides three or more steps away from current are now hiddenHakim El Hattab
2011-12-22progress bar is now a div and uses the same transition + easing as slides ↵Hakim El Hattab
(fixes #6)
2011-12-22added optional presentation progress barHakim El Hattab
2011-12-21comments & typo correctionHakim El Hattab