kitty/glfw
Kovid Goyal e4b4a35375
macOS: Fix rendering getting stuck on some machines after sleep/screensaver
This is caused, as far as I can tell, by CVDisplayLink getting stuck.
Apple apparently are incapable of writing a simple timer robustly.
So if it remains stuck after a second delete and recreate it to force it
to restart.

Fixes #2016
2021-05-12 07:30:17 +05:30
..
__init__.py
backend_utils.c Make createShmBuffer re-useable 2021-03-25 16:04:12 +05:30
backend_utils.h Fix header comment 2021-03-25 16:05:14 +05:30
cocoa_init.m Prevent Cocoa from sending us open file events from command line args 2021-03-11 10:59:03 +05:30
cocoa_joystick.h
cocoa_joystick.m
cocoa_monitor.m macOS: Fix rendering getting stuck on some machines after sleep/screensaver 2021-05-12 07:30:17 +05:30
cocoa_platform.h macOS: Fix rendering getting stuck on some machines after sleep/screensaver 2021-05-12 07:30:17 +05:30
cocoa_window.m macOS: Fix rendering getting stuck on some machines after sleep/screensaver 2021-05-12 07:30:17 +05:30
context.c
dbus_glfw.c
dbus_glfw.h
egl_context.c
egl_context.h
glfw.py GNOME: Add a new option to control the color of the kitty window titlebar 2021-04-25 11:22:23 +05:30
glfw3.h Convert mouse buttons to an enum 2021-05-10 07:16:43 +05:30
glx_context.c
glx_context.h
ibus_glfw.c Fix regression 2021-03-31 08:54:10 -05:00
ibus_glfw.h
init.c Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
input.c Add support for the keypad Begin key 2021-04-11 07:58:27 +05:30
internal.h Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
linux_desktop_settings.c Use the correct mouse cursor theme on GNOME 2021-03-25 12:20:13 +05:30
linux_desktop_settings.h Use the correct mouse cursor theme on GNOME 2021-03-25 12:20:13 +05:30
linux_joystick.c
linux_joystick.h
linux_notify.c
linux_notify.h
main_loop.h
mappings.h
memfd.h
monitor.c
monotonic.c
nsgl_context.h
nsgl_context.m
null_init.c
null_joystick.c
null_joystick.h
null_monitor.c
null_platform.h
null_window.c
osmesa_context.c
osmesa_context.h
posix_thread.c
posix_thread.h
source-info.json Refactor the rendering of CSD on Wayland 2021-03-29 12:15:47 +05:30
vulkan.c
window.c Remove the function used to init glfw key events 2021-01-16 20:52:14 +05:30
wl_client_side_decorations.c GNOME: Add a new option to control the color of the kitty window titlebar 2021-04-25 11:22:23 +05:30
wl_client_side_decorations.h GNOME: Add a new option to control the color of the kitty window titlebar 2021-04-25 11:22:23 +05:30
wl_cursors.c Use the correct mouse cursor theme on GNOME 2021-03-25 12:20:13 +05:30
wl_cursors.h
wl_init.c Wayland CSD: Double clicking on titlebar should toggle window maximize 2021-04-19 08:58:29 +05:30
wl_monitor.c
wl_platform.h GNOME: Add a new option to control the color of the kitty window titlebar 2021-04-25 11:22:23 +05:30
wl_text_input.c Ignore text input done if serial is incorrect 2021-03-25 15:05:48 +05:30
wl_text_input.h Start work on Wayland text input protocol support 2021-03-23 16:33:04 +05:30
wl_window.c GNOME: Add a new option to control the color of the kitty window titlebar 2021-04-25 11:22:23 +05:30
x11_init.c
x11_monitor.c
x11_platform.h
x11_window.c Fix #3485 2021-04-15 08:57:47 +05:30
xkb-compat-shim.h ... 2021-01-17 07:24:12 +05:30
xkb_glfw.c Linux: Fix keyboard layout change keys defined via compose rules not being ignored 2021-05-01 08:09:26 +05:30
xkb_glfw.h Implementation of hyper and meta 2021-03-30 14:23:17 -05:00