aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * 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
| | | |
| | * | Update plyr.scss - Make it work V3!khrizpv2015-08-061-2/+2
| | |/
| | * 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! :)
| * | Icon updatesSam Potts2015-08-0811-43/+11
| |/
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-07-312-106/+116
| |\ | | | | | | | | | | | | # Conflicts: # src/sass/plyr.scss
| | * Version bumpSam Potts2015-07-281-1/+1
| | |
| | * Restored !default and fullscreen logic in SASSSam Potts2015-07-281-44/+51
| | |
| | * 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-312-4/+0
| |/
| * Tooltip tweakSam Potts2015-07-252-13/+7
| |
| * YouTube quality tweakSam Potts2015-07-251-2/+1
| |
| * Fix for omitted kind attribute on <track> (fixes #88)Sam Potts2015-07-251-4/+4
| |
| * Minor tweaksSam Potts2015-07-253-4/+6
| |
| * Safari fix (fixes #96), YouTube tweaks, docsSam Potts2015-07-253-44/+54
| |
| * Tab focus and caption position fixes (fixes #61, fixes #92)Sam Potts2015-07-253-35/+75
| |
| * Tooltip fix (Fixes #97)Sam Potts2015-07-213-9/+11
| |
* | VimeoSam Potts2015-08-272-528/+724
|/
* TidyingSam Potts2015-07-203-10/+13
|
* Merge branch 'master' into developSam Potts2015-07-201-12/+13
|\ | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js
| * Added icon prefix option for when using default controlsSam Potts2015-07-201-12/+13
| |
* | YouTube playback, docs updateSam Potts2015-07-204-248/+299
| |
* | Started on source swapSam Potts2015-07-121-0/+11
| |
* | More work on YouTubeSam Potts2015-07-121-13/+19
| |
* | More work on YouTube playbackSam Potts2015-07-121-44/+151
| |
* | Merge branch 'master' into developSam Potts2015-06-273-66/+169
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * 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-082-21/+39
| |
| * Chrome Canary FixSam Potts2015-06-071-1/+1
| |
| * TogglePlay API method (Fixes #86), Volume border (Fixes #87), Chrome Subs ↵Sam Potts2015-06-073-5/+25
| | | | | | | | (Fixes #90)
| * Bug fixSam Potts2015-05-181-1/+4
| |
| * Bug fixSam Potts2015-05-181-1/+5
| |
| * Fixes bug with 1.1.8 volumeSam Potts2015-05-181-6/+8
| |
| * setVolume() API method improvements (Fixes #83)Sam Potts2015-05-181-33/+30
| |
| * Restore classname on destroySam Potts2015-05-171-1/+4
| |
| * New API methods (fixes #77), Fix for non strict mode (fixes #78)Sam Potts2015-05-171-8/+70
| |
* | Working on YouTube playbackSam Potts2015-04-153-15/+99
| |
* | Merge branch 'master' into developSam Potts2015-04-153-1017/+1119
|\| | | | | | | | | # Conflicts: # src/js/plyr.js
| * adding !default to variables so they are easily overwritableRobin Poort2015-04-101-32/+32
| |
| * Bug fix for isFullscreen() in Mozilla (Fixes #38)Sam Potts2015-04-101-1/+3
| |
| * Minor bug fixesSam Potts2015-04-063-6/+11
| |
| * Fix for generated IDs for controls, UI tweak for audioSam Potts2015-04-063-16/+39
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-04-061-2/+2
| |\
| | * Merge pull request #75 from franks921/fs-fix-localstorage-volume-settingsSam Potts2015-04-051-2/+2
| | |\ | | | | | | | | fix: use custom localStorage key for volume setting
| | | * fix: use custom localStorage key for volume settingFrank2015-04-051-2/+2
| | | |
| * | | Fullscreen API methods (Fixes #74), onSetup callbackSam Potts2015-04-061-55/+62
| |/ /
| * | Bug fixes for controls changesSam Potts2015-04-041-17/+17
| | |
| * | Controls improvementsSam Potts2015-04-043-95/+245
| |/ | | | | | | | | - Added an option to toggle which controls display - Better handle missing controls
| * Added displayDuration option, small bug fixSam Potts2015-03-301-13/+35
| | | | | | | | - Using the native VTT cues, sometimes cues would not disappear