lite-xl/src
Francesco Abbate 704a8dea09 Group mouse move events from C API function
Groups together consecutive mouse move events like done in core.step()
lua function but on the C side.

It does not introduce any meaningful speedup but it theory is more efficient and
simplifies the Lua code.

The simplification of the Lua code alone is enough to justify this change?
2021-06-17 23:31:44 +02:00
..
api Group mouse move events from C API function 2021-06-17 23:31:44 +02:00
bundle_open.m Enable lite-xl to be started from a symlink to the deployed binary (#249) 2021-06-17 23:31:44 +02:00
fontdesc.c Add assert if font loading fails during rendering 2021-04-27 11:56:02 +02:00
fontdesc.h Cleanup FontDesc struct and implementation 2021-04-26 15:56:18 +02:00
main.c Enable lite-xl to be started from a symlink to the deployed binary (#249) 2021-06-17 23:31:44 +02:00
meson.build Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
rencache.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
rencache.h Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer.c Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
renderer.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
renwindow.c More accurate update rects / show window / present sequence 2021-05-06 09:00:36 +02:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00