glfw/src
2024-02-20 22:59:54 +08:00
..
CMakeLists.txt Wayland: Add support for fractional scaling 2024-02-14 22:35:46 +01:00
cocoa_init.m Remove reminders to use C99 from more source files 2024-01-30 20:20:42 +01:00
cocoa_joystick.h
cocoa_joystick.m Remove reminders to use C99 from more source files 2024-01-30 20:20:42 +01:00
cocoa_monitor.m Fix missing checks for platform mismatch 2024-01-30 20:20:42 +01:00
cocoa_platform.h Add GLFW_SCALE_FRAMEBUFFER window hint 2024-02-14 22:35:46 +01:00
cocoa_time.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
cocoa_time.h
cocoa_window.m Cocoa: Added glfwGetCocoaView native access function 2024-02-20 13:20:30 +00:00
context.c Update context.c & glfwinfo.c 2024-02-20 22:59:54 +08:00
egl_context.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
glfw.rc.in
glx_context.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
init.c Use C99 fminf and fmaxf 2024-02-12 22:50:25 +01:00
input.c Use C99 fminf and fmaxf 2024-02-12 22:50:25 +01:00
internal.h Added GLFW_ACCELERATION window hint for hardware acceleration 2024-02-20 22:04:14 +08:00
linux_joystick.c Linux: Set O_CLOEXEC on evdev fd 2024-02-12 13:06:59 +01:00
linux_joystick.h Cleanup 2023-11-16 23:08:30 +01:00
mappings.h
mappings.h.in
monitor.c Use C99 fminf and fmaxf 2024-02-12 22:50:25 +01:00
nsgl_context.m Add GLFW_SCALE_FRAMEBUFFER window hint 2024-02-14 22:35:46 +01:00
null_init.c Use designated initializers for platform structs 2024-01-29 21:09:10 +01:00
null_joystick.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
null_joystick.h
null_monitor.c Use C99 fminf and fmaxf 2024-02-12 22:50:25 +01:00
null_platform.h Null: Remove unused struct member 2024-02-19 14:20:52 +01:00
null_window.c Null: Fix missing damage event 2024-02-16 12:36:15 +01:00
osmesa_context.c OSMesa: Fix headers included before shared header 2024-01-30 20:20:41 +01:00
platform.c Prefer Wayland over X11 2024-02-19 14:39:50 +01:00
platform.h
posix_module.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_poll.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_poll.h Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_thread.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_thread.h
posix_time.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_time.h
vulkan.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
wgl_context.c Update win32_platform.h 2024-02-20 22:14:20 +08:00
win32_init.c Win32: Fix handling of local absolute raw motion 2024-02-13 19:12:05 +01:00
win32_joystick.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
win32_joystick.h
win32_module.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
win32_monitor.c Fix missing checks for platform mismatch 2024-01-30 20:20:42 +01:00
win32_platform.h Update win32_platform.h 2024-02-20 22:14:20 +08:00
win32_thread.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
win32_thread.h Win32: Fix some of the errors for Null-only on VS 2024-01-13 21:04:41 +01:00
win32_time.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
win32_time.h Win32: Fix some of the errors for Null-only on VS 2024-01-13 21:04:41 +01:00
win32_window.c Win32: Fix handling of local absolute raw motion 2024-02-13 19:12:05 +01:00
window.c Added GLFW_ACCELERATION window hint for hardware acceleration 2024-02-20 22:04:14 +08:00
wl_init.c Wayland: Add support for fractional scaling 2024-02-14 22:35:46 +01:00
wl_monitor.c Wayland: Clean up data types related to scales 2024-02-12 13:06:59 +01:00
wl_platform.h Wayland: Remove separate window title copy 2024-02-19 14:20:52 +01:00
wl_window.c Wayland: Remove separate window title copy 2024-02-19 14:20:52 +01:00
x11_init.c Use designated initializers for platform structs 2024-01-29 21:09:10 +01:00
x11_monitor.c Fix missing checks for platform mismatch 2024-01-30 20:20:42 +01:00
x11_platform.h
x11_window.c X11: Cleanup 2024-02-16 12:34:03 +01:00
xkb_unicode.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
xkb_unicode.h