aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
Commit message (Expand)AuthorAgeFilesLines
* update from upstreamHEADmasterJesús2022-02-111-1/+2
* v3.6.3 (#2016)Sam Potts2020-11-141-27/+25
* allow custom control as elementtaylorchu2020-04-281-4/+2
* Converted to 2 space indentationSam Potts2020-04-111-1623/+1621
* Completely hide SVG icons to screen readersBenoît Burgener2020-02-251-1/+1
* Speed settings logic improvementsSam Potts2020-02-101-8/+3
* Set download attribute for HTML5 onlySam Potts2020-02-091-1/+5
* Clean up speed options logicSam Potts2020-02-081-11/+7
* Merge pull request #1671 from ydylla/improve-speed-optionsSam Potts2020-02-081-0/+2
|\
| * actually use the configured speed optionsydylla2020-02-011-0/+2
* | add download attribute to download buttonCode11102020-02-071-0/+1
|/
* Manually merge PR #1629Sam Potts2020-01-141-2/+4
* Merge pull request #1505 from nskazki/detach-event-listeners-on-destroySam Potts2020-01-131-5/+7
|\
| * Detach event listeners on destroynskazki2019-07-191-5/+7
* | Fix linting issuesSam Potts2020-01-131-4/+1
|/
* File rename and clean upSam Potts2019-06-211-1/+1
* Linting changesSam Potts2019-06-011-21/+31
* Fix for the menu in the shadow DOMSam Potts2019-04-251-16/+4
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-04-251-2/+4
|\
| * Don't close menu on click in menu in webcomponentEmiel Beinema2019-04-151-1/+3
| * Use querySelector on container for showMenuPanelEmiel Beinema2019-04-151-1/+1
* | Fix for className being wiped outSam Potts2019-04-251-250/+284
|/
* Set download URL via setterSam Potts2019-04-121-3/+3
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-02-191-1/+1
|\
| * Merge pull request #1 from robertkraig/defect/update-progress-element-axe-errorRobert Kraig2019-01-301-1/+1
| |\
| | * Updating accessibility attribute to progressbarRobert Kraig2019-01-301-1/+1
* | | Added RangeTouch, updated Shr lib in demoSam Potts2019-02-191-0/+4
|/ /
* / Fullscreen fixesSam Potts2019-01-141-7/+22
|/
* Calling customized controls function with proper argumentsRaccoon2018-11-121-1/+1
* Allow custom download URL (for streaming, etc)Sam Potts2018-10-241-10/+12
* Fix SVG issue for older browsers (fixes #1191)Sam Potts2018-10-241-2/+3
* Added download buttonSam Potts2018-09-281-48/+91
* Reverted large pause buttonSam Potts2018-09-251-3/+0
* Fix touch vs click issueSam Potts2018-09-251-0/+3
* Fix for nodeList as buttonsSam Potts2018-08-141-2/+2
* Fix play/pause button stateSam Potts2018-08-141-10/+18
* Fix for controls missing (fixes #1161)Sam Potts2018-08-141-11/+13
* Fix for pressed property missing with custom controls (Fixes #1062)Sam Potts2018-08-131-12/+17
* Moved mute button inside plyr__volumeSam Potts2018-08-131-27/+30
* Moved i18n to utilsSam Potts2018-08-131-1/+1
* Fix issue where enter key wasn’t setting focus correctlySam Potts2018-08-051-14/+32
* Rounded aria-valuetext to 1 decimal placeSam Potts2018-08-051-1/+1
* Removed aria-labelled-bySam Potts2018-08-051-2/+0
* Only focus button if menu wasn’t hidden alreadySam Potts2018-08-011-2/+3
* Escape closes menuSam Potts2018-08-011-21/+26
* LintingSam Potts2018-08-011-308/+87
* Merge branch 'develop' into a11y-improvementsSam Potts2018-08-011-14/+12
|\
| * Improve handling of the 'controls' argumentAlbin Larsson2018-07-311-11/+12
* | Comments about keydown vs keyup for FirefoxSam Potts2018-08-011-0/+2
* | Fix Firefox spacebar issueSam Potts2018-08-011-134/+391