aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
Commit message (Expand)AuthorAgeFilesLines
* Seek rounding from 1 to 4 decimal places (fixes #242)Sam2016-05-301-3/+3
* Added `disableContextMenu` option to hide the right click context menu (fixes...Sam2016-05-261-2/+8
* Version bumpSam2016-05-231-2/+2
* Restore scroll position when exiting fullscreen (fixes #236)Sam2016-05-231-4/+27
* Sprite loading improvements, touch controlsSam2016-05-231-19/+81
* Decreased sensitivity and inverted scroll on volume slider (scroll up to incr...Sam Potts2016-05-191-5/+8
* Version bumpSam Potts2016-05-191-1/+1
* Bug fix for no bufferSam Potts2016-05-191-2/+7
* Merge branch 'master' into developSam Potts2016-05-191-3/+16
|\
| * Fix for Vimeo fullscreen (fixes #214)Sam Potts2016-05-161-1/+1
| * Changed icon prefix default to avoid clashesSam Potts2016-05-161-2/+2
| * Build changes, sprite.svg => plyr.svgSam Potts2016-05-151-1/+1
| * Fix for bug in v1.6.7Sam Potts2016-05-141-2/+2
| * iOS bug fixes (fixes #213)Sam Potts2016-05-141-2/+15
| * Icon tweaks, IE button fixSam Potts2016-05-141-1/+1
* | Add scroll listener on volume slideri.adamenko2016-05-191-12/+45
* | Merge branch 'master' into developSam2016-05-111-1/+1
|\|
| * Version bumpSam Potts2016-05-111-1/+1
* | Restore simplicity to LESS file structureSam Potts2016-05-101-2/+2
* | Add event for YouTube onStateChangeShakeel Mohamed2016-05-011-0/+4
|/
* Bug fix for undefined progress barSam Potts2016-05-011-2/+2
* Minor bug fixesSam Potts2016-05-011-5/+8
* v1.6.2Sam Potts2016-05-011-1/+1
* Fixed mergeSam Potts2016-05-011-24/+75
* Bug fixesSam Potts2016-05-011-53/+20
* Bug fixesSam2016-05-011-18/+52
* Error handlingSam Potts2016-04-301-51/+71
* Merge branch 'pr/196' into developSam Potts2016-04-301-45/+175
|\
| * Merge remote-tracking branch 'org/develop' into developMonica Cheung2016-04-251-76/+137
| |\
| * | Add support for soundcloudMonica Cheung2016-04-171-1/+131
| * | Bug fix for embeds: `play` not being defined (fixes #185 and #186)Sam Potts2016-03-271-6/+6
| * | Version bumpSam Potts2016-03-141-1/+1
| * | Autoplay bug fixesSam Potts2016-03-141-20/+16
| * | Fix for embed property not being setSam Potts2016-03-141-4/+4
| * | SASS fixes, docs changes (fixes #180), 'ready' eventSam Potts2016-03-131-2/+5
| * | Dynamically set YouTube autoplay from configShakeel Mohamed2016-03-121-1/+1
| * | Bug fixes and native APIs exposed for embedsSam Potts2016-03-071-7/+14
| * | Cancel requests on source change (Fixes #174)Sam Potts2016-02-281-2/+30
| * | CustomEvent polyfill (Fixes #172)Sam Potts2016-02-281-4/+7
| * | Remove version from sourceSam Potts2016-02-251-1/+0
| * | Volume storage fix (Fixes #171)Sam Potts2016-02-251-2/+6
| * | Fix for manual captionsSam Potts2016-02-211-6/+16
| * | v1.5.12Sam Potts2016-02-211-2/+2
| * | Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-211-74/+69
| |\ \
| | * | Updated manual caption split patternGuru Prasad Srinivasa2016-02-161-3/+9
| | * | Some WebVTT fixes to allow manual captionsGuru Prasad Srinivasa2016-02-161-5/+11
| * | | WIP on captions bug, manual duration option, reset media objectSam Potts2016-02-211-368/+424
| |/ /
| * | Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-131-5/+5
| |\ \
| | * | Get the proper window reference on initialization.Marvin Hagemeister2016-01-271-1/+1
| | * | Check for module.exports as well for CommonJS ModulesMarvin Hagemeister2016-01-261-1/+1