summaryrefslogtreecommitdiffhomepage
path: root/js/reveal.min.js
AgeCommit message (Expand)Author
2013-06-04update background test, documented slide backgrounds in readme (#453)Hakim El Hattab
2013-06-04allow control over background color when using images (#453)Hakim El Hattab
2013-06-04linear sliding transition option for full page backgrounds (#453)Hakim El Hattab
2013-06-04support for optional background property overrides (#453)Hakim El Hattab
2013-06-04don't transition to first slide background (#453)Hakim El Hattab
2013-06-04started the new per-slide background implementation (#453)Hakim El Hattab
2013-05-12upgrade to 2.5.0Hakim El Hattab
2013-05-05fix previousFragment, was hiding in reverse order #435Hakim El Hattab
2013-05-05add data-start-indexv #427Hakim El Hattab
2013-04-29add isVerticalSlide utility methodHakim El Hattab
2013-04-29greatly improved rtl, slides and progress are now reversed #339Hakim El Hattab
2013-04-27only auto-play media when data-autoplay is set (#388)Hakim El Hattab
2013-04-27auto play/pause youtube video when entering/leaving slide (#388)Hakim El Hattab
2013-04-27auto play/pause html5 media when entering/leaving slide (#388)Hakim El Hattab
2013-04-27add config option for disabling all fragmentsHakim El Hattab
2013-04-27available fragment routes reflected in control arrows (closes #411)Hakim El Hattab
2013-04-27greatly simplify next/prev fragment routinesHakim El Hattab
2013-04-27also update controls and progress on syncHakim El Hattab
2013-04-27update progress bar on window resizeHakim El Hattab
2013-04-27add sync methodHakim El Hattab
2013-04-24Use the newer element.webkitRequestFullscreen method if available, to support...Marc van Gend
2013-04-18correction to navigate top/right/bottom/left methods (closes #409)Hakim El Hattab
2013-04-16return current fragment index through getIndices, replaces getCurrentFragment...Hakim El Hattab
2013-04-15fix previous slide navigation logic (closes #397)Hakim El Hattab
2013-04-11merge mutiplex fragment fix #395Hakim El Hattab
2013-04-07returning index only when current fragment is definedtkaczmarzyk
2013-04-06simplified getCurrentFragmentIndex impltkaczmarzyk
2013-04-06support for transition speed settings (closes #392)Hakim El Hattab
2013-04-06removed no longer required helper methodtkaczmarzyk
2013-04-06broadcasting fragments state in multiplex plugin (#394)tkaczmarzyk
2013-03-30always construct controls and progress bar at startup (closes #384)Hakim El Hattab
2013-03-23add availableRoutes to the api (#371)Hakim El Hattab
2013-03-17always kill touch events on removelisteners (#365)Hakim El Hattab
2013-03-17enable keyboard/touch flags to change in runtime configure() call (closes #365)Hakim El Hattab
2013-03-17new build for autoslide prHakim El Hattab
2013-03-17update version to 2.4Hakim El Hattab
2013-03-10Add shift+space functionalityRemy Bach
2013-03-08fix grunt jshint configHakim El Hattab
2013-03-08add Reveal.getConfig(), replace use of window.globals (#98)Hakim El Hattab
2013-03-08merge in multiplex (#98)Hakim El Hattab
2013-03-08Bring multiplex up to dateDavid Banham
2013-03-05scope error (#300)Hakim El Hattab
2013-03-05blindfolded attempt at ie10 touch (#300)Hakim El Hattab
2013-03-04fix error in how touch support was detectedHakim El Hattab
2013-03-04better null check for stack (closes #354)Hakim El Hattab
2013-03-04fix rotues check when loop is activeHakim El Hattab
2013-03-04fix minor inconsistency in left/right nav when first/last slides are verticalHakim El Hattab
2013-03-04enable pos-startup config of autoSlideHakim El Hattab
2013-02-28format tweakHakim El Hattab
2013-02-27force layout after configuration changesHakim El Hattab
2013-02-27replace classList.toggle( ..., force ) as it's broken in ffHakim El Hattab
2013-02-27dispatch event when paused/resumed (closes #336)Hakim El Hattab
2013-02-27fragment sorting tweaks, sort attribute is now called data-fragment-index (#342)Hakim El Hattab
2013-02-27merge grunt update to 0.4 (#350)Hakim El Hattab
2013-02-26disabled overview clicks on slides with disabled classHakim El Hattab
2013-02-24prevent overview click events after calling Reveal.removeEventListenersHakim El Hattab
2013-02-24add configure api method for update config after initializationHakim El Hattab
2013-02-13added isFirstSlide/isLastSlide api methodsHakim El Hattab
2013-02-11scale presentations on ipad instead of zoomHakim El Hattab
2013-02-09add api methods for check if overview is active or presentation is pausedHakim El Hattab
2013-02-09stop auto-slide on pause and overview (closes #320)Hakim El Hattab
2013-02-05adjust copyright yearsHakim El Hattab
2013-02-03helper method for retrieving slide based on index (closes #293)Hakim El Hattab
2013-02-03fix vertical centering of slide in ios chrome (closes #289)Hakim El Hattab
2013-02-03fix error with removal of control button and progress bar event listeners (cl...Hakim El Hattab
2013-02-03code cosmeticsHakim El Hattab
2013-02-02remove extra padding in stacks, add api method to retrieve curren scale (#310)Hakim El Hattab
2013-02-02reduce width of single-page fallback slidesHakim El Hattab
2013-01-31change default maxScale to 1.0 (#310)Hakim El Hattab
2013-01-30add min/max scale settings (#310)Hakim El Hattab
2013-01-29rename padding config option to margin, better mobile support for scaled pres...hakimel
2013-01-28feature detect zoom with fallback on transform, allow percent units for deck ...hakimel
2013-01-27updated to v2.3, initial implementation of uniformly scaled presentations (#310)Hakim El Hattab
2013-01-21don't convert anchors with child nodes to rolling links (closes #266)hakimel
2013-01-21add overviewshown and overviewhidden events (closes #298)hakimel
2013-01-21config option for disabling touch navigation (closes #299)hakimel
2013-01-21expose layout api method (closes #305), consistent spacing across all functio...hakimel
2013-01-16implement a fade transitionJoel Brandt
2013-01-14fix issue with navigateTo and fragments (closes #290)Hakim El Hattab
2013-01-12merge in reset of vertical slides when returning to first slide #291Hakim El Hattab
2013-01-11better fix (issue: #285)karimsa
2013-01-06entities auto fix addedkarimsa
2013-01-02fix issue with auto-advance (closes #273)Hakim El Hattab
2012-11-27add rtl option to readmeHakim El Hattab
2012-11-25fix issue with click event target on overview slidesHakim El Hattab
2012-11-23improve rendering accuracy of overviewHakim El Hattab
2012-11-22use touch start events for controls on touch devicesHakim El Hattab
2012-11-22slide method now accepts fragment index argument #228Hakim El Hattab
2012-11-18adjust rtl implementation (#166)Hakim El Hattab
2012-11-17experimental rtl support (#166)Hakim El Hattab
2012-11-17enforce max width/height on iframes (#244), disabled mouse wheel navigation b...Hakim El Hattab
2012-11-13null check parentNode in case slide has been detachedHakim El Hattab
2012-11-13disable hiding of address bar on android, caused vertical centering issuesHakim El Hattab
2012-11-11add grunt.js build file (closes #235)Hakim El Hattab
2012-11-10fix issue with dependency loader callbacksHakim El Hattab
2012-11-10fix vertical transition for vertically centered slides, vertical centering is...Hakim El Hattab
2012-11-10correction to vertical centering and overview mode, clean up of vertical slid...Hakim El Hattab
2012-11-10remember last visited vertical slide (closes #225)Hakim El Hattab
2012-11-10enable up/down arrows to step through fragments (closes #233)Hakim El Hattab
2012-11-10count vertical slides towards the progress bar (closes #150)Hakim El Hattab