kitty/glfw
Kovid Goyal 9a97f0bced
X11: Further reduce startup time
Use the GLX 1.3 API function to choose the best framebuffer config
instead of doing it ourselves. Reduces the number fo getpid() calls by
a further ~15K
2020-06-09 20:18:07 +05:30
..
__init__.py Add type checking for glfw module as well 2020-03-06 07:59:55 +05:30
backend_utils.c Ensure valid UTF-8 when cutting string 2020-05-23 13:59:23 +02:00
backend_utils.h Ensure valid UTF-8 when cutting string 2020-05-23 13:59:23 +02:00
cocoa_init.m Wayland: Abort on fatal error should bypass quit confirmation 2020-06-03 14:39:27 +05:30
cocoa_joystick.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_joystick.m Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_monitor.m Cocoa: Replace display link with IOKit query 2020-05-23 16:28:31 +02:00
cocoa_platform.h Wayland: Abort on fatal error should bypass quit confirmation 2020-06-03 14:39:27 +05:30
cocoa_window.m Add feature available/implemented errors 2020-06-04 13:55:52 +02:00
context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
dbus_glfw.c Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
dbus_glfw.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
egl_context.c Win32: Fix VS /W4 compile warnings 2020-06-03 19:05:05 +02:00
egl_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
glfw.py Wayland: Abort on fatal error should bypass quit confirmation 2020-06-03 14:39:27 +05:30
glfw3.h Remove GLFW_TRUE in comment 2020-06-05 18:51:50 +02:00
glx_context.c X11: Further reduce startup time 2020-06-09 20:18:07 +05:30
glx_context.h X11: Further reduce startup time 2020-06-09 20:18:07 +05:30
ibus_glfw.c Rename all uses of 'scancode' to 'native_key' where relevant 2019-10-16 02:25:20 +02:00
ibus_glfw.h Extract key event data to struct 2019-09-24 19:15:35 +02:00
init.c Add feature available/implemented errors 2020-06-04 13:55:52 +02:00
input.c Align joystick axis to gamepad button behavior 2020-05-25 11:44:14 +02:00
internal.h Wayland: Abort on fatal error should bypass quit confirmation 2020-06-03 14:39:27 +05:30
linux_joystick.c Reduce difference to GLFW upstream 2019-11-23 13:19:06 +01:00
linux_joystick.h Fix bool indentation 2019-08-30 15:32:20 +02:00
linux_notify.c
linux_notify.h
main_loop.h Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
mappings.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
memfd.h
monitor.c Fix comparison of video modes of equal area 2019-09-08 09:12:39 +05:30
monotonic.c Fix #2187 2019-12-08 22:37:47 +05:30
nsgl_context.h Reduce difference to GLFW upstream 2019-11-23 13:19:06 +01:00
nsgl_context.m NSGL: Fix disabling of Retina resolution 2019-12-15 20:54:21 +05:30
null_init.c Null: Make platform more conformant 2020-06-05 00:27:47 +02:00
null_joystick.c Mark unused parameters in glfw/null_*.c 2019-09-19 20:21:09 +02:00
null_joystick.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_monitor.c Null: Make platform more conformant 2020-06-05 00:27:47 +02:00
null_platform.h Null: Make platform more conformant 2020-06-05 00:27:47 +02:00
null_window.c Null: Make platform more conformant 2020-06-05 00:27:47 +02:00
osmesa_context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
osmesa_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_thread.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_thread.h Fix bool indentation 2019-08-30 15:32:20 +02:00
source-info.json cleanup for wayland hidpi cursors merge 2020-06-01 21:14:56 +05:30
vulkan.c Cocoa: Add fully dynamic loading of Vulkan loader 2020-01-17 14:18:28 +01:00
window.c Rename raw input to raw mouse motion, cleanup 2020-05-24 21:57:29 +02:00
wl_cursors.c cleanup for wayland hidpi cursors merge 2020-06-01 21:14:56 +05:30
wl_cursors.h cleanup for wayland hidpi cursors merge 2020-06-01 21:14:56 +05:30
wl_init.c wayland: save serial from all input sources 2020-06-01 21:29:14 +02:00
wl_monitor.c Add feature available/implemented errors 2020-06-04 13:55:52 +02:00
wl_platform.h wayland: save serial from all input sources 2020-06-01 21:29:14 +02:00
wl_window.c Add feature available/implemented errors 2020-06-04 13:55:52 +02:00
x11_init.c Reduce difference to GLFW upstream 2020-06-02 11:45:08 +02:00
x11_monitor.c Reduce difference to GLFW upstream 2020-06-02 11:45:08 +02:00
x11_platform.h Implement drag and drop of text/plain for Wayland as well 2020-03-19 13:28:21 +05:30
x11_window.c X11: Recompile keymaps on XkbNewKeyboardNotify events 2020-06-05 22:11:15 +05:30
xkb_glfw.c Ignore keys for switching keyboard layout 2020-04-10 17:21:53 +02:00
xkb_glfw.h Rename all uses of 'scancode' to 'native_key' where relevant 2019-10-16 02:25:20 +02:00