bdk-blender/intern/ghost
Campbell Barton cb4f7cac24 Fix #106040: pasting long text fails in Gnome-Shell/Wayland
Workaround gnome-shell including uninitialized memory when pasting
from the clipboard. Where `read` would not write data into the range
return by the length.

Reading from the pipe into a power-of-two buffer
works around the problem.

It's not clear why this only impacts gnome-shell - as there is no
significant down-side to changing the buffer size, apply a workaround.

Ref !106091.
2023-03-24 22:25:26 +11:00
..
intern Fix #106040: pasting long text fails in Gnome-Shell/Wayland 2023-03-24 22:25:26 +11:00
test Cleanup: move listbase.c to c++ 2022-12-13 18:13:10 +01:00
CMakeLists.txt Vulkan: Changes to CMake config. 2023-01-30 12:04:44 +01:00
GHOST_C-api.h Spelling: familly -> family. 2023-02-03 10:16:01 +01:00
GHOST_IContext.h GHOST: Vulkan Backend. 2022-11-22 11:29:09 +01:00
GHOST_IEvent.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
GHOST_IEventConsumer.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
GHOST_ISystem.h Fix crash on exit when background rendering in wayland 2022-10-23 14:07:22 +11:00
GHOST_ISystemPaths.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
GHOST_ITimerTask.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
GHOST_IWindow.h Cleanup: declare GHOST_Window::getCursorGrabBounds as const 2022-12-15 15:10:51 +11:00
GHOST_IXrContext.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
GHOST_Path-api.h Cleanup: rename BKE_appdir_folder_id_version, improve doc-strings 2022-10-04 16:52:10 +11:00
GHOST_Rect.h Cleanup: rename misleading/inconsistent GHOST types 2022-06-27 20:36:40 +10:00
GHOST_Types.h Fix invalid swapBuffer calls & outdated window decorations on Wayland 2023-01-20 18:05:52 +11:00