aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.min.js
Commit message (Expand)AuthorAge
* fix minor inconsistency in left/right nav when first/last slides are verticalHakim El Hattab2013-03-04
* enable pos-startup config of autoSlideHakim El Hattab2013-03-04
* format tweakHakim El Hattab2013-02-28
* force layout after configuration changesHakim El Hattab2013-02-27
* replace classList.toggle( ..., force ) as it's broken in ffHakim El Hattab2013-02-27
* dispatch event when paused/resumed (closes #336)Hakim El Hattab2013-02-27
* fragment sorting tweaks, sort attribute is now called data-fragment-index (#342)Hakim El Hattab2013-02-27
* merge grunt update to 0.4 (#350)Hakim El Hattab2013-02-27
* disabled overview clicks on slides with disabled classHakim El Hattab2013-02-26
* prevent overview click events after calling Reveal.removeEventListenersHakim El Hattab2013-02-24
* add configure api method for update config after initializationHakim El Hattab2013-02-24
* added isFirstSlide/isLastSlide api methodsHakim El Hattab2013-02-13
* scale presentations on ipad instead of zoomHakim El Hattab2013-02-11
* add api methods for check if overview is active or presentation is pausedHakim El Hattab2013-02-09
* stop auto-slide on pause and overview (closes #320)Hakim El Hattab2013-02-09
* adjust copyright yearsHakim El Hattab2013-02-05
* helper method for retrieving slide based on index (closes #293)Hakim El Hattab2013-02-03
* fix vertical centering of slide in ios chrome (closes #289)Hakim El Hattab2013-02-03
* fix error with removal of control button and progress bar event listeners (cl...Hakim El Hattab2013-02-03
* code cosmeticsHakim El Hattab2013-02-03
* remove extra padding in stacks, add api method to retrieve curren scale (#310)Hakim El Hattab2013-02-02
* reduce width of single-page fallback slidesHakim El Hattab2013-02-02
* change default maxScale to 1.0 (#310)Hakim El Hattab2013-01-31
* add min/max scale settings (#310)Hakim El Hattab2013-01-30
* rename padding config option to margin, better mobile support for scaled pres...hakimel2013-01-29
* feature detect zoom with fallback on transform, allow percent units for deck ...hakimel2013-01-28
* updated to v2.3, initial implementation of uniformly scaled presentations (#310)Hakim El Hattab2013-01-27
* don't convert anchors with child nodes to rolling links (closes #266)hakimel2013-01-21
* add overviewshown and overviewhidden events (closes #298)hakimel2013-01-21
* config option for disabling touch navigation (closes #299)hakimel2013-01-21
* expose layout api method (closes #305), consistent spacing across all functio...hakimel2013-01-21
* implement a fade transitionJoel Brandt2013-01-16
* fix issue with navigateTo and fragments (closes #290)Hakim El Hattab2013-01-14
* merge in reset of vertical slides when returning to first slide #291Hakim El Hattab2013-01-12
* better fix (issue: #285)karimsa2013-01-11
* entities auto fix addedkarimsa2013-01-06
* fix issue with auto-advance (closes #273)Hakim El Hattab2013-01-02
* add rtl option to readmeHakim El Hattab2012-11-27
* fix issue with click event target on overview slidesHakim El Hattab2012-11-25
* improve rendering accuracy of overviewHakim El Hattab2012-11-23
* use touch start events for controls on touch devicesHakim El Hattab2012-11-22
* slide method now accepts fragment index argument #228Hakim El Hattab2012-11-22
|\
* | adjust rtl implementation (#166)Hakim El Hattab2012-11-18
* | experimental rtl support (#166)Hakim El Hattab2012-11-17
* | enforce max width/height on iframes (#244), disabled mouse wheel navigation b...Hakim El Hattab2012-11-17
* | null check parentNode in case slide has been detachedHakim El Hattab2012-11-13
* | disable hiding of address bar on android, caused vertical centering issuesHakim El Hattab2012-11-13
* | add grunt.js build file (closes #235)Hakim El Hattab2012-11-11
* | fix issue with dependency loader callbacksHakim El Hattab2012-11-10
* | fix vertical transition for vertically centered slides, vertical centering is...Hakim El Hattab2012-11-10