aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* ontouchstart null check in addEventListenersJJ Allaire2013-02-14
* added isFirstSlide/isLastSlide api methodsHakim El Hattab2013-02-13
* Merge branch 'master' of https://github.com/gouravtiwari/reveal.jsHakim El Hattab2013-02-13
|\
| * Added isFirstSlide and isLastSlide functionsGourav Tiwari2013-02-11
* | check window.ontouchstart != null (required for qtwebkit)JJ Allaire2013-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
* Merge pull request #322 from commadelimited/deactivate-nav-during-pauseHakim El Hattab2013-02-02
|\
| * Only allowing 'unpause' keyboard events while pausedandy matthews2013-01-31
* | 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
* Merge pull request #303 from DrBenton/masterHakim El Hattab2013-01-18
|\
| * add public "togglePause()" accessOlivier Philippon2013-01-18
| * add Logitech presenter tools "black screen" button compatibilityOlivier Philippon2013-01-18
* | fix typoshakimel2013-01-18
* | 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
|\
| * working on #227Federico Fissore2012-11-05
* | 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
* | Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reve...Hakim El Hattab2012-11-13
|\ \
| * | Fix callback calling when using from a parent directoryAntoine Musso2012-11-12
* | | 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