kitty/glfw
2019-03-28 13:09:22 +05:30
..
backend_utils.c Port cocoa backed to use glfw mainloop 2019-03-04 19:52:46 +05:30
backend_utils.h Infrastructure for moving the run loop into GLFW 2019-03-04 19:52:44 +05:30
cocoa_init.m macOS: Consolidate compatibility macros for old SDKs in one place 2019-03-28 12:37:05 +05:30
cocoa_joystick.h
cocoa_joystick.m Fix Coverity Scan false positive 2019-03-06 08:40:02 +05:30
cocoa_monitor.m Cocoa: User performSelectorOnMainLoop for render frames as well which means render frames work during modal loops 2019-03-21 16:51:01 +05:30
cocoa_platform.h Upstream fixes for vulkan surface creation and the retina hint 2019-03-28 13:09:22 +05:30
cocoa_time.c
cocoa_window.m Upstream fixes for vulkan surface creation and the retina hint 2019-03-28 13:09:22 +05:30
context.c Cleanup commit from upstream 2019-01-20 14:56:40 +05:30
dbus_glfw.c Infrastructure for moving the run loop into GLFW 2019-03-04 19:52:44 +05:30
dbus_glfw.h Forgot to dispatch events on the dbus session bus 2019-02-03 18:24:47 +05:30
egl_context.c EGL: Warn if non-blocking swap buffers is not available 2019-03-21 09:46:46 +05:30
egl_context.h EGL: Warn if non-blocking swap buffers is not available 2019-03-21 09:46:46 +05:30
glfw.py GLFW: Add support for render frames on Cocoa (CVDisplayLink) 2019-02-20 15:08:07 +05:30
glfw3.h GLFW: Add more standard cursor shapes 2019-03-21 13:06:13 +05:30
glx_context.c
glx_context.h Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
ibus_glfw.c Fix function returning the wrong type 2019-02-22 15:13:13 +01:00
ibus_glfw.h
init.c Avoid needing to continuously add/remove timers 2019-03-04 19:52:46 +05:30
input.c GLFW: Add more standard cursor shapes 2019-03-21 13:06:13 +05:30
internal.h GLFW: Add more standard cursor shapes 2019-03-21 13:06:13 +05:30
linux_joystick.c Linux: Include the null byte in joystick path 2018-10-06 07:49:59 +05:30
linux_joystick.h
linux_notify.c Add check for NULL after malloc() 2019-02-24 14:48:54 +01:00
linux_notify.h Set a default action name on the dbus notification 2019-02-03 13:53:26 +05:30
main_loop.h Avoid needing to continuously add/remove timers 2019-03-04 19:52:46 +05:30
mappings.h
memfd.h Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
monitor.c Various fixes for monitor work area retrieval from upstream 2019-03-06 09:08:08 +05:30
nsgl_context.h Revert "macOS: Fix v-sync to monitor refresh rate no longer working under Mojave." 2019-02-19 14:43:36 +05:30
nsgl_context.m Upstream fixes for vulkan surface creation and the retina hint 2019-03-28 13:09:22 +05:30
null_init.c
null_joystick.c
null_joystick.h
null_monitor.c Add glfwGetMonitorWorkarea 2019-03-06 08:47:01 +05:30
null_platform.h
null_window.c GLFW: Add support for window occluded notifications on macOS 2019-02-18 10:03:21 +05:30
osmesa_context.c ... 2018-12-28 08:14:08 +05:30
osmesa_context.h
posix_thread.c
posix_thread.h
posix_time.c
posix_time.h
source-info.json Share main loop implementation between wayland and X11 2019-03-04 19:52:45 +05:30
vulkan.c Mir: Remove this experimental backend 2018-10-06 07:53:41 +05:30
wgl_context.c Cleanup commit from upstream 2019-01-20 14:56:40 +05:30
wgl_context.h
window.c Fix #1472 2019-03-16 07:37:36 +05:30
wl_init.c GLFW: Add more standard cursor shapes 2019-03-21 13:06:13 +05:30
wl_monitor.c Wayland: Ignore invalid scale values from compositor 2019-03-19 14:30:43 +05:30
wl_platform.h GLFW: Add more standard cursor shapes 2019-03-21 13:06:13 +05:30
wl_window.c Wayland: Abort on fatal display errors instead of looping forever 2019-03-22 08:53:10 +05:30
x11_init.c Various fixes for monitor work area retrieval from upstream 2019-03-06 09:08:08 +05:30
x11_monitor.c Various fixes for monitor work area retrieval from upstream 2019-03-06 09:08:08 +05:30
x11_platform.h Various fixes for monitor work area retrieval from upstream 2019-03-06 09:08:08 +05:30
x11_window.c Use "arrow" as the arrow cursor on Linux 2019-03-21 13:22:13 +05:30
xkb_glfw.c Linux: Handle keyboards with a "+" key 2018-12-13 09:56:30 +05:30
xkb_glfw.h