lite-xl/src
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
..
api Send `mouseleft` event when the mouse leaves the window (#928) 2022-04-28 21:50:34 -04:00
bundle_open.m Takes kivutar's changes into account, cleaning things up slightly. 2021-12-15 20:31:24 -05:00
main.c Fix Project Scanning (#746) 2022-03-06 00:59:22 -05:00
meson.build Asynchronous Reads for Dirmonitor (#930) 2022-04-26 12:13:39 -04:00
rencache.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
rencache.h Cleanup (#826) 2022-04-15 11:34:46 -04:00
renderer.c Fix `ren_font_group_get_tab_size` returning unexpected values 2022-04-26 04:34:18 +02:00
renderer.h Cleanup (#826) 2022-04-15 11:34:46 -04:00
renwindow.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
unidata.h Add utf8 support to tokenizer (#945) 2022-04-26 09:42:02 -04:00