kitty/glfw
Kovid Goyal 229134cf31
Misc. fixes for issues reported by clang's static analyzer
Most of them are false positives. A couple of mem leaks after unlikely
failure conditions.
2020-09-10 10:47:28 +05:30
..
__init__.py
backend_utils.c
backend_utils.h
cocoa_init.m
cocoa_joystick.h
cocoa_joystick.m GLFW: Cocoa: Support some sim page joystick elements 2020-07-24 11:28:53 +02:00
cocoa_monitor.m GLFW: Cocoa: Fix potential leak of CFNumber object 2020-07-24 10:59:04 +02:00
cocoa_platform.h
cocoa_window.m
context.c
dbus_glfw.c
dbus_glfw.h
egl_context.c
egl_context.h
glfw.py Save a line :P 2020-08-24 12:08:09 +05:30
glfw3.h GLFW: Fix typo in GLFWwindowmaximizefun documentation 2020-09-08 12:57:00 +02:00
glx_context.c
glx_context.h
ibus_glfw.c Register to bus when connect to ibus. 2020-07-31 17:54:10 -07:00
ibus_glfw.h
init.c
input.c
internal.h
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 Declare _glfwPlatformInitJoysticks() to return bool 2020-08-04 20:24:35 -04:00
null_joystick.h
null_monitor.c GLFW: Null: Fix out parameters not being set 2020-09-07 21:26:02 +02:00
null_platform.h
null_window.c GLFW: Null: Fix out parameters not being set 2020-09-07 21:26:02 +02:00
osmesa_context.c
osmesa_context.h
posix_thread.c
posix_thread.h
source-info.json
vulkan.c
window.c
wl_cursors.c Wayland: Fix a typo in the previous release that broke reading mouse cursor size 2020-08-03 17:08:08 +05:30
wl_cursors.h Simplify Wayland cursor theme handling 2020-07-25 15:36:46 +05:30
wl_init.c Move wlc destructor to just before the functions are unloaded 2020-07-29 17:18:03 +05:30
wl_monitor.c
wl_platform.h Simplify Wayland cursor theme handling 2020-07-25 15:36:46 +05:30
wl_window.c Simplify Wayland cursor theme handling 2020-07-25 15:36:46 +05:30
x11_init.c
x11_monitor.c
x11_platform.h
x11_window.c Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +05:30
xkb_glfw.c
xkb_glfw.h