zed/crates/gpui
ForLoveOfCats b8b951deab Clear last-mouse-moved pressed button when that button gets a mouse-up
This fixes an annoying issue where if the last mouse moved event was
during a drag it would never trigger mouse cursor changes until next
mouse move reset it. It makes sense to continue to not change the cursor
while the button is pressed so instead this tracks when the mouse button
is released in order to update the mouse move event
2022-08-18 18:34:01 -04:00
..
examples One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
grammars/context-predicate WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
src Clear last-mouse-moved pressed button when that button gets a mouse-up 2022-08-18 18:34:01 -04:00
build.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
Cargo.toml Accept a datetime range when querying project activity 2022-06-21 14:03:10 +02:00