Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-21 | 3 | -74/+79 | |
| |\ | | | | | | | | | | | | | # Conflicts: # src/js/plyr.js | |||||
| | * | Updated manual caption split pattern | Guru Prasad Srinivasa | 2016-02-16 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | Previously, Plyr was using a fixed pattern of '\n\n' to split contents into captions. This does not always work as some VTT files contain '\r\n'. This commit checks for both. | |||||
| | * | Some WebVTT fixes to allow manual captions | Guru Prasad Srinivasa | 2016-02-16 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | WebVTT allows additional parameters along with the line that contains the start and end times. These were not being filtered out while attempting to manually display captions. | |||||
| * | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 3 | -444/+503 | |
| |/ | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-13 | 1 | -5/+5 | |
| |\ | | | | | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| | * | Get the proper window reference on initialization. | Marvin Hagemeister | 2016-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code assumed that `this` points to the browsers window object, which is not the case when using a module bundler. So we check for the variable `window` first, before falling back to `this`. (taken from jQuery's codebase) | |||||
| | * | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -4/+4 | |
| | | | | | | | | | | | | Webpack module bundling | |||||
| * | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 3 | -19/+35 | |
| |/ | ||||||
| * | Seek fixes for touch | Sam Potts | 2016-01-25 | 3 | -6/+42 | |
| | | ||||||
| * | Fix for control tooltips always showing | Sam Potts | 2016-01-25 | 2 | -3/+3 | |
| | | ||||||
| * | SASS fix (fixes #149) | Sam Potts | 2016-01-25 | 1 | -23/+23 | |
| | | ||||||
| * | Seek tooltip, bug fixes for SASS, fullscreen and icons | Sam Potts | 2016-01-24 | 14 | -81/+157 | |
| | | ||||||
| * | Comment | Sam Potts | 2016-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | Small bug fixes | Sam Potts | 2016-01-21 | 1 | -2/+8 | |
| | | ||||||
| * | Fix for video click | Sam Potts | 2016-01-19 | 1 | -16/+16 | |
| | | ||||||
| * | Added reference | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Version bump | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Listen for durationchange | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Event listeners | Sam Potts | 2016-01-19 | 1 | -44/+82 | |
| | | ||||||
| * | Style tweaks | Sam Potts | 2016-01-18 | 2 | -0/+6 | |
| | | ||||||
| * | Tidying up, Vimeo fix | Sam Potts | 2016-01-18 | 3 | -17/+20 | |
| | | ||||||
| * | LESS/SASS variable name spacing and clean up | Sam | 2016-01-17 | 2 | -259/+246 | |
| | | ||||||
| * | Fix for event listeners being duplicated on source change | Sam | 2016-01-17 | 1 | -32/+43 | |
| | | ||||||
* | | UI tweaks | Sam Potts | 2016-04-25 | 6 | -905/+1229 | |
|/ | ||||||
* | HTTPS, docs update | Sam Potts | 2016-01-16 | 1 | -1/+1 | |
| | ||||||
* | Final tweaks for v1.5 and IE9 | Sam Potts | 2016-01-16 | 1 | -7/+32 | |
| | ||||||
* | Comments | Sam Potts | 2016-01-15 | 1 | -1/+1 | |
| | ||||||
* | Vimeo iOS fix | Sam Potts | 2016-01-15 | 1 | -2/+9 | |
| | ||||||
* | iOS fixes | Sam Potts | 2016-01-15 | 1 | -17/+28 | |
| | ||||||
* | Clean up | Sam Potts | 2016-01-14 | 2 | -213/+217 | |
| | ||||||
* | Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates | Sam Potts | 2016-01-14 | 4 | -140/+190 | |
| | ||||||
* | Minor tweaks to custom handler stuff | Sam Potts | 2016-01-14 | 1 | -45/+46 | |
| | ||||||
* | Added new configuration option 'handlers' | Guru Prasad Srinivasa | 2016-01-14 | 1 | -10/+31 | |
| | | | | | | | This option allows developers to attach their custom handlers before internal plyr's handlers. This should enable developers to have full control over all the buttons including the ability to stop event propagation if desired. | |||||
* | Merge for new source api changes | Sam Potts | 2016-01-14 | 1 | -1/+30 | |
| | ||||||
* | Tab focus | Sam Potts | 2016-01-14 | 1 | -1/+10 | |
| | ||||||
* | Tidying up | Sam Potts | 2016-01-14 | 1 | -4/+4 | |
| | ||||||
* | Tab focus tweaks | Sam Potts | 2016-01-14 | 2 | -39/+53 | |
| | ||||||
* | Use only one index.html for testing locally, fixes for limited controls, ↵ | Sam Potts | 2016-01-14 | 2 | -33/+37 | |
| | | | | larger seek handle | |||||
* | Froogaloop fixes (custom version), docs sprite, source api changes | Sam Potts | 2016-01-13 | 2 | -31/+51 | |
| | ||||||
* | Controls bug fix | Sam Potts | 2016-01-12 | 1 | -2/+2 | |
| | ||||||
* | Media paused state for embeds | Sam Potts | 2016-01-11 | 1 | -6/+24 | |
| | ||||||
* | Fullscreen fixes | Sam Potts | 2016-01-11 | 2 | -25/+30 | |
| | ||||||
* | Work on v1.5 | Sam Potts | 2016-01-10 | 2 | -153/+206 | |
| | | | | See changelog.md | |||||
* | Prep for v1.5 | Sam | 2016-01-10 | 2 | -94/+122 | |
| | ||||||
* | Vimeo mute | Sam Potts | 2015-10-25 | 1 | -0/+13 | |
| | ||||||
* | Fragaloop and docs | Sam Potts | 2015-10-25 | 1 | -1/+1 | |
| | ||||||
* | Audio fullscreen, Tooltip tweaks, Docs | Sam Potts | 2015-10-25 | 3 | -62/+103 | |
| | ||||||
* | Sass updated | Sam Potts | 2015-10-05 | 2 | -29/+29 | |
| | ||||||
* | Setup improvements, player -> plyr, docs (WIP) | Sam Potts | 2015-10-05 | 2 | -456/+471 | |
| |