aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | # Conflicts: # src/js/controls.js
| * 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
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-301-6/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # src/js/plyr.js
| * Don't move caption up when "showing" the lower controls when the controls ↵Albin Larsson2018-07-301-6/+3
| | | | | | | | are empty
* | Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-301-7/+7
| |
* | Keyboard and focus improvementsSam Potts2018-07-151-45/+83
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-021-0/+10
|\|
| * 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 check
| | * Fixed condition checkMorten Vestergaard Hansen2018-06-271-1/+1
| | | | | | | | | If class includes "control" it will add it again.
* | | Work on key bindings for menuSam Potts2018-06-281-21/+80
| | |
* | | Work on menusSam Potts2018-06-211-101/+130
| | |
* | | WIPSam Potts2018-06-191-1/+6
| | |
* | | More work on menusSam Potts2018-06-181-80/+68
| | |
* | | Work on controlsSam Potts2018-06-181-111/+87
|/ /
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-171-251/+229
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/controls.js # src/js/fullscreen.js # src/js/plyr.js # src/js/ui.js # src/js/utils.js
| * | 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
| |\ \ | | | | | | | | Suggestion: Remove array newline rule
| | * | Remove line breaks in arraysAlbin Larsson2018-06-131-31/+7
| | | |
| * | | Add 'passive' flag to internal captions methods to avoid overriding user ↵Albin Larsson2018-06-151-2/+2
| | | | | | | | | | | | | | | | preferences, support multiple browser languages (get first match) and improve comments
| * | | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js
| | * | 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 ↵Albin Larsson2018-06-121-1/+0
| | | | | | | | | | | | | | | | support it)
| * | | Utils broken down into seperate files and exportsSam Potts2018-06-131-159/+161
| |/ /
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-111-36/+33
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js
| * | 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 ↵Albin Larsson2018-06-101-13/+21
| | | | | | | | | | | | hard to read)
* | | WIPSam Potts2018-06-111-24/+56
| | |
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-091-27/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js # src/js/plyr.js
| * | 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 ↵Albin Larsson2018-05-281-4/+1
| | | | | | | | | | | | trigger languagechange event when language is initially set
* | | 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 ↵Albin Larsson2018-05-191-0/+1
|/ | | | have the correct time)
* Merge pull request #958 from friday/954Sam Potts2018-05-191-1/+1
|\ | | | | Fix the seek tooltip time difference from seek time