0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak scrollbar styling for nicer fadeouts on pre-KitKat Android; iirc this will cause similar problems on iOS... 4? iPhone 3? instead, but that seems a worthwhile trade! More... over 10 years ago
Update version to 0.3.1, to release increased IE 11 compatibility More... over 10 years ago
Issue #68: Fix nested scrollers in IE 11 More... over 10 years ago
Issue #68: Fix input capture release on IE11 by amending order logic to ensure the inputidentifier is still valid More... over 10 years ago
Improve performance, event consistency, fix reqAnimFrame, improve focussing, fix bugs, better options More... over 10 years ago
Improve ftscroller scroll start & end performance by no longer adding a scrolling class by default, thus avoiding a relayout of scroller contents due to a container classname change. This takes @kaij's https://github.com/ftlabs/ftscroller/pull/57 and tweaks it slightly to address Issue #57, except making the faster behaviour the new default. More... over 10 years ago
Improve scroll event generation to occur within the requestAnimationFrame where supported by the platform to aid draw coalescing when drawing in response to scroll events. Also rearrange scroll event handling to make all positioning as a result of scrolling go through _scheduleRender for simplicity, and add a new getPositions() internal function to aid consistent output More... over 10 years ago
Merge pull request #64 from ftlabs/samsungfix More... over 10 years ago
Added a short deceleartion to the interrupt so that some samsung devices do not ignore that part of the animation. More... over 10 years ago
Fix indentation; fix lint errors; expand shortened variables; check active axes only More... over 10 years ago
Merge branch 'fix_snapping_on_resize' of git://github.com/orangemug/ftscroller into orangemug-fix_snapping_on_resize More... over 10 years ago
Explicitly define box-size on scrollbars to fix rendering issues on some pages, addressing Issue #51 More... over 10 years ago
Update the ability to toggle input methods: - Rename the instance option from disabledEvents to disabledInputMethods for clarity - Remove the pointer definition and focus on methods, leaving mouse, touch and scroll - Fix pointer and touch options for a scroller disabling them for all scrollers - Handle pen input types as mouse for the purpose of disabling - Update readme More... over 10 years ago
Merge branch 'eventOptions' of git://github.com/AdaRoseEdwards/ftscroller into AdaRoseEdwards-eventOptions More... over 10 years ago
Move CubicBezier RangeErrors to a single function to save 2% of file size when closure compiled More... over 10 years ago
Fix code style issues picked up by the latest version of jslint More... over 10 years ago
Back out the update debounce changes not intended for this pull request, and clean up code for the 0 time to match the rest of the source style More... over 10 years ago
Merge branch 'master' of git://github.com/AdaRoseEdwards/ftscroller into AdaRoseEdwards-master More... over 10 years ago
Merge pull request #46 from georgecrawford/master More... over 10 years ago
Update the readme to document the new bezier curve options More... over 10 years ago
Merge branch 'feature-expose-bezier' of git://github.com/joshfire/ftscroller into joshfire-feature-expose-bezier, reworking variable definitions and merging flingBezier and truncatedFlingBezier into a single definition More... over 10 years ago
Fix module undefined warnings in non-commonjs/node environments while keeping jslint happy More... over 10 years ago
Merge pull request #44 from joshfire/fix-option-reqanimframe More... over 10 years ago
Tweak the new option to disable the fling: - Rename the option from 'fling' to 'flinging' to match the other options - Move the flinging option check so that bouncing and other actions can still occur correctly - Update the Readme to document the new option More... over 10 years ago
Merge branch 'feature-fling-option' of git://github.com/joshfire/ftscroller into joshfire-feature-fling-option More... over 10 years ago
Tweak module undefined cehck to pass jslinting More... over 10 years ago
Merge branch 'master' of git://github.com/pgherveou/ftscroller into pgherveou-master More... over 10 years ago
Add a "cancelled" property when firing scrollEnd so touch/pointer end and cancel events can be distinguished if needs be More... over 10 years ago
Merge branch 'scrollendoncancel' of git://github.com/jfmoy/ftscroller into jfmoy-scrollendoncancel More... over 10 years ago
Breaking apart snapping code. More... over 10 years ago