aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Captions fixSam Potts2017-11-197-128/+96
|
* FormattingSam Potts2017-11-181-2/+2
|
* Merge branch 'develop' of https://github.com/Selz/plyr into developSam Potts2017-11-1810-273/+386
|\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/controls.js
| * Controls cleanup, work on captions bug, click to invert timeSam Potts2017-11-188-216/+262
| |
| * Using fetch instead of xhr, grabbing title for YouTubeSam Potts2017-11-165-41/+41
| |
| * Started on error handling, Safari icon fixSam Potts2017-11-145-33/+91
| |
| * YouTube fixSam Potts2017-11-141-1/+3
| |
| * Docs, keyboard shortcut fixesSam Potts2017-11-121-2/+6
| |
| * More docs, event renamedSam Potts2017-11-123-3/+3
| |
* | Minor fixesSam Potts2017-11-182-2/+2
|/
* More docsSam Potts2017-11-101-8/+3
|
* Fix for destroySam Potts2017-11-091-9/+16
|
* Moved console methods out of the root of the objectSam Potts2017-11-099-34/+39
|
* Use callback for loading Vimeo APISam Potts2017-11-091-9/+3
|
* Merge branch 'develop' of https://github.com/Selz/plyr into developSam Potts2017-11-092-5/+16
|\ | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map
| * Callback for loadScriptSam Potts2017-11-092-5/+16
| |
* | UI bugsSam Potts2017-11-099-43/+66
|/
* Volume fixes and other tidy up workSam Potts2017-11-086-49/+68
|
* Looping, increase/decrease volume fixSam Potts2017-11-085-27/+50
|
* Merge branch 'develop' of github.com:Selz/plyr into developSam Potts2017-11-074-23/+43
|\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/defaults.js
| * Trap focus fixSam Potts2017-11-073-14/+20
| |
| * Using the “href” attribute on SVG if supported, using hasAttributeSam Potts2017-11-073-8/+18
| |
* | Merge branch 'develop' of github.com:Selz/plyr into developSam Potts2017-11-079-301/+396
|\| | | | | | | | | # Conflicts: # readme.md
| * Automatic Vimeo aspect ratioSam Potts2017-11-065-10/+31
| |
| * Global listeners to prevent repeat bindingSam Potts2017-11-062-169/+182
| |
| * Keyboard logicSam Potts2017-11-061-3/+3
| |
| * Vimeo captions fixSam Potts2017-11-061-1/+1
| |
| * Finished aspect ratio settingSam Potts2017-11-061-1/+1
| |
| * CleanupSam Potts2017-11-061-20/+20
| |
| * Added Vimeo playback speedSam Potts2017-11-061-3/+14
| |
| * Started on documentation and aspect ratio optionSam Potts2017-11-069-95/+149
|/
* Tab focus classname changeSam Potts2017-11-051-1/+1
|
* Keyboard shortcut tweaksSam Potts2017-11-052-56/+30
|
* Key listeners fixSam Potts2017-11-051-7/+5
|
* Captions fixSam Potts2017-11-052-3/+3
|
* YouTube volume fixSam Potts2017-11-055-65/+59
|
* Vimeo fixSam Potts2017-11-051-1/+1
|
* Captions language fixSam Potts2017-11-051-1/+1
|
* src getter fix, local storage fixSam Potts2017-11-058-51/+69
|
* CleanupSam Potts2017-11-054-14/+16
|
* Menu design tweaks, moved logic into pluginsSam Potts2017-11-053-61/+38
|
* Removed logSam Potts2017-11-041-2/+1
|
* Retrofit PRsSam Potts2017-11-041-6/+8
|
* Small tweaksSam Potts2017-11-048-151/+201
|
* Small bug fixesSam Potts2017-11-044-41/+24
|
* ES6-ifiedSam Potts2017-11-0415-5201/+4899
|
* Split LESS into more granular files, Vimeo fixesSam Potts2017-10-281-66/+103
|
* Linting and minor changesSam Potts2017-10-271-1/+1
|
* Merge branch 'develop' of https://github.com/Selz/plyr into developSam Potts2017-10-251-4/+7
|\
| * Merge pull request #694 from friday/fix/volume-stepsSam Potts2017-10-251-2/+2
| |\ | | | | | | Restore volume stepping via key up/down