Commit Graph

452 Commits (c7ddde69c2d7a483eed0fdfadc2183817d67b76f)
 

Author SHA1 Message Date
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
Hyunje Alex Jun edaeccebf2 Place minified js files under /dist/js
9 years ago
Jun 42364c4d43 Merge pull request #468 from tonypine/master
9 years ago
vsn4ik f20a8532ff Use files for npm and move CONTRIBUTING.md
9 years ago
DanielApt 7621a2488c Merge pull request #447 from antoinegomez/patch-1
9 years ago
tonypine 205c6d0223 Use only getAttribute and setAttribute to maximize browser compatibility, due to partial support of the .dataset method
9 years ago
DanielApt ad5cd4fe53 Add JSDelivr to readme
9 years ago
DanielApt dc951a3804 Remove console log
9 years ago
DanielApt 9996b1c8e3 Document scrolling of children
9 years ago
DanielApt f14b6a0d47 Allow children native scroll
9 years ago
Hyunje Alex Jun 9580e08886 Add templates for GitHub issues and pull requests
9 years ago
Hyunje Alex Jun a2b2a77de1 Change variable definition style
9 years ago
Hyunje Alex Jun e63d4c03cb Rename dom module variable name 'd' to 'dom'
9 years ago
Hyunje Alex Jun d277a363b0 Rename helper module variable 'h' to '_'
9 years ago
Hyunje Alex Jun 4a661f181f Drop support on IE<=9
9 years ago
Hyunje Alex Jun bd7134f33d Add 'handlers' option to configure scrolling methods
9 years ago
Hyunje Alex Jun 6f63623b93 Modify helper.clone to clone an array too
9 years ago
Jun cfc658d648 Merge pull request #458 from ciffel/fix-stopPropagation
9 years ago
Jun 181265261b Merge pull request #461 from pra85/patch-1
9 years ago
Prayag Verma db65fe0f6a Fix a typo in Readme
9 years ago
Mingc 7e0d5f5dc5 Fix stopPropagationOnClick handler
9 years ago