aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/touch.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem that touchmove crashes occasionally. Fix crash when multiple ...Bi Fuguo2025-03-031-30/+28
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-251-119/+420
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-171-136/+75
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-1/+2
* fix click event when long time in touchstart (#34812)Bi Fuguo2025-01-141-1/+8
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-2/+1
* Add simple fling implementation (#33219)Jonathan Schwender2024-11-101-18/+94
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-4/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-20/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format component compositing #21373kingdido9992018-08-311-31/+38
* Change debug assertions to specific onesjanczer2018-02-071-1/+1
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-2/+2
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-1/+2
* Bump euclid to 0.14.Nicolas Silva2017-06-141-8/+6
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-2/+1
* Move DevicePixel to script_traits.Ms2ger2017-01-111-2/+1
* Indicate items in doc comments as code-like.Corey Farwell2016-11-081-1/+1
* Remove old rendering backend.Glenn Watson2016-10-181-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-15/+13
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+3
* Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-2/+1
* Refactor touch handling and add pinch zoom gestureMatt Brubeck2015-12-161-0/+237