kitty/glfw
Kovid Goyal 99ea6c08a7
Implement timers for the linux event loops
Needed for dbus integration. Also cleanup the event handling code.
X11 and Wayland now share most of their event polling and dispatch logic.
2018-07-12 18:18:17 +05:30
..
backend_utils.c Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
backend_utils.h Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
cocoa_init.m Update GLFW from upstream 2018-06-22 13:26:41 +05:30
cocoa_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
cocoa_joystick.m Update bundled glfw 2017-12-01 12:16:16 +05:30
cocoa_monitor.m Update bundled glfw 2018-03-03 11:21:09 +05:30
cocoa_platform.h Update GLFW from upstream 2018-06-22 13:26:41 +05:30
cocoa_time.c Initial import of glfw 2017-12-01 12:15:36 +05:30
cocoa_window.m macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
context.c Update bundled glfw 2018-02-08 09:15:40 +05:30
dbus_glfw.c ... 2018-07-12 18:18:17 +05:30
dbus_glfw.h Work on integration of DBUS into event loop 2018-07-12 18:18:17 +05:30
egl_context.c Initial import of glfw 2017-12-01 12:15:36 +05:30
egl_context.h Initial import of glfw 2017-12-01 12:15:36 +05:30
glfw3.h macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
glfw.py Refactor linux backend event loops 2018-07-12 18:18:17 +05:30
glx_context.c Update bundled glfw 2018-01-29 12:30:05 +05:30
glx_context.h Initial import of glfw 2017-12-01 12:15:36 +05:30
ibus_glfw.c IBUS does not need a connection to the DBUS session bus 2018-07-12 18:18:16 +05:30
ibus_glfw.h IBUS does not need a connection to the DBUS session bus 2018-07-12 18:18:16 +05:30
init.c Update GLFW from upstream 2018-06-22 13:26:41 +05:30
input.c macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
internal.h macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
linux_joystick.c Update bundled glfw 2018-02-08 09:15:40 +05:30
linux_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
mappings.h Update bundled glfw 2018-03-03 11:21:09 +05:30
monitor.c Update bundled glfw 2018-03-03 11:21:09 +05:30
nsgl_context.h Initial import of glfw 2017-12-01 12:15:36 +05:30
nsgl_context.m Update bundled glfw 2018-03-27 15:07:25 +05:30
null_init.c Initial import of glfw 2017-12-01 12:15:36 +05:30
null_joystick.c Initial import of glfw 2017-12-01 12:15:36 +05:30
null_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
null_monitor.c Update bundled glfw 2018-03-03 11:21:09 +05:30
null_platform.h Initial import of glfw 2017-12-01 12:15:36 +05:30
null_window.c macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
osmesa_context.c Initial import of glfw 2017-12-01 12:15:36 +05:30
osmesa_context.h Update bundled glfw 2017-12-01 12:16:16 +05:30
posix_thread.c Initial import of glfw 2017-12-01 12:15:36 +05:30
posix_thread.h Initial import of glfw 2017-12-01 12:15:36 +05:30
posix_time.c Initial import of glfw 2017-12-01 12:15:36 +05:30
posix_time.h Initial import of glfw 2017-12-01 12:15:36 +05:30
source-info.json Refactor linux backend event loops 2018-07-12 18:18:17 +05:30
vulkan.c Update bundled glfw 2018-03-03 11:21:09 +05:30
wgl_context.c Update bundled glfw 2018-01-12 05:34:53 +05:30
wgl_context.h Update bundled glfw 2018-01-12 05:34:53 +05:30
win32_init.c Update bundled glfw 2018-01-12 05:34:53 +05:30
win32_joystick.c Initial import of glfw 2017-12-01 12:15:36 +05:30
win32_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
win32_monitor.c Update bundled glfw 2018-03-03 11:21:09 +05:30
win32_platform.h Update bundled glfw 2018-05-20 08:03:58 +05:30
win32_thread.c Initial import of glfw 2017-12-01 12:15:36 +05:30
win32_time.c Initial import of glfw 2017-12-01 12:15:36 +05:30
win32_window.c macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
window.c Update glfw from upstream 2018-06-01 09:15:35 +05:30
wl_init.c Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
wl_monitor.c Update bundled glfw 2018-03-03 11:21:09 +05:30
wl_platform.h Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
wl_window.c Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
x11_init.c Work on integration of DBUS into event loop 2018-07-12 18:18:17 +05:30
x11_monitor.c Update bundled glfw 2018-03-03 11:21:09 +05:30
x11_platform.h Refactor linux backend event loops 2018-07-12 18:18:17 +05:30
x11_window.c Implement timers for the linux event loops 2018-07-12 18:18:17 +05:30
xkb_glfw.c IBUS does not need a connection to the DBUS session bus 2018-07-12 18:18:16 +05:30
xkb_glfw.h IBUS does not need a connection to the DBUS session bus 2018-07-12 18:18:16 +05:30