Kovid Goyal 627360e5ad Bind the idle inhibit protocol even though it is currently unused před 3 měsíci
..
__init__.py 6609d219f4 Add type checking for glfw module as well před 4 roky
backend_utils.c 53980d00f0 a couple more tests před 1 rokem
backend_utils.h 0788b98ae4 Fix header comment před 3 roky
cocoa_init.m 314da124f3 macOS 15: Handle Fn modifier when detecting global shortcuts před 5 měsíci
cocoa_joystick.h 785973bb5e GLFW: Make joystick platform code init on demand před 4 roky
cocoa_joystick.m 0f60ac2dd7 sprintf -> snprintf před 9 měsíci
cocoa_monitor.m bddc552433 ... před 8 měsíci
cocoa_platform.h e57692e4f5 Possibly fix #7327 před 7 měsíci
cocoa_window.m 9acca045bd macOS: Fix changing window chrome/colors while in traditional fullscreen causing the titlebar to become visible před 6 měsíci
context.c 88aa4d1de3 Revert 72272ab4fe90b192c3643860f3e3da30ce0a835a před 6 měsíci
dbus_glfw.c b5022cbd81 DRYer před 6 měsíci
dbus_glfw.h b5022cbd81 DRYer před 6 měsíci
egl_context.c de122ed727 Bind eglQuerySurface před 2 roky
egl_context.h de122ed727 Bind eglQuerySurface před 2 roky
glfw.py c18098d872 Cleanup DBUS send notification API před 4 měsíci
glfw3.h bd8162fa42 Add support for controlling the sound played with notifications před 4 měsíci
glx_context.c c381716ecf Specify we need alpha as well před 3 roky
glx_context.h 9a97f0bced X11: Further reduce startup time před 4 roky
ibus_glfw.c 8fc96c5bd7 Make the debug logging functions consistent před 7 měsíci
ibus_glfw.h a038477ce0 Cleanup previous PR před 3 roky
init.c 2c4ffba0f3 Wayland: A new option to turn off IME před 8 měsíci
input.c 1bffe89b5d Wayland GNOME: titlebar color now follows system theme před 8 měsíci
internal.h 8fc96c5bd7 Make the debug logging functions consistent před 7 měsíci
kwin-blur-v1.xml 1c9f9a74e8 Wayland KDE: Add support for background_blur under kwin using a kwin private Wayland protocol před 8 měsíci
linux_desktop_settings.c 191ccf2d54 Wire up color scheme change notifications on X11 as well před 3 měsíci
linux_desktop_settings.h 1bffe89b5d Wayland GNOME: titlebar color now follows system theme před 8 měsíci
linux_joystick.c 6adf4f5171 O_CLOEXEC for linux joystick open před 8 měsíci
linux_joystick.h 785973bb5e GLFW: Make joystick platform code init on demand před 4 roky
linux_notify.c bd8162fa42 Add support for controlling the sound played with notifications před 4 měsíci
linux_notify.h c18098d872 Cleanup DBUS send notification API před 4 měsíci
main_loop.h f3b9ff5f9f Use datatype monotonic_t instead of double to keep track of time před 5 roky
mappings.h 28bb123be8 Update the GLFW version number from 3.3 to 3.4 před 5 roky
memfd.h 8dfef58f29 Use a glfw specific name for memfd_create před 3 roky
monitor.c b76e94059d Propagate failures to get video mode před 8 měsíci
monotonic.c 7bf0afa621 Fix #2187 před 5 roky
nsgl_context.h c05cbed5b2 Reduce difference to GLFW upstream před 5 roky
nsgl_context.m b92f95b092 NSGL: Fix disabling of Retina resolution před 5 roky
null_init.c d8886edbeb Null: Make platform more conformant před 4 roky
null_joystick.c 076ad850bb Declare _glfwPlatformInitJoysticks() to return bool před 4 roky
null_joystick.h 28bb123be8 Update the GLFW version number from 3.3 to 3.4 před 5 roky
null_monitor.c 32905bbf5d chore: remove repetitive words před 8 měsíci
null_platform.h a2f80740d7 Remove EGL and OSMesa struct member macros před 4 roky
null_window.c e8d8ced006 GLFW: Null: Fix out parameters not being set před 4 roky
osmesa_context.c 28bb123be8 Update the GLFW version number from 3.3 to 3.4 před 5 roky
osmesa_context.h a2f80740d7 Remove EGL and OSMesa struct member macros před 4 roky
posix_thread.c 28bb123be8 Update the GLFW version number from 3.3 to 3.4 před 5 roky
posix_thread.h 0459dda5c2 Fix bool indentation před 5 roky
source-info.json 627360e5ad Bind the idle inhibit protocol even though it is currently unused před 3 měsíci
vulkan.c e4fd12001c Cocoa: Add fully dynamic loading of Vulkan loader před 4 roky
window.c dd879c413a Initialize temp wayland buffer with background color před 8 měsíci
wl_client_side_decorations.c d7902f6b24 Wayland GNOME: Fix a small rendering artifact when docking a window at a screen edge or maximizing it před 3 měsíci
wl_client_side_decorations.h bf60321466 Use individual surfaces for corner and bar shadows před 7 měsíci
wl_cursors.c 63a50ec066 Use the correct mouse cursor theme on GNOME před 3 roky
wl_cursors.h 6f40b8d0a1 Simplify Wayland cursor theme handling před 4 roky
wl_init.c 627360e5ad Bind the idle inhibit protocol even though it is currently unused před 3 měsíci
wl_monitor.c 190566be8e Wayland: Fix specifying the output name for the panel kitten not working před 5 měsíci
wl_platform.h 627360e5ad Bind the idle inhibit protocol even though it is currently unused před 3 měsíci
wl_text_input.c aecf07bcba Wayland: Fix infinite loop causing bad performance when using IME via fcitx5 due to a change in fcitx5 před 7 měsíci
wl_text_input.h 7d8c017215 DRYer před 11 měsíci
wl_window.c 3e8abaac58 ... před 3 měsíci
wlr-layer-shell-unstable-v1.xml 707e69a794 Start work on wayland layer shell support před 8 měsíci
x11_init.c 191ccf2d54 Wire up color scheme change notifications on X11 as well před 3 měsíci
x11_monitor.c b76e94059d Propagate failures to get video mode před 8 měsíci
x11_platform.h 7c6d40fa0c Implement background blur for KDE on X11 as well před 1 rokem
x11_window.c c18098d872 Cleanup DBUS send notification API před 4 měsíci
xkb-compat-shim.h d0a5d1b3a4 Fix misspellings před 1 rokem
xkb_glfw.c 8fc96c5bd7 Make the debug logging functions consistent před 7 měsíci
xkb_glfw.h 4232904055 ibus: Add support for ForwardKeyEvent signal před 3 roky