kitty/glfw
Kovid Goyal 656916e0fa
Use remove_i_from_array in a few more places
Also simplify the REMOVER macro
2019-06-07 14:25:33 +05:30
..
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 Wrap memmove in glfw with a nice safe macro 2019-06-07 10:01:10 +05:30
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 macOS: Fix a regression that could cause rendering of a kitty window to occasionally freeze in certain situations, such as moving it between monitors or transitioning from/to fullscreen 2019-05-28 17:54:34 +05:30
cocoa_platform.h macOS: Fix a regression that could cause rendering of a kitty window to occasionally freeze in certain situations, such as moving it between monitors or transitioning from/to fullscreen 2019-05-28 17:54:34 +05:30
cocoa_time.c Initial import of glfw 2017-12-01 12:15:36 +05:30
cocoa_window.m Log ARepeat property 2019-05-28 20:18:50 +05:30
context.c Cleanup commit from upstream 2019-01-20 14:56:40 +05:30
dbus_glfw.c Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +05:30
dbus_glfw.h Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +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
glfw3.h Add support for the underscore key found in some keyboard layouts 2019-05-24 17:59:50 +05:30
glfw.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
glx_context.c Remove pointless comment 2019-05-29 19:50:22 +05:30
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 Fix Shift key not working with IBUS 2018-07-12 18:18:20 +05:30
init.c Add extra logging to debug the event loop 2019-04-24 16:16:40 +05:30
input.c Add support for the underscore key found in some keyboard layouts 2019-05-24 17:59:50 +05:30
internal.h Use remove_i_from_array in a few more places 2019-06-07 14:25:33 +05:30
linux_joystick.c Linux: Include the null byte in joystick path 2018-10-06 07:49:59 +05:30
linux_joystick.h Initial import of glfw 2017-12-01 12:15:36 +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 Only use the tick callback mechanism on macOS 2019-04-27 14:40:09 +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 Wrap memmove in glfw with a nice safe macro 2019-06-07 10:01:10 +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 NSGL: Remove enforcement of forward-compatible flag 2019-05-29 19:52:15 +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 Add glfwGetMonitorWorkarea 2019-03-06 08:47:01 +05:30
null_platform.h Initial import of glfw 2017-12-01 12:15:36 +05:30
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 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 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 Update bundled glfw 2018-01-12 05:34:53 +05:30
window.c X11: use the window manager's native full-screen implementation when making windows full-screen 2019-05-12 15:53:06 +05:30
wl_init.c Wayland: Fix crash when enabling disabling monitors on sway 2019-06-07 12:40:02 +05:30
wl_monitor.c Wayland: Don't insert the same monitor twice if the done event for an output is sent twice 2019-06-07 13:38:44 +05:30
wl_platform.h Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +05:30
wl_window.c Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly 2019-06-04 19:40:00 +05:30
x11_init.c Fix missing context APIs in version strings 2019-04-09 10:06:10 +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 X11 backend: Get rid of override redirect 2019-05-12 15:59:16 +05:30
x11_window.c Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +05:30
xkb_glfw.c Add support for the underscore key found in some keyboard layouts 2019-05-24 17:59:50 +05:30
xkb_glfw.h Give IBUS a maximum of three seconds to respond to a key press 2018-07-12 18:18:21 +05:30