kc3-lang/SDL/src/video/wayland/SDL_waylandclipboard.c

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
fae70349 2021-11-23 10:33:12 Fix warnings: static, include, un-initialized vairables
cf124963 2021-04-08 15:29:54 wayland: Fall back to clipboard source data if offer came up empty
bec133d7 2021-04-08 14:16:32 wayland: Use SDL_strlen instead of strlen
e28d9785 2021-04-08 14:16:21 wayland: Minor whitespace cleanup in clipboard.c
875f839d 2021-04-08 14:14:46 wayland: A bunch of clipboard safety fixes. Also removed Wayland_get_data_device because it was a pointless getter function.
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
a8780c6a 2020-01-16 20:49:25 Updated copyright date for 2020
5e13087b 2019-01-04 22:01:14 Updated copyright for 2019
e3cc5b2c 2018-01-03 10:03:25 Updated copyright for 2018
45b774e3 2017-01-01 18:33:28 Updated copyright for 2017
d767a450 2016-11-06 08:34:27 Fixed 2942 - Wayland: Drag and Drop / Clipboard x414e54 I have implemented Drag and Drop and Clipboard support for Wayland. Drag and dropping files from nautilus to the testdropfile application seems to work and also copy and paste.