aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils
Commit message (Expand)AuthorAgeFilesLines
* Speed settings logic improvementsSam Potts2020-02-101-8/+0
* Focus trap improvementsSam Potts2020-02-091-35/+0
* Clean up speed options logicSam Potts2020-02-081-0/+8
* Bail out of focus trap if fullscreen is not activeKimberley Jensen2020-02-071-1/+2
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-261-1/+1
|\
| * Merge pull request #1655 from laukstein/patch-1Sam Potts2020-01-221-1/+1
| |\
| | * Uncaught RangeError: Maximum call stack size exceededBinyamin Laukstein2020-01-221-1/+1
* | | Audio style fixSam Potts2020-01-261-2/+3
|/ /
* / Fix linting issuesSam Potts2020-01-131-3/+1
|/
* File rename and clean upSam Potts2019-06-213-0/+0
* Aspect ratio tweaksSam Potts2019-06-032-14/+4
* Repaint clean upSam Potts2019-06-031-6/+10
* Linting changesSam Potts2019-06-016-12/+5
* Fix merging classSam Potts2019-04-251-7/+8
* Ratio improvementsSam Potts2019-04-251-2/+8
* Increase speed limitsSam Potts2019-04-151-0/+17
* Aspect ratio improvements (fixes #1042, fixes #1366)Sam Potts2019-04-121-14/+53
* Jsdoc updatesSam Potts2019-02-231-2/+2
* Ads bug fixesSam Potts2019-02-011-0/+2
* TweaksSam Potts2019-01-261-4/+4
* Fullscreen fixesSam Potts2019-01-142-0/+41
* fix: Use Math.trunc instead of parseIntJimmy Jia2018-12-201-3/+3
* Prevent scroll on focusSam Potts2018-11-031-1/+1
* Allow custom download URL (for streaming, etc)Sam Potts2018-10-241-0/+5
* Moved hardcoded resources to i18nSam Potts2018-09-281-0/+13
* Clean upSam Potts2018-09-252-4/+2
* Moved i18n to utilsSam Potts2018-08-131-0/+34
* Fix issue where enter key wasn’t setting focus correctlySam Potts2018-08-051-18/+4
* Escape closes menuSam Potts2018-08-011-0/+2
* LintingSam Potts2018-08-011-71/+10
* Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-301-4/+10
* Keyboard and focus improvementsSam Potts2018-07-152-28/+94
* Merge branch 'develop' into a11y-improvementsSam Potts2018-07-021-1/+1
|\
| * Linting, housekeeping, duration fix (fixes #1074)Sam Potts2018-06-291-1/+1
* | Work on key bindings for menuSam Potts2018-06-281-0/+15
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-251-58/+54
|\|
| * Ads only on HTML5 and .is cleanupSam Potts2018-06-211-58/+54
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-182-1/+2
|\|
| * v3.3.14Sam Potts2018-06-182-1/+2
* | Work on controlsSam Potts2018-06-181-1/+12
|/
* Merge branch 'develop' into a11y-improvementsSam Potts2018-06-172-23/+1
* 120 line width, package upgradeSam Potts2018-06-174-6/+18
* Add 'ready' promiseAlbin Larsson2018-06-151-0/+6
* Filter out null / undefined in elements.setAttributesAlbin Larsson2018-06-151-3/+5
* Remove line breaks in arraysAlbin Larsson2018-06-132-8/+2
* Fix condition in events.toggleListener to allow non-elementsAlbin Larsson2018-06-131-1/+1
* Merge pull request #1030 from friday/event-improvementsSam Potts2018-06-132-27/+11
|\
| * Also remove 'once' event listeners when destroying (they may still be waiting)Albin Larsson2018-06-121-3/+3
| * Use toggleListener in trapFocusAlbin Larsson2018-06-121-6/+2
| * Removed support for multiple elements in toggleListenerAlbin Larsson2018-06-121-19/+7