aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-213-74/+79
| |\ | | | | | | | | | | | | # Conflicts: # src/js/plyr.js
| | * Updated manual caption split patternGuru Prasad Srinivasa2016-02-161-3/+9
| | | | | | | | | | | | | | | | | | Previously, Plyr was using a fixed pattern of '\n\n' to split contents into captions. This does not always work as some VTT files contain '\r\n'. This commit checks for both.
| | * Some WebVTT fixes to allow manual captionsGuru Prasad Srinivasa2016-02-161-5/+11
| | | | | | | | | | | | | | | | | | WebVTT allows additional parameters along with the line that contains the start and end times. These were not being filtered out while attempting to manually display captions.
| * | WIP on captions bug, manual duration option, reset media objectSam Potts2016-02-213-444/+503
| |/
| * Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-131-5/+5
| |\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js
| | * Get the proper window reference on initialization.Marvin Hagemeister2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code assumed that `this` points to the browsers window object, which is not the case when using a module bundler. So we check for the variable `window` first, before falling back to `this`. (taken from jQuery's codebase)
| | * Check for module.exports as well for CommonJS ModulesMarvin Hagemeister2016-01-261-1/+1
| | |
| | * Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵Marvin Hagemeister2016-01-261-4/+4
| | | | | | | | | | | | Webpack module bundling
| * | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158)Sam Potts2016-02-133-19/+35
| |/
| * Seek fixes for touchSam Potts2016-01-253-6/+42
| |
| * Fix for control tooltips always showingSam Potts2016-01-252-3/+3
| |
| * SASS fix (fixes #149)Sam Potts2016-01-251-23/+23
| |
| * Seek tooltip, bug fixes for SASS, fullscreen and iconsSam Potts2016-01-2414-81/+157
| |
| * CommentSam Potts2016-01-231-0/+1
| |
| * Small bug fixesSam Potts2016-01-211-2/+8
| |
| * Fix for video clickSam Potts2016-01-191-16/+16
| |
| * Added referenceSam Potts2016-01-191-1/+1
| |
| * Version bumpSam Potts2016-01-191-1/+1
| |
| * Listen for durationchangeSam Potts2016-01-191-1/+1
| |
| * Event listenersSam Potts2016-01-191-44/+82
| |
| * Style tweaksSam Potts2016-01-182-0/+6
| |
| * Tidying up, Vimeo fixSam Potts2016-01-183-17/+20
| |
| * LESS/SASS variable name spacing and clean upSam2016-01-172-259/+246
| |
| * Fix for event listeners being duplicated on source changeSam2016-01-171-32/+43
| |
* | UI tweaksSam Potts2016-04-256-905/+1229
|/
* HTTPS, docs updateSam Potts2016-01-161-1/+1
|
* Final tweaks for v1.5 and IE9Sam Potts2016-01-161-7/+32
|
* CommentsSam Potts2016-01-151-1/+1
|
* 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
|