aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* fix grunt jshint configHakim El Hattab2013-03-08
* add Reveal.getConfig(), replace use of window.globals (#98)Hakim El Hattab2013-03-08
* merge in multiplex (#98)Hakim El Hattab2013-03-08
|\
| * Bring multiplex up to dateDavid Banham2013-03-08
* | scope error (#300)Hakim El Hattab2013-03-05
* | blindfolded attempt at ie10 touch (#300)Hakim El Hattab2013-03-05
* | fix error in how touch support was detectedHakim El Hattab2013-03-04
* | better null check for stack (closes #354)Hakim El Hattab2013-03-04
* | fix rotues check when loop is activeHakim El Hattab2013-03-04
* | 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
|/
* fix a few typos (closes #352)Hakim El Hattab2013-03-01
* format tweakHakim El Hattab2013-02-28
* fixing an initialization bug when turning off controls and progress in initia...Ben Houston2013-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 branch 'sort_fragments' of https://github.com/jaberg/reveal.js into devHakim El Hattab2013-02-27
|\
| * FIX: indent level of sort_fragmentsJames Bergstra2013-02-21
| * ENH: fragment-pos attribute for ordering fragmentsJames Bergstra2013-02-21
* | 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
|/
* 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