kitty/glfw
Luflosi 8ffc841a3a
Reduce the difference of glfw/cocoa_* to upstream
This only changes some formatting, whitespace, etc.. There are no
changes to the functionality.
Let me know if you don't like some of those changes.
2019-06-21 15:53:26 +02:00
..
backend_utils.c Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +05:30
backend_utils.h Infrastructure for moving the run loop into GLFW 2019-03-04 19:52:44 +05:30
cocoa_init.m Reduce the difference of glfw/cocoa_* to upstream 2019-06-21 15:53:26 +02:00
cocoa_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
cocoa_joystick.m Fix Coverity Scan false positive 2019-03-06 08:40:02 +05:30
cocoa_monitor.m Reduce the difference of glfw/cocoa_* to upstream 2019-06-21 15:53:26 +02:00
cocoa_platform.h Reduce the difference of glfw/cocoa_* to upstream 2019-06-21 15:53:26 +02:00
cocoa_time.c Initial import of glfw 2017-12-01 12:15:36 +05:30
cocoa_window.m Reduce the difference of glfw/cocoa_* to upstream 2019-06-21 15:53:26 +02:00
context.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
dbus_glfw.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
dbus_glfw.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
egl_context.c Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
egl_context.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
glfw3.h Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
glfw.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
glx_context.c Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
glx_context.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
ibus_glfw.c Fix #1702 2019-06-11 15:30:50 +05:30
ibus_glfw.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
init.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
input.c Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
internal.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
linux_joystick.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
linux_joystick.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
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 Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
mappings.h Update bundled glfw 2018-03-03 11:21:09 +05:30
memfd.h Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
monitor.c Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
nsgl_context.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
nsgl_context.m Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
null_init.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
null_joystick.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
null_joystick.h Initial import of glfw 2017-12-01 12:15:36 +05:30
null_monitor.c Reduce the difference of glfw/null_* to upstream 2019-06-12 20:45:21 +02:00
null_platform.h Initial import of glfw 2017-12-01 12:15:36 +05:30
null_window.c Reduce the difference of glfw/null_* to upstream 2019-06-12 20:45:21 +02:00
osmesa_context.c Reduce the difference of glfw to upstream 2019-06-20 21:40:59 +02:00
osmesa_context.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
posix_thread.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
posix_thread.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
posix_time.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
posix_time.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
source-info.json Share main loop implementation between wayland and X11 2019-03-04 19:52:45 +05:30
vulkan.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
wgl_context.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
wgl_context.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30
window.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
wl_init.c Reduce the difference of glfw/wl_* to upstream 2019-06-12 14:55:56 +02:00
wl_monitor.c Reduce the difference of glfw/wl_* to upstream 2019-06-12 14:55:56 +02:00
wl_platform.h Reduce the difference of glfw/wl_* to upstream 2019-06-12 14:55:56 +02:00
wl_window.c Reduce the difference of glfw/wl_* to upstream 2019-06-12 14:55:56 +02:00
x11_init.c Reduce the difference of glfw/x11_* to glfw upstream 2019-06-11 17:57:39 +02:00
x11_monitor.c Reduce the difference of glfw/x11_* to glfw upstream 2019-06-11 17:57:39 +02:00
x11_platform.h Reduce the difference of glfw/x11_* to glfw upstream 2019-06-11 17:57:39 +02:00
x11_window.c Reduce the difference of glfw/x11_* to glfw upstream 2019-06-11 17:57:39 +02:00
xkb_glfw.c Get rid of GLFW_(TRUE|FALSE) 2019-06-08 08:14:30 +05:30
xkb_glfw.h Get rid of GLFWbool 2019-06-08 08:12:42 +05:30