Blender Git Commit Log

Git Commits -> Revision 66e70fe

Revision 66e70fe by Christian Rauch (master)
April 30, 2020, 04:21 (GMT)
GHOST: initial Wayland support

Usable with the CMake option 'WITH_GHOST_WAYLAND'

The following functionality is working:

- Building with X11 and Wayland at the same time,
wayland is used when available.
- Keyboard, pointer handling.
- Cursor handling.
- Dedicated off-screen windows.
- Drag & drop.
- Copy & paste.
- Pointer grabbing.

See D6567 for further details.

Commit Details:

Full Hash: 66e70fe299e15124d9250a6a24e591cbb733713a
Parent Commit: 00e0034
Committed By: Campbell Barton
Lines Changed: +2454, -54

4 Added Paths:

/intern/ghost/intern/GHOST_SystemWayland.cpp (+1648, -0) (View)
/intern/ghost/intern/GHOST_SystemWayland.h (+111, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.cpp (+404, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.h (+121, -0) (View)

5 Modified Paths:

/build_files/cmake/macros.cmake (+8, -0) (Diff)
/build_files/cmake/platform/platform_unix.cmake (+20, -0) (Diff)
/CMakeLists.txt (+4, -0) (Diff)
/intern/ghost/CMakeLists.txt (+118, -50) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+20, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021