2811 Commits (3ee5031fd7dcac5ecb7387d3dd73195f03e87398)

Author SHA1 Message Date
Camilla Löwy bcb8558189 Remove EGL and OSMesa struct member macros 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)
Luflosi b66f105f3e
Fix typos ago%!(EXTRA string=5 years)
Camilla Löwy c1f60ab5dc Make compiler specific workarounds more consistent ago%!(EXTRA string=5 years)
Camilla Löwy e47705d8fb Move more compiler workarounds to library setup ago%!(EXTRA string=5 years)
Camilla Löwy e0c77f71f9 Null: Make platform more conformant ago%!(EXTRA string=5 years)
Camilla Löwy c72da994ba Wayland: Fix repeated keys reported to NULL window ago%!(EXTRA string=5 years)
Camilla Löwy 9a87c2a4b4 Add feature available/implemented errors ago%!(EXTRA string=5 years)
ben1 a84a30ab63 Win32: Fix VS /W4 compile warnings ago%!(EXTRA string=5 years)
Luflosi 250b94cd03 Use the correct type in a for loop ago%!(EXTRA string=5 years)
Luflosi d4f5074535 Replace %m conversion specifier with %s and strerror() ago%!(EXTRA string=5 years)
Corentin Wallez 91eebe922d Use CALayer instead of NSView for EGLNativeWindowType ago%!(EXTRA string=5 years)
Camilla Löwy 51a465ee2b Win32: Remove checks for pre-XP Windows ago%!(EXTRA string=5 years)
Camilla Löwy 5f9dfe3d83 X11: Clarify function name and comment 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)
Camilla Löwy e07925c404 X11: Fix XKB state event bits being overwritten ago%!(EXTRA string=5 years)
Camilla Löwy cf3a03a85d X11: Remove duplicate XKB group initialization ago%!(EXTRA string=5 years)
Camilla Löwy 0c403c8ca6 X11: Fix XKB group event depending on state query ago%!(EXTRA string=5 years)
Camilla Löwy 949275bbed Cocoa: Fix call to NSWindow from non-main threads ago%!(EXTRA string=5 years)
Camilla Löwy cab41529da X11: Improve non-XKB fallback for key mapping ago%!(EXTRA string=5 years)
Camilla Löwy 318e08d914 X11: Add additional XKB key names for Right Alt ago%!(EXTRA string=5 years)
Camilla Löwy 560304e0f4 X11: Use XKB key name MENU for Menu key ago%!(EXTRA string=5 years)
Camilla Löwy 9ecacf1d7f X11: Check XKB key aliases in addition to names ago%!(EXTRA string=5 years)
Camilla Löwy ee45b58647 X11: Fix X keycode ranges for XKB and core ago%!(EXTRA string=5 years)
Ali Sherief a41a58a95e X11: Fix function keys mapped to GLFW_KEY_UNKNOWN ago%!(EXTRA string=5 years)
Camilla Löwy e65de2941c X11: Improve window handle race condition ago%!(EXTRA string=5 years)
Camilla Löwy 2c8e0512dd X11: Filter out Xlib errors from other connections ago%!(EXTRA string=5 years)
Camilla Löwy 44b5d06583 X11: Add support for XIM callbacks ago%!(EXTRA string=5 years)
Camilla Löwy 72366ac9a9 Cocoa: Finish launching NSApp in glfwInit ago%!(EXTRA string=5 years)
Camilla Löwy 4381b86b6b X11: Fix CJK IME input when locale CTYPE is "C" ago%!(EXTRA string=5 years)
Camilla Löwy 27d19d06ca WGL: Remove unused constants ago%!(EXTRA string=5 years)
Camilla Löwy a0a5cc57df X11: Make libX11 dynamically loaded ago%!(EXTRA string=5 years)
Camilla Löwy 0c27ed1d0e X11: Fix setting the clipboard string to itself ago%!(EXTRA string=5 years)
Camilla Löwy 40c7e471e3 Move more non-source template files to CMake dir ago%!(EXTRA string=5 years)
Kovid Goyal a5e5b782c7 X11: Fix queries crashing if monitor disconnected ago%!(EXTRA string=6 years)
Camilla Löwy 190673e779 Win32: Add matching comment ago%!(EXTRA string=6 years)
Camilla Löwy 789a2bcb39 Win32: Fix scancode when key message only had VK ago%!(EXTRA string=6 years)
Camilla Löwy 5f1631cb0e Check scancode before use in glfwGetKeyName ago%!(EXTRA string=6 years)
Camilla Löwy a491b0698c Win32: Use non-async key state for modifier hack ago%!(EXTRA string=6 years)
Camilla Löwy 562c17d131 Win32: Fix no Super key release event after Win+V ago%!(EXTRA string=6 years)
Camilla Löwy 7da87aaae7 Cocoa: Add fully dynamic loading of Vulkan loader ago%!(EXTRA string=6 years)
Camilla Löwy 15d91801b7 Cocoa: Select Vulkan surface extension at runtime ago%!(EXTRA string=6 years)
ByunghoonKim c5cb4a253a Cocoa: Add support for VK_EXT_metal_surface ago%!(EXTRA string=6 years)
Camilla Löwy 9372ba95fa X11: Fix parent window handle initialization ago%!(EXTRA string=6 years)
Camilla Löwy aa5e313561 X11: Fix BadMatch focusing a window on non-EWMH WM ago%!(EXTRA string=6 years)
Camilla Löwy fe57e3c292 X11: Fix no window position events during resize ago%!(EXTRA string=6 years)
Camilla Löwy 781fbbadb0 Fix Threads package not located by our config file ago%!(EXTRA string=6 years)
Camilla Löwy a3d28ef52c X11: Fix IC event mask not being added to our window ago%!(EXTRA string=6 years)