aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
Commit message (Expand)AuthorAgeFilesLines
* Don't move caption up when "showing" the lower controls when the controls are...Albin Larsson2018-07-301-6/+3
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-06-291-0/+10
|\
| * Hide currentTime and progressmimse2018-06-281-0/+10
* | Linting, housekeeping, duration fix (fixes #1074)Sam Potts2018-06-291-1/+1
|/
* Merge pull request #1070 from mimse/fix_condition_checkSam Potts2018-06-271-1/+1
|\
| * Fixed condition checkMorten Vestergaard Hansen2018-06-271-1/+1
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-171-251/+229
|\ \
| * | 120 line width, package upgradeSam Potts2018-06-171-7/+31
| * | Replace switch in controls.createProgress with object literalAlbin Larsson2018-06-161-12/+5
| * | Replace switch in controls.createLabel with object literalAlbin Larsson2018-06-161-21/+10
| * | Replace switch in controls.updateSetting with conditionAlbin Larsson2018-06-151-23/+18
| * | Merge pull request #1034 from friday/remove-array-newline-ruleSam Potts2018-06-151-31/+7
| |\ \
| | * | Remove line breaks in arraysAlbin Larsson2018-06-131-31/+7
| * | | Add 'passive' flag to internal captions methods to avoid overriding user pref...Albin Larsson2018-06-151-2/+2
| * | | Fix menu transitionend event listenerAlbin Larsson2018-06-151-3/+5
| |/ /
| * | Also remove 'once' event listeners when destroying (they may still be waiting)Albin Larsson2018-06-121-1/+1
| * | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-06-131-7/+5
| |\ \
| | * | remove event listeners in destroy, add once methodcky2018-06-121-3/+1
| | * | Move uniqueness filter from getQualityOptions to setQualityMenuAlbin Larsson2018-06-121-2/+3
| | * | Remove todo comment about Vimeo support for setting quality (they don't suppo...Albin Larsson2018-06-121-1/+0
| * | | Utils broken down into seperate files and exportsSam Potts2018-06-131-159/+161
| |/ /
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-111-36/+33
|\| |
| * | Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally)Albin Larsson2018-06-101-30/+19
| * | controls.createMenuItem: Change input to object (too many params made it hard...Albin Larsson2018-06-101-13/+21
* | | WIPSam Potts2018-06-111-24/+56
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-091-27/+9
|\| |
| * | Rename qualityName to labelPhilip Giuliani2018-05-311-3/+3
| * | Implement translation support for qualityName and qualityBadgePhilip Giuliani2018-05-301-23/+8
| * | Ensure language is set in case the track is added after initialization, and t...Albin Larsson2018-05-281-4/+1
* | | WIPSam Potts2018-05-281-28/+19
|/ /
* | v3.3.8Sam Potts2018-05-261-1/+0
* | Prevent durationchange events from showing time when invertTime is falseAlbin Larsson2018-05-191-2/+3
* | Fix #966: Add 'seeked' event listener to update progress (seeking doesn't hav...Albin Larsson2018-05-191-0/+1
|/
* Merge pull request #958 from friday/954Sam Potts2018-05-191-1/+1
|\
| * Fix the seek tooltip time difference from seek timeAlbin Larsson2018-05-121-1/+1
* | Reduce circular dependenciesSam Potts2018-05-191-23/+159
|/
* Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-05-061-0/+1
|\
| * Added 480p to SD labelsAntoine Cordelois2018-05-031-0/+1
* | v3.3.0Sam Potts2018-05-061-14/+73
|/
* Fix for default timestampSam Potts2018-04-271-1/+1
* v3.2.4Sam Potts2018-04-271-21/+40
* Fix for hidden buffer and incorrect use of aria-hiddenSam Potts2018-04-251-23/+10
* More a11y stuff and context menu fixSam Potts2018-04-231-0/+3
* ARIA and Vimeo fixesSam Potts2018-04-181-4/+16
* More bug fixesSam Potts2018-04-171-0/+5
* Fixed bug for captions with no srclang and labels and improved logic (fixes #...Sam Potts2018-04-171-34/+38
* Add i18n support for "Normal" value in speed optionsDaniel Sarin2018-04-111-1/+1
* Fix 'null' being appended after the video if controls is empty arrayAlbin Larsson2018-04-041-1/+1
* YouTube speed menu fixSam Potts2018-04-031-16/+14
* HTML5 quality selectionSam Potts2018-04-021-39/+33