-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Refactor gesture handling & improve gesture support on mobile #9223
Commits on Jan 23, 2020
-
Implement Handler base class & add tests
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 854f5cc - Browse repository at this point
Copy the full SHA 854f5ccView commit details -
Implement HandlerManager & add tests
HandlerManager: - Keeps track of all handlers - Provides high-level handler utility methods - Listens for input events on the map - Processes input events through all handlers - Receives & collates handlers' recommendations for map transformations, resolving conflicts - Applies map transformations as appropriate - Fires output (movement) events as appropriate
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 39b2c72 - Browse repository at this point
Copy the full SHA 39b2c72View commit details -
[WIP] Replace old handlers/bind_handlers with HandlerManager in Map
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 7b790c3 - Browse repository at this point
Copy the full SHA 7b790c3View commit details -
Fix touchend case in DOM.touchPos() (touchend may still have touches)
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 1333b60 - Browse repository at this point
Copy the full SHA 1333b60View commit details -
- Add TouchHandler & MultiTouchHandler base classes - Implement TouchPan, TouchZoom, TouchRotate, TouchPitch Handlers - Add touch handlers to manager by default - Add & update tests
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ebdbb5 - Browse repository at this point
Copy the full SHA 9ebdbb5View commit details -
Implement inertial easing on moveend; update/add tests
Anjana Vakil committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for fea89aa - Browse repository at this point
Copy the full SHA fea89aaView commit details -
Anjana Vakil committed
Jan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for ab07829 - Browse repository at this point
Copy the full SHA ab07829View commit details
Commits on Jan 24, 2020
-
Add keydown & keyup events in simulate_interaction.js
Anjana Vakil committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d1dddd7 - Browse repository at this point
Copy the full SHA d1dddd7View commit details -
Implement KeyboardHandler and add/update tests
Anjana Vakil committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 0a58a37 - Browse repository at this point
Copy the full SHA 0a58a37View commit details