lite-xl/src/api
Guldoman 9de75988ba
Send `mouseleft` event when the mouse leaves the window (#928)
* Send `mouseleft` event when the mouse leaves the window

* Call `View:on_mouse_left` when the mouse leaves the `View`

Previously `View:on_mouse_left` was called only when the mouse left the
window, and it was called on every visible `View`.

Now it gets also called when the mouse "changes" `View`, and only the
last `View` the mouse was on will receive the event.
2022-04-28 21:50:34 -04:00
..
dirmonitor Make sure pipes are closed on exec. 2022-04-26 12:14:38 -04:00
api.c Add utf8 support to tokenizer (#945) 2022-04-26 09:42:02 -04:00
api.h Fix Project Scanning (#746) 2022-03-06 00:59:22 -05:00
dirmonitor.c Asynchronous Reads for Dirmonitor (#930) 2022-04-26 12:13:39 -04:00
process.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
regex.c Fix `^` regex matching when using an offset 2022-03-03 22:09:48 +01:00
renderer.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
system.c Send `mouseleft` event when the mouse leaves the window (#928) 2022-04-28 21:50:34 -04:00
utf8.c Add utf8 support to tokenizer (#945) 2022-04-26 09:42:02 -04:00