glfw/src
Camilla Löwy d45cbc82c9 Fix error return value for glfwGetVideoMode
The function returned a pointer to a zeroed video mode instead of NULL
on error because errors were not propagated up from the platform.

Fixes #1292
2024-02-21 01:01:20 +01: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 Add conditional compilation for platform units 2022-09-15 22:24:39 +02:00
cocoa_joystick.m Remove reminders to use C99 from more source files 2024-01-30 20:20:42 +01:00
cocoa_monitor.m Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
cocoa_platform.h Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +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 Add runtime platform selection 2021-10-13 21:47:11 +02:00
cocoa_window.m Cocoa: Fix glfwGetCocoaWindow error return value 2024-02-20 16:29:41 +01:00
context.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
egl_context.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
glfw.rc.in Win32: Add VERSIONINFO resource to GLFW DLL 2019-12-11 21:02:08 +01:00
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 Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01: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 Add conditional compilation for platform units 2022-09-15 22:24:39 +02:00
mappings.h.in Add conditional compilation for platform units 2022-09-15 22:24:39 +02:00
monitor.c Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
nsgl_context.m NSGL: ANGLE exists 2024-02-20 16:27:51 +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 Fix return type of functions returning bool values 2022-06-08 22:14:38 +02:00
null_monitor.c Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
null_platform.h Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +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 Include declarations from native access header 2024-02-20 16:29:41 +01:00
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 Add runtime platform selection 2021-10-13 21:47:11 +02:00
posix_time.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
posix_time.h Add runtime platform selection 2021-10-13 21:47:11 +02:00
vulkan.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
wgl_context.c WGL: Fix pixel format count in a Parallels VM 2024-01-30 20:22:10 +01: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 Add conditional compilation for platform units 2022-09-15 22:24:39 +02:00
win32_module.c Remove reminders to use C89 for some source files 2024-01-15 20:17:18 +01:00
win32_monitor.c Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
win32_platform.h Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01: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 Cleanup 2024-02-19 14:21:48 +01:00
wl_init.c Wayland: Add support for fractional scaling 2024-02-14 22:35:46 +01:00
wl_monitor.c Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
wl_platform.h Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +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 error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
x11_platform.h Fix error return value for glfwGetVideoMode 2024-02-21 01:01:20 +01:00
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 Clean up internal Unicode code point handling 2021-12-31 13:27:22 +01:00