aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix for voiceoverSam Potts2015-08-081-4/+11
| |
| * ARIA improvements for caption readingSam Potts2015-08-081-8/+10
| |
| * YouTube, Captions and Control improvementsSam Potts2015-08-083-180/+181
| | | | | | | | | | | | | | - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-08-082-23/+17
| |\
| | * Merge pull request #106 from calvintam236/masterSam Potts2015-08-081-4/+5
| | |\ | | | | | | | | Fixed certain YouTube player issues
| | | * Revert "Eliminated running try catch when player.type="youtube""Calvin Tam2015-08-051-9/+8
| | | | | | | | | | | | | | | | This reverts commit 5fcfd5fa4f56f657a53de24c20f8522c37241e0d.
| | | * Disabled YouTube embed player keyboard control to match with plyr's controlCalvin Tam2015-08-051-1/+2
| | | |
| | | * 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
| | | |
| | * | 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
| |