Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seek rounding from 1 to 4 decimal places (fixes #242) | Sam | 2016-05-30 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/Selz/plyr | Sam | 2016-05-26 | 2 | -0/+2 |
|\ | |||||
| * | FIx Plyr to work with RTL systems | Tzvi | 2016-05-26 | 1 | -0/+1 |
| | | | | | | (less) | ||||
| * | FIx Plyr to work with RTL systems | Tzvi | 2016-05-26 | 1 | -0/+1 |
| | | | | | | (scss) | ||||
* | | Added `disableContextMenu` option to hide the right click context menu ↵ | Sam | 2016-05-26 | 1 | -2/+8 |
|/ | | | | (fixes #248 and #225) | ||||
* | Version bump | Sam | 2016-05-23 | 1 | -2/+2 |
| | |||||
* | Fix for Tooltips overflowing (fixes #230) | Sam | 2016-05-23 | 4 | -10/+82 |
| | |||||
* | Always hide standard controls (Fixes #225) | Sam | 2016-05-23 | 2 | -0/+10 |
| | |||||
* | Restore scroll position when exiting fullscreen (fixes #236) | Sam | 2016-05-23 | 1 | -4/+27 |
| | |||||
* | Sprite loading improvements, touch controls | Sam | 2016-05-23 | 1 | -19/+81 |
| | | | | | - 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 Potts | 2016-05-19 | 1 | -5/+8 |
| | | | | increase, down to decrease) | ||||
* | Version bump | Sam Potts | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Bug fix for no buffer | Sam Potts | 2016-05-19 | 3 | -4/+9 |
| | |||||
* | Merge branch 'master' into develop | Sam Potts | 2016-05-19 | 23 | -80/+90 |
|\ | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js | ||||
| * | Fix for Vimeo fullscreen (fixes #214) | Sam Potts | 2016-05-16 | 3 | -1/+15 |
| | | |||||
| * | Changed icon prefix default to avoid clashes | Sam Potts | 2016-05-16 | 12 | -2/+2 |
| | | |||||
| * | Build changes, sprite.svg => plyr.svg | Sam Potts | 2016-05-15 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug in v1.6.7 | Sam Potts | 2016-05-14 | 3 | -9/+7 |
| | | |||||
| * | iOS bug fixes (fixes #213) | Sam Potts | 2016-05-14 | 3 | -6/+37 |
| | | |||||
| * | Merge branch 'master' of https://github.com/Selz/plyr | Sam Potts | 2016-05-14 | 4 | -29/+68 |
| |\ | | | | | | | | | | | | | # Conflicts: # dist/plyr.css | ||||
| * | | Icon tweaks, IE button fix | Sam Potts | 2016-05-14 | 16 | -106/+89 |
| | | | |||||
* | | | Reverted LESS structure for now | Sam Potts | 2016-05-19 | 9 | -741/+740 |
| | | | |||||
* | | | Add scroll listener on volume slider | i.adamenko | 2016-05-19 | 1 | -12/+45 |
| | | | |||||
* | | | Merge branch 'master' into develop | Sam | 2016-05-11 | 6 | -30/+70 |
|\ \ \ | | |/ | |/| | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less | ||||
| * | | Adding SCSS settings | Robin Poort | 2016-05-11 | 2 | -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 settings | Robin Poort | 2016-05-11 | 2 | -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 bump | Sam Potts | 2016-05-11 | 1 | -1/+1 |
| | | |||||
| * | Fix for #206 | Sam Potts | 2016-05-11 | 2 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into develop | Sam Potts | 2016-05-10 | 2 | -0/+4 |
|\| | | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less | ||||
| * | Fix broken progress bar styling IE10 | Robin Poort | 2016-05-09 | 1 | -0/+1 |
| | | |||||
| * | Fix broken progress bar styling IE10 | Robin Poort | 2016-05-09 | 1 | -0/+1 |
| | | |||||
* | | Restore simplicity to LESS file structure | Sam Potts | 2016-05-10 | 18 | -654/+646 |
| | | |||||
* | | Merge branch 'master' into develop | Sam Potts | 2016-05-09 | 1 | -7/+3 |
|\| | | | | | | | | | # Conflicts: # src/less/plyr.less | ||||
| * | Removing duplicate selectors | Robin Poort | 2016-05-06 | 1 | -7/+3 |
| | | |||||
| * | Removing duplicate selectors | Robin Poort | 2016-05-06 | 1 | -7/+3 |
| | | |||||
* | | Add event for YouTube onStateChange | Shakeel Mohamed | 2016-05-01 | 1 | -0/+4 |
| | | |||||
* | | Prep work for theming | Sam Potts | 2016-05-01 | 15 | -679/+699 |
|/ | |||||
* | Bug fix for undefined progress bar | Sam Potts | 2016-05-01 | 1 | -2/+2 |
| | |||||
* | Minor bug fixes | Sam Potts | 2016-05-01 | 1 | -5/+8 |
| | |||||
* | v1.6.2 | Sam Potts | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | Caption change position on controls hidden | Sam Potts | 2016-05-01 | 2 | -2/+12 |
| | |||||
* | Fixed merge | Sam Potts | 2016-05-01 | 1 | -24/+75 |
| | |||||
* | Bug fixes | Sam Potts | 2016-05-01 | 1 | -53/+20 |
| | |||||
* | Bug fixes | Sam | 2016-05-01 | 3 | -48/+76 |
| | |||||
* | Error handling | Sam Potts | 2016-04-30 | 1 | -51/+71 |
| | |||||
* | Merge branch 'pr/196' into develop | Sam Potts | 2016-04-30 | 1 | -45/+175 |
|\ | | | | | | | | | # Conflicts: # dist/plyr.js | ||||
| * | Merge remote-tracking branch 'org/develop' into develop | Monica Cheung | 2016-04-25 | 6 | -662/+720 |
| |\ | |||||
| * | | Add support for soundcloud | Monica Cheung | 2016-04-17 | 1 | -1/+131 |
| | | | |||||
* | | | Tooltip bug fixes | Sam | 2016-04-28 | 3 | -7/+3 |
| | | | |||||
* | | | Docs updates, small tweaks | Sam | 2016-04-28 | 6 | -720/+797 |
| | | |