Commit Graph

472 Commits (d74bdcccec799154f1085b51da46e3847c0f15a7)
 

Author SHA1 Message Date
nobuti d74bdcccec Autoupdate.
8 years ago
Hyunje Jun 5f34edc8c7 Merge pull request #603 from luckyorange/master
8 years ago
Hyunje Jun ce3a199cb3 Release 0.6.16
8 years ago
Hayden Gascoigne 9c485584b9 Replaced obj.constructor with Array.isArray
8 years ago
Hyunje Jun d5db8ca18e Merge pull request #595 from RavWar/chrome-pointer-fix
8 years ago
RavWar 89174ed99f Bind Touch or Pointer events exclusively, fixes #594
8 years ago
Hyunje Jun 6e7e3f94fa Release 0.6.15
8 years ago
Hyunje Jun 7d61475e1d Add yarn.lock
8 years ago
Hyunje Jun 2f8daae695 Merge pull request #591 from unsalted/patch-1
8 years ago
Nick Meehan 5ce0d77f87 Jquery is not a dependency
8 years ago
Jun f811bbcab5 Merge pull request #583 from ggergo74/FixTypedef
8 years ago
Gergely Grusz 4593eb9115 Add explicit void to typedef functions
8 years ago
Jun b3b1bc2454 Update README.md
8 years ago
Hyunje Jun 25e5be13ff Release 0.6.14
8 years ago
Hyunje Jun f683b01959 Include TypeScript definition in published files
8 years ago
Hyunje Jun 6d2f203441 Release 0.6.13
8 years ago
Hyunje Jun a4808f662e Implement right click-rail handler
8 years ago
Hyunje Jun 98fa15167a Remove 'stopPropagationOnClick'
8 years ago
Hyunje Jun 06929ae685 Don't consume if child's not scrollable
8 years ago
Hyunje Jun aa63ff0370 Disable selection scroll on key pressed
8 years ago
Hyunje Jun c7ddde69c2 Add example to change theme
8 years ago
Hyunje Jun 69e3fb2688 Apply hover style for drag scrolling
8 years ago
Hyunje Jun fad7f8b4a6 Add TypeScript definition
8 years ago
Hyunje Jun 0deb4c9bc7 Don't use pointer-events: none
8 years ago
Hyunje Jun 11fcd09a99 Reverse wheel scroll axis on shift pressed
8 years ago
Hyunje Jun 0fc5c69b3f Add metaKey and altKey handling in keyboard handler
8 years ago
Hyunje Jun 898928b686 Don't do type-safe comparison on null
8 years ago
Hyunje Jun ce7146121f Set touch-action to auto
8 years ago
Jun 908cee5490 Merge pull request #535 from lpetrov/invalid-state-error-on-scroll-update
8 years ago
Jun b3880ca638 Merge pull request #551 from maximeloizeau/touch-scrolling-bug
8 years ago
Maxime Loizeau 7123891d4d Updated code styling to match repo recommendations
8 years ago
Maxime Loizeau 4c00a7fdb9 Prevent infinite update when touching without moving
8 years ago
Jun 3719dd614c Merge pull request #536 from frg/jspm-dependencies
8 years ago
Jean Farrugia 68dbc427ea added jspm dependencies
8 years ago
Lyubomir Petrov 34135d6ef0 Fixes https://github.com/noraesae/perfect-scrollbar/issues/534 (Calling .update from an ps-scroll-y triggers an InvalidStateError #534)
8 years ago
Jun 0ab95f2d57 Drop TravisCI testing on Node 0.12
8 years ago
Jun 985980a892 Release 0.6.12
8 years ago
Jun fdc8d64fd9 Fix custom-theme example to be more useful
8 years ago
Jun 26852236cc Enhance 'scale scrollbars on hover' feature
8 years ago
Jun e0510b5fad Merge pull request #513 from cdriscol/trackbar_scaling
8 years ago
Jun 838ccbba77 Make defaultPrevented condition more readable
8 years ago
Jun 4198b23231 Merge pull request #525 from howey-aus/use-native-default-prevented
8 years ago
Dan Howe 3eb2a49109 e.isDefaultPrevented is a jQuery property, but the event passed might be a native browser event, so we should also check for "defaultPrevented" if the jQuery props don't exist.
8 years ago
Chris Driscol 1b2c853972 Hover scaling now sets width and height on scrollbar to 100% on hover.
8 years ago
Chris Driscol e9d7cc97c8 Adding custom-theme scss used for custom-theme example. Added ability to set a hover scale size in the theme which will scale the X and Y rails when hovered.
8 years ago
Jun 9016f207e9 Fix scrolling for multiple select
8 years ago
Jun aec4e37f61 Release 0.6.11
9 years ago
DanielApt 269a1dc402 Merge pull request #486 from tkhyn/master
9 years ago
Thomas Khyn 2cac43ef39 Taking the absolute value is actually not necessary
9 years ago
Thomas Khyn b0a38741df Mitigates rounding errors due to non-subpixel scroll values
9 years ago