Commit Graph

479 Commits (4707acc2875660994daa78cb87741592414207d3)
 

Author SHA1 Message Date
nobuti 4707acc287 Dom changed event.
8 years ago
Buti 5f0a423128 Merge pull request #1 from nobuti/autoupdate
8 years ago
nobuti 6d2c6ac8ec Removed old code.
8 years ago
nobuti d1340f1b85 Debounce FTW.
8 years ago
nobuti 4a988b5a21 iframe resize handler based takes too memory. Back to window.resize old school.
8 years ago
nobuti 1a39d76e48 Better remove resizer.
8 years ago
nobuti 9fc34100df Wait until load to bind the resize handler.
8 years ago
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