Go to file
Jakub Janků 996bfb48dc spice-gtk-session: cache atoms
At the moment, spice-gtk only sends a grab message to the vdagent
based on the retrieved atoms.

With the upcoming changes, spice-gtk will have to know which
targets were advertised outside of clipboard_get_targets() callback.

We could use gtk_clipboard_wait_for_targets() or
gtk_clipboard_wait_is_*_available(), but the targets are not cached
by GTK+ on wayland for some reason. So let's cache them in spice-gtk
to avoid having to talk to the clipboard owner.

Signed-off-by: Jakub Janků <jjanku@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-09-09 14:42:34 +01:00
build-aux spice-client-glib-usb-acl-helper doesn't need suid root 2020-04-16 10:07:46 +01:00
data Drop autotools 2019-07-09 11:05:29 +01:00
doc Remove PulseAudio backend 2020-03-17 18:25:38 +01:00
man Install man pages under mandir. 2020-04-04 21:10:15 +01:00
po po: update po files 2020-03-16 13:34:34 +01:00
src spice-gtk-session: cache atoms 2020-09-09 14:42:34 +01:00
subprojects Update spice-common submodule 2020-08-28 09:51:36 +01:00
tests coroutine_gthread: Fix recursive yield 2020-08-12 16:17:15 +01:00
tools spice-widget: add an API to get guest display size 2020-08-19 10:46:14 +01:00
vapi build: Replace "join_paths" with "/" operator 2019-08-21 12:08:12 +01:00
.editorconfig Replace emacs modeline with .editorconfig 2020-04-09 07:38:08 +01:00
.gitlab-ci.yml ci: Test for Windows coroutines 2020-08-12 16:17:19 +01:00
.gitmodules Move src/keycodemapdb -> subprojects/keycodemapdb 2019-02-18 18:31:35 +00:00
.gitpublish Add default .gitpublish profile 2017-04-11 15:26:26 +02:00
.mailmap .mailmap: add another Victor Toso alias 2018-06-08 17:47:55 +02:00
AUTHORS Release 0.8 2012-01-15 22:07:05 +01:00
CHANGELOG.md Release v0.38 2020-03-16 13:34:40 +01:00
COPYING Initial import from SPICE 2010-11-23 17:00:17 +01:00
meson_options.txt Allows to use Valgrind with ucontext coroutines 2020-08-22 09:25:07 +01:00
meson.build build: require GLib 2.52+ 2020-09-09 14:42:29 +01:00
README.md Drop autotools 2019-07-09 11:05:29 +01:00