468 Commits (7bdcdf435aae8b471cc3d230bf7255c2e7f703d9)

Author SHA1 Message Date
Camilla Löwy f0ec791386 X11: Cleanup ago%!(EXTRA string=1 year)
Camilla Löwy 77ced84e9c Use C99 instead of hard-coded indices ago%!(EXTRA string=1 year)
Camilla Löwy 86bf5698ec Fix glfwGetKeyName incorrectly emitting error ago%!(EXTRA string=2 years)
Camilla Löwy 8e6c8d7eff Remove reminders to use C89 for some source files ago%!(EXTRA string=2 years)
TheBrokenRail 00967cbb8a
Linux: Fix joystick input being disabled ago%!(EXTRA string=3 years)
Camilla Löwy c812b9d87c Add conditional compilation for platform units ago%!(EXTRA string=3 years)
Camilla Löwy 0f9a9578f3 Add window hints for initial position ago%!(EXTRA string=3 years)
Camilla Löwy 7d73629e50 X11: Preserve unrelated values in WM_NORMAL_HINTS ago%!(EXTRA string=3 years)
Camilla Löwy 488008e0a2 Add cursor mode GLFW_CURSOR_CAPTURED ago%!(EXTRA string=3 years)
Camilla Löwy a46f829de8 Refactor cursor mode paths ago%!(EXTRA string=3 years)
Camilla Löwy 736a88b067 Fix return type of functions returning bool values ago%!(EXTRA string=3 years)
Camilla Löwy 09653b8c54 Move last bits of window setup to platform code ago%!(EXTRA string=3 years)
Camilla Löwy 23e6e8e4b7 X11: Fix segfault on malformed INCR response ago%!(EXTRA string=3 years)
Camilla Löwy f60547ac80 X11: Fix returned clipboard string freed too early ago%!(EXTRA string=3 years)
Camilla Löwy ad4a9e42f0 Move URI list parsing to shared code ago%!(EXTRA string=3 years)
Camilla Löwy 554cbdb205 POSIX: Fix data type of return values ago%!(EXTRA string=3 years)
Slemmie b54fb0af10 X11: Fix undefined behavior in bit shift of int ago%!(EXTRA string=3 years)
Camilla Löwy bb9d699ae6 Share X11 fd polling logic with Wayland ago%!(EXTRA string=3 years)
Camilla Löwy 84b0923fe6 X11: Use lower-latency poll where available ago%!(EXTRA string=3 years)
Camilla Löwy cd22e28495 X11: Fix empty event race condition with a pipe ago%!(EXTRA string=3 years)
Camilla Löwy 363d471441 Cleanup ago%!(EXTRA string=3 years)
Camilla Löwy 87970b7f26 X11: Fix glfwWaitEvents* ignoring joystick events ago%!(EXTRA string=3 years)
Camilla Löwy 1e987cb92e X11: Fix joystick events causing busy waiting ago%!(EXTRA string=3 years)
Camilla Löwy 92b5c67b50 X11: Retry poll when failed with EINTR or EAGAIN ago%!(EXTRA string=3 years)
Camilla Löwy d3e4fcf8b7 X11: Fix event polling when event fd > 1023 ago%!(EXTRA string=3 years)
Camilla Löwy fe7be39793 Clean up internal Unicode code point handling ago%!(EXTRA string=4 years)
Camilla Löwy cb22c54119 Move UTF-8 encoding to shared code ago%!(EXTRA string=4 years)
Camilla Löwy 79de08db06 Cleanup ago%!(EXTRA string=4 years)
Stephen Gutekanst 9cd4d2fa20 X11: Fix undefined behavior in glfwSetWindowIcon ago%!(EXTRA string=4 years)
Camilla Löwy 3d52f7e345 Limit scope of some loop counters in C99 files ago%!(EXTRA string=4 years)
Camilla Löwy 56a4cb0a3a Add runtime platform selection ago%!(EXTRA string=4 years)
Camilla Löwy 22b586b3d8 Add pluggable heap allocator ago%!(EXTRA string=4 years)
Camilla Löwy 071d7c0f46 X11: Fix function returning before cleanup ago%!(EXTRA string=4 years)
Camilla Löwy 56092814f3 Improve error description for invalid scancodes ago%!(EXTRA string=4 years)
Camilla Löwy 4afa227a05 X11: Fix attribs not applied on leaving fullscreen ago%!(EXTRA string=4 years)
Luflosi 08e5a17063 Use switch statement instead of if-else-chain for cursor shapes ago%!(EXTRA string=5 years)
Camilla Löwy c01acc267a X11: Fix joystick detection before joystick init ago%!(EXTRA string=5 years)
Camilla Löwy 6d2003d07a Move management of shared state to shared code ago%!(EXTRA string=5 years)
Camilla Löwy 68e4261d73 X11: Include X Shape extension headers ago%!(EXTRA string=5 years)
Camilla Löwy e81d381256 X11: Fix disabling of GLFW_MOUSE_PASSTHROUGH ago%!(EXTRA string=5 years)
Rokas Kupstys d285a9fdeb Add support for mouse input transparency ago%!(EXTRA string=5 years)
Camilla Löwy 49dbcfcb8c X11: Fix cursor hover query retry behavior ago%!(EXTRA string=5 years)
Camilla Löwy ceb20c7f97 X11: Fix race in window hovered query ago%!(EXTRA string=5 years)
Camilla Löwy 4ae93e0547 X11: Remove non-UTF-8 fallback paths ago%!(EXTRA string=5 years)
Camilla Löwy 9a3664b4a9 X11: Fix detection of key events duplicated by XIM ago%!(EXTRA string=5 years)
Camilla Löwy 0dea8a4441 EGL: Add support for EGL_ANGLE_platform_angle ago%!(EXTRA string=5 years)
Camilla Löwy aec9fae8f3 EGL: Add support for EGL_EXT_platform_base ago%!(EXTRA string=5 years)
Camilla Löwy d7f7b0e1b5 EGL: Replace native handle macros with functions ago%!(EXTRA string=5 years)
Camilla Löwy ef5220d6b1 X11: Clarify code flow for Clang static analysis ago%!(EXTRA string=5 years)
Camilla Löwy a17a1b2011 X11: Fix XKB events being passed on to core path ago%!(EXTRA string=5 years)