Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Added ended and playing getters | Sam Potts | 2017-11-20 | 7 | -9/+34 | |
| | |/ / / | |/| | | | ||||||
| * | | | | UI tweaks | Sam Potts | 2017-11-19 | 3 | -3/+4 | |
| |/ / / | ||||||
| * | | | Captions fix | Sam Potts | 2017-11-19 | 14 | -144/+113 | |
| | | | | ||||||
| * | | | Formatting | Sam Potts | 2017-11-18 | 3 | -4/+4 | |
| | | | | ||||||
| * | | | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-18 | 33 | -632/+627 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/controls.js | |||||
| | * | | | Controls cleanup, work on captions bug, click to invert time | Sam Potts | 2017-11-18 | 32 | -255/+361 | |
| | | | | | ||||||
| | * | | | Using fetch instead of xhr, grabbing title for YouTube | Sam Potts | 2017-11-16 | 12 | -50/+47 | |
| | | | | | ||||||
| | * | | | Started on error handling, Safari icon fix | Sam Potts | 2017-11-14 | 11 | -45/+113 | |
| | | | | | ||||||
| | * | | | YouTube fix | Sam Potts | 2017-11-14 | 3 | -3/+5 | |
| | | | | | ||||||
| | * | | | Docs | Sam Potts | 2017-11-12 | 1 | -8/+8 | |
| | | | | | ||||||
| | * | | | Docs, keyboard shortcut fixes | Sam Potts | 2017-11-12 | 4 | -128/+67 | |
| | | | | | ||||||
| | * | | | More docs, event renamed | Sam Potts | 2017-11-12 | 6 | -190/+70 | |
| | | | | | ||||||
| * | | | | Minor fixes | Sam Potts | 2017-11-18 | 4 | -4/+4 | |
| |/ / / | ||||||
| * | | | Added Sparkk TV to the list of users | Sam Potts | 2017-11-10 | 1 | -7/+3 | |
| | | | | ||||||
| * | | | More docs | Sam Potts | 2017-11-10 | 7 | -248/+149 | |
| | | | | ||||||
| * | | | Config docs | Sam Potts | 2017-11-09 | 1 | -154/+20 | |
| | | | | ||||||
| * | | | Fix for destroy | Sam Potts | 2017-11-09 | 3 | -11/+18 | |
| | | | | ||||||
| * | | | Moved console methods out of the root of the object | Sam Potts | 2017-11-09 | 11 | -36/+41 | |
| | | | | ||||||
| * | | | Use callback for loading Vimeo API | Sam Potts | 2017-11-09 | 3 | -11/+5 | |
| | | | | ||||||
| * | | | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-09 | 2 | -5/+16 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map | |||||
| | * | | | Callback for loadScript | Sam Potts | 2017-11-09 | 4 | -7/+18 | |
| | | | | | ||||||
| * | | | | UI bugs | Sam Potts | 2017-11-09 | 14 | -59/+78 | |
| |/ / / | ||||||
| * | | | Missing code highlight | Sam Potts | 2017-11-09 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | More docs | Sam Potts | 2017-11-09 | 1 | -49/+10 | |
| | | | | ||||||
| * | | | Test | Sam Potts | 2017-11-09 | 1 | -31/+12 | |
| | | | | ||||||
| * | | | Volume fixes and other tidy up work | Sam Potts | 2017-11-08 | 9 | -57/+76 | |
| | | | | ||||||
| * | | | Looping, increase/decrease volume fix | Sam Potts | 2017-11-08 | 7 | -29/+52 | |
| | | | | ||||||
| * | | | Merge branch 'develop' of github.com:Selz/plyr into develop | Sam Potts | 2017-11-07 | 4 | -23/+43 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/defaults.js | |||||
| | * | | | Trap focus fix | Sam Potts | 2017-11-07 | 5 | -16/+22 | |
| | | | | | ||||||
| | * | | | Using the “href” attribute on SVG if supported, using hasAttribute | Sam Potts | 2017-11-07 | 5 | -10/+20 | |
| | | | | | ||||||
| * | | | | Merge branch 'develop' of github.com:Selz/plyr into develop | Sam Potts | 2017-11-07 | 16 | -309/+411 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # readme.md | |||||
| | * | | | Automatic Vimeo aspect ratio | Sam Potts | 2017-11-06 | 7 | -12/+33 | |
| | | | | | ||||||
| | * | | | Global listeners to prevent repeat binding | Sam Potts | 2017-11-06 | 4 | -171/+184 | |
| | | | | | ||||||
| | * | | | Keyboard logic | Sam Potts | 2017-11-06 | 6 | -7/+10 | |
| | | | | | ||||||
| | * | | | Vimeo captions fix | Sam Potts | 2017-11-06 | 5 | -6/+6 | |
| | | | | | ||||||
| | * | | | Finished aspect ratio setting | Sam Potts | 2017-11-06 | 5 | -6/+6 | |
| | | | | | ||||||
| | * | | | Cleanup | Sam Potts | 2017-11-06 | 3 | -22/+22 | |
| | | | | | ||||||
| | * | | | Added Vimeo playback speed | Sam Potts | 2017-11-06 | 3 | -5/+16 | |
| | | | | | ||||||
| | * | | | Started on documentation and aspect ratio option | Sam Potts | 2017-11-06 | 14 | -108/+159 | |
| | | | | | ||||||
| * | | | | Started on docs | Sam Potts | 2017-11-06 | 1 | -59/+45 | |
| |/ / / | ||||||
| * | | | Tab focus classname change | Sam Potts | 2017-11-05 | 9 | -13/+13 | |
| | | | | ||||||
| * | | | Keyboard shortcut tweaks | Sam Potts | 2017-11-05 | 4 | -58/+32 | |
| | | | | ||||||
| * | | | Key listeners fix | Sam Potts | 2017-11-05 | 3 | -9/+7 | |
| | | | | ||||||
| * | | | Captions fix | Sam Potts | 2017-11-05 | 4 | -5/+5 | |
| | | | | ||||||
| * | | | YouTube volume fix | Sam Potts | 2017-11-05 | 9 | -69/+63 | |
| | | | | ||||||
| * | | | Vimeo fix | Sam Potts | 2017-11-05 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Captions language fix | Sam Potts | 2017-11-05 | 5 | -5/+6 | |
| | | | | ||||||
| * | | | src getter fix, local storage fix | Sam Potts | 2017-11-05 | 10 | -53/+71 | |
| | | | | ||||||
| * | | | Cleanup | Sam Potts | 2017-11-05 | 7 | -17/+19 | |
| | | | | ||||||
| * | | | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-05 | 1 | -0/+10 | |
| |\ \ \ |