1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-08-09 21:58:50 -04:00
glfw/src
Emmanuel Gil Peyrot 599fb3de34 Wayland: Remove wl_shell support
This protocol is part of the core Wayland, but it is pretty badly
designed and is missing quite a few features, and is in the process of
being phased out in compositors.  Its support in GLFW requires
duplicating pretty much every single window management codepath.

This bumps the required compositor versions to the ones which have
implemented xdg-shell, approximately two years ago, which seems sensible
to me.
2019-04-20 10:05:15 +02:00
..
CMakeLists.txt Cocoa: Fix detection of Clang 2019-02-14 00:19:45 +01:00
cocoa_init.m Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_joystick.h Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_joystick.m Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_monitor.m Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_platform.h Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_time.c Start 3.4 2019-04-16 23:08:39 +02:00
cocoa_window.m Start 3.4 2019-04-16 23:08:39 +02:00
context.c Start 3.4 2019-04-16 23:08:39 +02:00
egl_context.c Start 3.4 2019-04-16 23:08:39 +02:00
egl_context.h Start 3.4 2019-04-16 23:08:39 +02:00
glfw_config.h.in Start 3.4 2019-04-16 23:08:39 +02:00
glfw3.pc.in Use GNUInstallDirs for install destinations 2018-12-03 19:28:31 +01:00
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glx_context.c Start 3.4 2019-04-16 23:08:39 +02:00
glx_context.h Start 3.4 2019-04-16 23:08:39 +02:00
init.c Start 3.4 2019-04-16 23:08:39 +02:00
input.c Start 3.4 2019-04-16 23:08:39 +02:00
internal.h Start 3.4 2019-04-16 23:08:39 +02:00
linux_joystick.c Start 3.4 2019-04-16 23:08:39 +02:00
linux_joystick.h Start 3.4 2019-04-16 23:08:39 +02:00
mappings.h Start 3.4 2019-04-16 23:08:39 +02:00
mappings.h.in Start 3.4 2019-04-16 23:08:39 +02:00
monitor.c Start 3.4 2019-04-16 23:08:39 +02:00
nsgl_context.h Start 3.4 2019-04-16 23:08:39 +02:00
nsgl_context.m Start 3.4 2019-04-16 23:08:39 +02:00
null_init.c Start 3.4 2019-04-16 23:08:39 +02:00
null_joystick.c Start 3.4 2019-04-16 23:08:39 +02:00
null_joystick.h Start 3.4 2019-04-16 23:08:39 +02:00
null_monitor.c Start 3.4 2019-04-16 23:08:39 +02:00
null_platform.h Start 3.4 2019-04-16 23:08:39 +02:00
null_window.c Start 3.4 2019-04-16 23:08:39 +02:00
osmesa_context.c Start 3.4 2019-04-16 23:08:39 +02:00
osmesa_context.h Start 3.4 2019-04-16 23:08:39 +02:00
posix_thread.c Start 3.4 2019-04-16 23:08:39 +02:00
posix_thread.h Start 3.4 2019-04-16 23:08:39 +02:00
posix_time.c Start 3.4 2019-04-16 23:08:39 +02:00
posix_time.h Start 3.4 2019-04-16 23:08:39 +02:00
vulkan.c Start 3.4 2019-04-16 23:08:39 +02:00
wgl_context.c Start 3.4 2019-04-16 23:08:39 +02:00
wgl_context.h Start 3.4 2019-04-16 23:08:39 +02:00
win32_init.c Start 3.4 2019-04-16 23:08:39 +02:00
win32_joystick.c Start 3.4 2019-04-16 23:08:39 +02:00
win32_joystick.h Start 3.4 2019-04-16 23:08:39 +02:00
win32_monitor.c Start 3.4 2019-04-16 23:08:39 +02:00
win32_platform.h Start 3.4 2019-04-16 23:08:39 +02:00
win32_thread.c Start 3.4 2019-04-16 23:08:39 +02:00
win32_time.c Start 3.4 2019-04-16 23:08:39 +02:00
win32_window.c Start 3.4 2019-04-16 23:08:39 +02:00
window.c Start 3.4 2019-04-16 23:08:39 +02:00
wl_init.c Wayland: Remove wl_shell support 2019-04-20 10:05:15 +02:00
wl_monitor.c Start 3.4 2019-04-16 23:08:39 +02:00
wl_platform.h Wayland: Remove wl_shell support 2019-04-20 10:05:15 +02:00
wl_window.c Wayland: Remove wl_shell support 2019-04-20 10:05:15 +02:00
x11_init.c Start 3.4 2019-04-16 23:08:39 +02:00
x11_monitor.c Start 3.4 2019-04-16 23:08:39 +02:00
x11_platform.h Start 3.4 2019-04-16 23:08:39 +02:00
x11_window.c Start 3.4 2019-04-16 23:08:39 +02:00
xkb_unicode.c Start 3.4 2019-04-16 23:08:39 +02:00
xkb_unicode.h Start 3.4 2019-04-16 23:08:39 +02:00