Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | 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) | |||||
| | * | Merge pull request #152 from marvinhagemeister/fix_commonjs | Sam Potts | 2016-01-27 | 2 | -6/+6 | |
| | |\ | | | | | | | | | Swap CommonJS and AMD module check so that CommonJS is checked first | |||||
| | | * | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 2 | -5/+5 | |
| | |/ | | | | | | | | | | Webpack module bundling | |||||
| * | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 10 | -33/+57 | |
| | | | ||||||
| * | | 1.5.10 | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #151 from marvinhagemeister/fix_npm | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |\ | | | | | | | Fix broken npm require/import | |||||
| | * | NPM package main must always be the main source file. Fixes broken ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| |/ | | | | | | | require/import | |||||
| * | Update readme.md | Sam Potts | 2016-01-26 | 1 | -0/+3 | |
| | | ||||||
| * | NPM updates and published (fixes #146) | Sam Potts | 2016-01-26 | 2 | -4/+17 | |
| | | ||||||
| * | Npm changes | Sam Potts | 2016-01-26 | 2 | -7/+7 | |
| | | ||||||
| * | Merge pull request #150 from marvinhagemeister/remove_global | Sam Potts | 2016-01-26 | 1 | -3/+0 | |
| |\ | | | | | | | Remove global preinstall script | |||||
| | * | Remove global preinstall script. Gulp does not have to be globally installed ↵ | Marvin Hagemeister | 2016-01-25 | 1 | -3/+0 | |
| |/ | | | | | | | to build plyr | |||||
| * | Seek fixes for touch | Sam Potts | 2016-01-25 | 8 | -14/+54 | |
| | | ||||||
| * | Fix for control tooltips always showing | Sam Potts | 2016-01-25 | 8 | -12/+15 | |
| | | ||||||
| * | 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 | 24 | -106/+198 | |
| | | ||||||
| * | Comment | Sam Potts | 2016-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | Update controls.md | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Update controls.md | Sam Potts | 2016-01-21 | 1 | -1/+6 | |
| | | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge pull request #147 from christianpv/patch-3 | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Update bundles.json - Fix path to sass dir. | |||||
| | | * | Update bundles.json - Fix path to sass dir. | Christian Pena | 2016-01-20 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Small bug fixes | Sam Potts | 2016-01-21 | 8 | -14/+26 | |
| |/ | ||||||
| * | Docs update | Sam Potts | 2016-01-19 | 4 | -4/+10 | |
| | | ||||||
| * | Minor bug fix for clicking video to play/pause after source change | Sam Potts | 2016-01-19 | 4 | -7/+13 | |
| | | ||||||
| * | Fix for video click | Sam Potts | 2016-01-19 | 1 | -16/+16 | |
| | | ||||||
| * | Controls | Sam Potts | 2016-01-19 | 1 | -32/+32 | |
| | | ||||||
| * | Added reference | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Version bump | Sam Potts | 2016-01-19 | 3 | -7/+7 | |
| | | ||||||
| * | Listen for durationchange | Sam Potts | 2016-01-19 | 2 | -3/+3 | |
| | | ||||||
| * | Docs | Sam Potts | 2016-01-19 | 1 | -2/+2 | |
| | | ||||||
| * | Docs | Sam Potts | 2016-01-19 | 1 | -19/+3 | |
| | | ||||||
| * | Added events line | Sam Potts | 2016-01-19 | 1 | -0/+1 | |
| | | ||||||
| * | Removed broken links | Sam Potts | 2016-01-19 | 1 | -19/+21 | |
| | | ||||||
| * | Removed onSetup from docs code | Sam Potts | 2016-01-19 | 2 | -4/+1 | |
| | | ||||||
| * | Version bump | Sam Potts | 2016-01-19 | 2 | -6/+6 | |
| | | ||||||
| * | Event listeners | Sam Potts | 2016-01-19 | 5 | -62/+223 | |
| | | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-01-18 | 6 | -280/+282 | |
| |\ | ||||||
| | * | Style tweaks | Sam Potts | 2016-01-18 | 2 | -0/+6 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/Selz/plyr | Sam Potts | 2016-01-18 | 1 | -2/+8 | |
| | |\ | ||||||
| | | * | Update readme.md | Sam Potts | 2016-01-18 | 1 | -2/+8 | |
| | | | | ||||||
| | * | | Tidying up, Vimeo fix | Sam Potts | 2016-01-18 | 4 | -18/+21 | |
| | |/ | ||||||
| | * | LESS/SASS variable name spacing and clean up | Sam | 2016-01-17 | 3 | -260/+247 | |
| | | | ||||||
| * | | Types enum | Sam Potts | 2016-01-18 | 2 | -10/+11 | |
| |/ | ||||||
| * | Don't add video hash | Sam Potts | 2016-01-17 | 2 | -4/+5 | |
| | | ||||||
| * | Docs tweak | Sam Potts | 2016-01-17 | 1 | -12/+12 | |
| | | ||||||
| * | Docs pushstate for tabs | Sam Potts | 2016-01-17 | 2 | -14/+46 | |
| | | ||||||
| * | Reverted docs.js changes | Sam | 2016-01-17 | 2 | -5/+5 | |
| | | ||||||
| * | Fix for event listeners being duplicated on source change | Sam | 2016-01-17 | 7 | -40/+62 | |
| | |