aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Vimeo iOS fixSam Potts2016-01-151-2/+9
|
* iOS fixesSam Potts2016-01-151-17/+28
|
* Clean upSam Potts2016-01-142-213/+217
|
* Keyboard nav fixes (seek & focus trap in fullscreen), SASS updatesSam Potts2016-01-144-140/+190
|
* Minor tweaks to custom handler stuffSam Potts2016-01-141-45/+46
|
* Added new configuration option 'handlers'Guru Prasad Srinivasa2016-01-141-10/+31
| | | | | | | This option allows developers to attach their custom handlers before internal plyr's handlers. This should enable developers to have full control over all the buttons including the ability to stop event propagation if desired.
* Merge for new source api changesSam Potts2016-01-141-1/+30
|
* Tab focusSam Potts2016-01-141-1/+10
|
* Tidying upSam Potts2016-01-141-4/+4
|
* Tab focus tweaksSam Potts2016-01-142-39/+53
|
* Use only one index.html for testing locally, fixes for limited controls, ↵Sam Potts2016-01-142-33/+37
| | | | larger seek handle
* Froogaloop fixes (custom version), docs sprite, source api changesSam Potts2016-01-132-31/+51
|
* Controls bug fixSam Potts2016-01-121-2/+2
|
* Media paused state for embedsSam Potts2016-01-111-6/+24
|
* Fullscreen fixesSam Potts2016-01-112-25/+30
|
* Work on v1.5Sam Potts2016-01-102-153/+206
| | | | See changelog.md
* Prep for v1.5Sam2016-01-102-94/+122
|
* Vimeo muteSam Potts2015-10-251-0/+13
|
* Fragaloop and docsSam Potts2015-10-251-1/+1
|
* Audio fullscreen, Tooltip tweaks, DocsSam Potts2015-10-253-62/+103
|
* Sass updatedSam Potts2015-10-052-29/+29
|
* Setup improvements, player -> plyr, docs (WIP)Sam Potts2015-10-052-456/+471
|
* Docs tweaksSam Potts2015-10-051-15/+6
|
* Source API changes, Vimeo fixes, still WIPSam Potts2015-10-043-154/+297
|
* Icon tweaks, other small tweaksSam Potts2015-10-0312-48/+46
|
* Merge branch 'master' into developSam Potts2015-08-2714-293/+267
|\ | | | | | | | | | | | | | | | | # 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 browsersSam Potts2015-08-211-1/+5
| |
| * Code cleanupSam Potts2015-08-131-1/+1
| |
| * 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
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-08-111-4/+4
| |\
| | * Update plyr.scss - Fix new scss!khrizpv2015-08-101-4/+4
| | | | | | | | | This is a fix the newly added scss.
| * | 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-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
| | | |