Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source API changes, Vimeo fixes, still WIP | Sam Potts | 2015-10-04 | 22 | -366/+537 |
| | |||||
* | Icon tweaks, other small tweaks | Sam Potts | 2015-10-03 | 16 | -53/+52 |
| | |||||
* | Merge | Sam Potts | 2015-08-27 | 3 | -3/+3 |
| | |||||
* | Merge branch 'master' into develop | Sam Potts | 2015-08-27 | 32 | -370/+675 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js # docs/dist/docs.css # docs/src/less/components/examples.less # src/js/plyr.js | ||||
| * | Fixed bug with API use on basic supported browsers | Sam Potts | 2015-08-21 | 9 | -17/+33 |
| | | |||||
| * | Code cleanup | Sam Potts | 2015-08-13 | 7 | -13/+16 |
| | | |||||
| * | Merge pull request #111 from calvintam236/master | Sam Potts | 2015-08-13 | 1 | -470/+466 |
| |\ | | | | | | | Code cleanup | ||||
| | * | Fixed equal signs | Calvin Tam | 2015-08-13 | 1 | -6/+6 |
| | | | |||||
| | * | Converted double quote to single quote | Calvin Tam | 2015-08-13 | 1 | -288/+288 |
| | | | |||||
| | * | Fixed syntax; Fixed some JSHint errors (Not escaped character, etc.) | Calvin Tam | 2015-08-13 | 1 | -12/+10 |
| | | | |||||
| | * | Fixed missing semicolons mentioned by JSHint | Calvin Tam | 2015-08-13 | 1 | -7/+7 |
| | | | |||||
| | * | Updated tag closing | Calvin Tam | 2015-08-13 | 1 | -11/+11 |
| | | | |||||
| | * | Use defined function instead of hard coding | Calvin Tam | 2015-08-13 | 1 | -1/+1 |
| | | | |||||
| | * | Use double quote for html strings | Calvin Tam | 2015-08-12 | 1 | -75/+75 |
| | | | |||||
| | * | Removed unnecessary "break"s | Calvin Tam | 2015-08-12 | 1 | -4/+0 |
| | | | |||||
| | * | Removed useless spaces | Calvin Tam | 2015-08-12 | 1 | -25/+25 |
| | | | |||||
| | * | Standardized syntax | Calvin Tam | 2015-08-12 | 1 | -110/+112 |
| |/ | |||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2015-08-11 | 1 | -4/+4 |
| |\ | |||||
| | * | Merge pull request #108 from ChristianPV/patch-2 | Sam Potts | 2015-08-10 | 1 | -4/+4 |
| | |\ | | | | | | | | | Update plyr.scss - Fix new scss! | ||||
| | | * | Update plyr.scss - Fix new scss! | khrizpv | 2015-08-10 | 1 | -4/+4 |
| | |/ | | | | | | | This is a fix the newly added scss. | ||||
| * / | Removed captions being read by screen readers | Sam Potts | 2015-08-11 | 7 | -14/+18 |
| |/ | |||||
| * | Docs | Sam Potts | 2015-08-09 | 1 | -1/+1 |
| | | |||||
| * | Version bump | Sam Potts | 2015-08-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2015-08-08 | 1 | -2/+2 |
| |\ | |||||
| | * | Update readme.md | Sam Potts | 2015-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | Fix for voiceover | Sam Potts | 2015-08-08 | 7 | -17/+27 |
| |/ | |||||
| * | Typo | Sam Potts | 2015-08-08 | 1 | -2/+2 |
| | | |||||
| * | ARIA improvements for caption reading | Sam Potts | 2015-08-08 | 7 | -20/+25 |
| | | |||||
| * | Readme | Sam Potts | 2015-08-08 | 1 | -2/+3 |
| | | |||||
| * | YouTube, Captions and Control improvements | Sam Potts | 2015-08-08 | 14 | -215/+247 |
| | | | | | | | | | | | | | | - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements | ||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2015-08-08 | 2 | -23/+17 |
| |\ | |||||
| | * | Merge pull request #106 from calvintam236/master | Sam Potts | 2015-08-08 | 1 | -4/+5 |
| | |\ | | | | | | | | | Fixed certain YouTube player issues | ||||
| | | * | Revert "Eliminated running try catch when player.type="youtube"" | Calvin Tam | 2015-08-05 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | This reverts commit 5fcfd5fa4f56f657a53de24c20f8522c37241e0d. | ||||
| | | * | Disabled YouTube embed player keyboard control to match with plyr's control | Calvin Tam | 2015-08-05 | 1 | -1/+2 |
| | | | | |||||
| | | * | Eliminated running try catch when player.type="youtube" | Calvin Tam | 2015-08-05 | 1 | -8/+9 |
| | | | | |||||
| | | * | Fixed youtube video cannot seek before video started with controls | Calvin Tam | 2015-08-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fixed events are not fired in YouTube embed player | Calvin Tam | 2015-08-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge pull request #107 from ChristianPV/patch-1 | Sam Potts | 2015-08-07 | 1 | -2/+2 |
| | |\ \ | | | |/ | | |/| | Update plyr.scss - Make it work V3! | ||||
| | | * | Update plyr.scss - Make it work V3! | khrizpv | 2015-08-06 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge pull request #104 from ChristianPV/patch-1 | Sam Potts | 2015-08-01 | 1 | -17/+10 |
| | |\| | | | | | | | | | Update plyr.scss - Make it work V2! | ||||
| | | * | Update plyr.scss - Make it work V2! | khrizpv | 2015-07-31 | 1 | -17/+10 |
| | |/ | | | | | | | Hi, thanks for accepting my previous pull request. I made this request because the variables control-color and control-color-hover weren't being set inside the mixin so i took them out and it's working now again. I hope you can merge this as it isnt completly working yet and sorry for the delay. Thanks again! :) | ||||
| * / | Icon updates | Sam Potts | 2015-08-08 | 13 | -45/+13 |
| |/ | |||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2015-07-31 | 7 | -117/+130 |
| |\ | | | | | | | | | | | | | # Conflicts: # src/sass/plyr.scss | ||||
| | * | Version bump | Sam Potts | 2015-07-28 | 6 | -12/+15 |
| | | | |||||
| | * | Restored !default and fullscreen logic in SASS | Sam Potts | 2015-07-28 | 1 | -44/+51 |
| | | | |||||
| | * | Merge pull request #102 from ChristianPV/patch-1 | Sam Potts | 2015-07-28 | 1 | -125/+128 |
| | |\ | | | | | | | | | Update plyr.scss - Make it work | ||||
| | | * | Update plyr.scss - Make it work | khrizpv | 2015-07-27 | 1 | -125/+128 |
| | |/ | | | | | | | There were some things that needed to be changed for the sass preprocessor to work. There were some variables declared as @ that need to be declared with the right syntax: $. Also sass evaluation is eager, while less evaluation is _lazy_ that means in sass, mixins should be declared before they are use. I hope you can accept this change as it's currently not working. Thanks! | ||||
| * / | Tooltip fix for NVDA | Sam Potts | 2015-07-31 | 4 | -6/+2 |
| |/ | |||||
| * | gulp | Sam Potts | 2015-07-25 | 2 | -6/+6 |
| | | |||||
| * | Tooltip tweak | Sam Potts | 2015-07-25 | 3 | -14/+8 |
| | |