aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #237 from itaditya/masterSam Potts2016-05-251-1/+2
|\ | | | | Update readme.md
| * Update readme.mdAditya Agarwal2016-05-231-1/+1
| |
| * Update readme.mdAditya Agarwal2016-05-221-1/+2
| | | | | | thang was a less common word , keeping it simple by using 'thing' is I think good , also there were SASS support so why not add that too.
* | Merge pull request #244 from thijstriemstra/patch-1Sam Potts2016-05-251-1/+1
|\ \ | | | | | | reference unminified js script
| * | reference unminified js scriptThijs Triemstra2016-05-251-1/+1
|/ / | | | | Reading the minified js script is impossible so reference the source version instead.
* | Merge pull request #241 from rabbitears/patch-1Sam Potts2016-05-241-2/+2
|\ \ | | | | | | Fix typo
| * | Fix typolouise louise2016-05-241-2/+2
|/ /
* | Version bumpSam2016-05-234-8/+12
| |
* | Fix for Tooltips overflowing (fixes #230)Sam2016-05-235-11/+83
| |
* | Always hide standard controls (Fixes #225)Sam2016-05-234-2/+12
| |
* | Merge branch 'master' of https://github.com/Selz/plyrSam2016-05-231-1/+1
|\ \
| * | Update readme.mdSam Potts2016-05-231-1/+1
| | |
* | | Restore scroll position when exiting fullscreen (fixes #236)Sam2016-05-235-12/+38
|/ /
* / Sprite loading improvements, touch controlsSam2016-05-239-102/+112
|/ | | | | - SVG sprite loading automatically for an easier setup - Touch devices now show controls on touch rather than pausing playback
* Decreased sensitivity and inverted scroll on volume slider (scroll up to ↵Sam Potts2016-05-195-13/+19
| | | | increase, down to decrease)
* Version bumpSam Potts2016-05-194-8/+12
|
* Bug fix for no bufferSam Potts2016-05-196-7/+12
|
* Merge branch 'master' into developSam Potts2016-05-1933-136/+221
|\ | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * Update readme.mdSam Potts2016-05-191-2/+2
| |
| * Update readme.mdSam Potts2016-05-171-1/+1
| |
| * Merge pull request #216 from IonicaBizauKitchen/fixSam Potts2016-05-171-2/+2
| |\ | | | | | | Removed "Node Package Manager" in readme.md
| | * Removed "Node Package Manager" in readme.mdIonică Bizău2016-05-161-2/+2
| |/ | | | | | | | | `npm` does not stand for "Node Package Manager" because `npm` is not an acronym. It is a bacronymic abbreviation for "npm is not an acronym". https://www.quora.com/I-keep-hearing-NPM-doesnt-stand-for-Node-Package-Manager-what-does-it-stand-for
| * Fix for Vimeo fullscreen (fixes #214)Sam Potts2016-05-167-9/+26
| |
| * Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-05-160-0/+0
| |\
| | * Merge branch 'master' of https://github.com/Selz/plyrSam2016-05-1525-146/+229
| | |\ | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/variables.less
| | * | Remove unused stylesSam2016-05-153-6/+3
| | | |
| * | | Changed icon prefix default to avoid clashesSam Potts2016-05-1619-29/+33
| | |/ | |/|
| * | CommentSam Potts2016-05-151-0/+1
| | |
| * | Build changes, sprite.svg => plyr.svgSam Potts2016-05-157-34/+88
| | |
| * | Fix for bug in v1.6.7Sam Potts2016-05-148-18/+19
| | |
| * | Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-05-141-1/+1
| |\ \
| | * | Update readme.mdSam Potts2016-05-141-1/+1
| | | |
| * | | iOS bug fixes (fixes #213)Sam Potts2016-05-148-15/+49
| |/ /
| * | Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-05-145-30/+69
| |\| | | | | | | | | | | | | # Conflicts: # dist/plyr.css
| * | Icon tweaks, IE button fixSam Potts2016-05-1421-116/+106
| | |
* | | Reverted LESS structure for nowSam Potts2016-05-199-741/+740
| | |
* | | Merge pull request #227 from igoradamenko/scroll-on-volume-sliderSam Potts2016-05-191-12/+45
|\ \ \ | | | | | | | | Add scroll listener on volume slider
| * | | Add scroll listener on volume slideri.adamenko2016-05-191-12/+45
|/ / /
* | | Merge branch 'master' into developSam2016-05-119-38/+78
|\ \ \ | | |/ | |/| | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less
| * | Merge pull request #209 from robinpoort/masterSam Potts2016-05-115-30/+69
| |\ \ | | |/ | |/| Add CSS settings
| | * Compile css fileRobin Poort2016-05-111-1/+1
| | |
| | * Adding SCSS settingsRobin Poort2016-05-112-14/+33
| | | | | | | | | | | | | | | | | | - Added setting to be able to disable the border-box if you already defined that in your own css - Added setting to be able to disable touch-action if you already defined that in your own css - Added setting to choose not to use !important for sr-only class
| | * Adding LESS settingsRobin Poort2016-05-112-15/+35
| |/ | | | | | | | | | | - Added setting to be able to disable the border-box if you already defined that in your own css - Added setting to be able to disable touch-action if you already defined that in your own css - Added setting to choose not to use !important for sr-only class
| * Version bumpSam Potts2016-05-113-8/+8
| |
| * Fix for #206Sam Potts2016-05-113-1/+3
| |
* | Merge branch 'master' into developSam Potts2016-05-103-1/+5
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less
| * Built CSSSam Potts2016-05-101-1/+1
| |
| * Merge pull request #204 from robinpoort/masterSam Potts2016-05-103-1/+3
| |\ | | | | | | Broken progress bar styling IE10
| | * Fix broken progress bar styling IE10Robin Poort2016-05-091-1/+1
| | |
| | * Fix broken progress bar styling IE10Robin Poort2016-05-091-0/+1
| | |