aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed equal signsCalvin Tam2015-08-131-6/+6
|
* Converted double quote to single quoteCalvin Tam2015-08-131-288/+288
|
* Fixed syntax; Fixed some JSHint errors (Not escaped character, etc.)Calvin Tam2015-08-131-12/+10
|
* Fixed missing semicolons mentioned by JSHintCalvin Tam2015-08-131-7/+7
|
* Updated tag closingCalvin Tam2015-08-131-11/+11
|
* Use defined function instead of hard codingCalvin Tam2015-08-131-1/+1
|
* Use double quote for html stringsCalvin Tam2015-08-121-75/+75
|
* Removed unnecessary "break"sCalvin Tam2015-08-121-4/+0
|
* Removed useless spacesCalvin Tam2015-08-121-25/+25
|
* Standardized syntaxCalvin Tam2015-08-121-110/+112
|
* Removed captions being read by screen readersSam Potts2015-08-111-2/+3
|
* Version bumpSam Potts2015-08-081-1/+1
|
* 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-081-62/+83
| | | | | | | - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements
* 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
|
* Version bumpSam Potts2015-07-281-1/+1
|
* 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-251-2/+4
|
* Safari fix (fixes #96), YouTube tweaks, docsSam Potts2015-07-251-23/+21
|
* Tab focus and caption position fixes (fixes #61, fixes #92)Sam Potts2015-07-251-4/+30
|
* Tooltip fix (Fixes #97)Sam Potts2015-07-211-1/+1
|
* TidyingSam Potts2015-07-201-1/+1
|
* 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-202-173/+180
| |
* | 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-271-52/+161
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * Removed logSam Potts2015-06-081-2/+0
| |
| * Minor tweak to hiding controls in fullscreenSam Potts2015-06-081-15/+37
| |
| * Chrome Canary FixSam Potts2015-06-071-1/+1
| |
| * TogglePlay API method (Fixes #86), Volume border (Fixes #87), Chrome Subs ↵Sam Potts2015-06-071-3/+21
| | | | | | | | (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-152-15/+84
| |
* | Merge branch 'master' into developSam Potts2015-04-151-1/+3
|\| | | | | | | | | # Conflicts: # src/js/plyr.js
| * Bug fix for isFullscreen() in Mozilla (Fixes #38)Sam Potts2015-04-101-1/+3
| |
| * Minor bug fixesSam Potts2015-04-061-4/+9
| |
| * Fix for generated IDs for controls, UI tweak for audioSam Potts2015-04-061-16/+15
| |