aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Eliminated running try catch when player.type="youtube"Calvin Tam2015-08-051-8/+9
|
* Fixed youtube video cannot seek before video started with controlsCalvin Tam2015-08-051-1/+1
|
* Fixed events are not fired in YouTube embed playerCalvin Tam2015-08-051-2/+2
|
* Merge pull request #104 from ChristianPV/patch-1Sam Potts2015-08-011-17/+10
|\ | | | | Update plyr.scss - Make it work V2!
| * Update plyr.scss - Make it work V2!khrizpv2015-07-311-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! :)
* Merge branch 'master' of github.com:selz/plyrSam Potts2015-07-317-117/+130
|\ | | | | | | | | # Conflicts: # src/sass/plyr.scss
| * Version bumpSam Potts2015-07-286-12/+15
| |
| * Restored !default and fullscreen logic in SASSSam Potts2015-07-281-44/+51
| |
| * Merge pull request #102 from ChristianPV/patch-1Sam Potts2015-07-281-125/+128
| |\ | | | | | | Update plyr.scss - Make it work
| | * Update plyr.scss - Make it workkhrizpv2015-07-271-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 NVDASam Potts2015-07-314-6/+2
|/
* gulpSam Potts2015-07-252-6/+6
|
* Tooltip tweakSam Potts2015-07-253-14/+8
|
* YouTube quality tweakSam Potts2015-07-257-14/+16
|
* Fix for omitted kind attribute on <track> (fixes #88)Sam Potts2015-07-258-17/+20
|
* DocsSam Potts2015-07-251-1/+1
|
* Minor tweaksSam Potts2015-07-256-6/+9
|
* Safari fix (fixes #96), YouTube tweaks, docsSam Potts2015-07-2518-61/+338
|
* Tab focus and caption position fixes (fixes #61, fixes #92)Sam Potts2015-07-2512-50/+98
|
* Merge pull request #99 from ChristianPV/patch-1Sam Potts2015-07-251-2/+2
|\ | | | | Update bower.json - fix sass file name
| * Update bower.json - fix sass file namekhrizpv2015-07-241-2/+2
|/ | | I installed this package with bower and encountered an error while checking for existence of main bower files. I changed the filename to the correct one. Please take a look. Thanks!
* Merge branch 'master' of github.com:selz/plyrSam Potts2015-07-221-1/+1
|\
| * Update readme.mdSam Potts2015-07-211-1/+1
| |
* | DocsSam Potts2015-07-221-1/+1
|/
* Docs CSSSam Potts2015-07-212-2/+2
|
* Update readme.mdSam Potts2015-07-211-0/+3
|
* Version bumpSam Potts2015-07-213-10/+10
|
* Merge branch 'master' of github.com:selz/plyrSam Potts2015-07-211-2/+2
|\
| * Update readme.mdSam Potts2015-07-201-1/+1
| |
| * Update readme.mdSam Potts2015-07-201-1/+1
| |
* | Tooltip fix (Fixes #97)Sam Potts2015-07-215-11/+13
|/
* Merge branch 'master' of github.com:selz/plyrSam Potts2015-07-201-1/+1
|\
| * Update readme.mdSam Potts2015-07-201-1/+1
| |
* | Docs tweakSam Potts2015-07-204-5/+11
|/
* Version bumpSam Potts2015-07-203-20/+22
|
* TidyingSam Potts2015-07-205-79/+14
|
* Merge branch 'master' into developSam Potts2015-07-207-25/+59
|\ | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js
| * Version bumpSam Potts2015-07-203-10/+10
| |
| * Added icon prefix option for when using default controlsSam Potts2015-07-206-16/+50
| |
* | YouTube playback, docs updateSam Potts2015-07-2024-633/+899
| |
* | Started on source swapSam Potts2015-07-122-1/+12
| |
* | More work on YouTubeSam Potts2015-07-122-14/+20
| |
* | More work on YouTube playbackSam Potts2015-07-126-51/+231
| |
* | BuiltSam Potts2015-06-272-2/+2
| |
* | Merge branch 'master' into developSam Potts2015-06-2713-129/+429
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * Docs tweaksSam Potts2015-06-084-7/+8
| |
| * Removed logSam Potts2015-06-081-2/+0
| |
| * SASS for previous changeSam Potts2015-06-081-6/+2
| |
| * Minor tweak to hiding controls in fullscreenSam Potts2015-06-088-34/+52
| |
| * Chrome Canary FixSam Potts2015-06-077-14/+14
| |