lite-xl/src
Ferdinand Prantl 2365dfa9c0 Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)
On macos 11.2.3 with sdl 2.0.14 the keyup handler for cmd+w was not
enough. Maybe the quit event started to be triggered from the keydown
handler? In any case, flushing the quit event there too helped.
2021-06-17 23:31:44 +02:00
..
api Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248) 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