Home
last modified time | relevance | path

Searched refs:clipboard (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/ui/
H A Dgtk-clipboard.c27 GtkClipboard *clipboard) in gd_find_selection() argument
32 if (gd->gtkcb[s] == clipboard) { in gd_find_selection()
39 static void gd_clipboard_get_data(GtkClipboard *clipboard, in gd_clipboard_get_data() argument
45 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_clipboard_get_data()
67 static void gd_clipboard_clear(GtkClipboard *clipboard, in gd_clipboard_clear() argument
71 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_clipboard_clear()
156 static void gd_owner_change(GtkClipboard *clipboard, in gd_owner_change() argument
161 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_owner_change()
173 if (gtk_clipboard_wait_is_text_available(clipboard)) { in gd_owner_change()
H A Ddbus-clipboard.c53 dpy->clipboard, invocation, in dbus_clipboard_complete_request()
257 qemu_dbus_display1_clipboard_complete_register(dpy->clipboard, invocation); in dbus_clipboard_register()
290 dpy->clipboard, invocation); in dbus_clipboard_unregister()
333 qemu_dbus_display1_clipboard_complete_grab(dpy->clipboard, invocation); in dbus_clipboard_grab()
349 qemu_dbus_display1_clipboard_complete_release(dpy->clipboard, invocation); in dbus_clipboard_release()
431 g_autoptr(GDBusObjectSkeleton) clipboard = NULL; in dbus_clipboard_init()
433 assert(!dpy->clipboard); in dbus_clipboard_init()
435 clipboard = g_dbus_object_skeleton_new(DBUS_DISPLAY1_ROOT "/Clipboard"); in dbus_clipboard_init()
436 dpy->clipboard = qemu_dbus_display1_clipboard_skeleton_new(); in dbus_clipboard_init()
437 g_object_connect(dpy->clipboard, in dbus_clipboard_init()
[all …]
H A Dmeson.build7 'clipboard.c',
45 'vnc-clipboard.c',
97 'dbus-clipboard.c',
114 gtk_ss.add(files('gtk-clipboard.c'))
H A Dvdagent.c40 bool clipboard; member
200 if (vd->clipboard) { in vdagent_send_caps()
313 return vd->clipboard && in have_clipboard()
684 vd->clipboard = VDAGENT_CLIPBOARD_DEFAULT; in vdagent_chr_open()
686 vd->clipboard = cfg->clipboard; in vdagent_chr_open()
903 cfg->clipboard = qemu_opt_get_bool(opts, "clipboard", VDAGENT_CLIPBOARD_DEFAULT); in vdagent_chr_parse()
H A Ddbus.h58 QemuDBusDisplay1Clipboard *clipboard; member
H A Ddbus.c151 g_clear_object(&dd->clipboard); in dbus_display_finalize()
H A Dtrace-events131 # clipboard.c
H A Dcocoa.m33 #include "ui/clipboard.h"
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst13 The ``surface_dtx`` driver is responsible for proper clipboard detachment
36 The lower part of the Surface Book from which the clipboard can be
40 The mechanism keeping the clipboard attached to the base in normal
59 *closed* state (default), the clipboard is secured to the base, whereas in
60 the *open* state, the clipboard can be removed by a user.
93 - If the latch is unlocked, the EC will open the latch and the clipboard
99 clipboard cannot be detached from the base. Furthermore, the EC sends
111 latch, after which the user can separate clipboard and base.
148 failures or a low clipboard battery. This is done via a cancel event
209 - Detachment not feasible due to low clipboard battery.
[all …]
/openbmc/qemu/docs/devel/
H A Dui.rst8 .. kernel-doc:: include/ui/clipboard.h
/openbmc/qemu/docs/interop/
H A Dbarrier.rst122 Leaving screen. the secondary screen should send clipboard data in
136 Grab clipboard. Sent by screen when some other app on that screen
137 grabs a clipboard.
139 ``id`` = the clipboard identifier
319 ``id`` = clipboard id
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyperclip_1.9.0.bb1 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/clipman/
H A Dxfce4-clipman-plugin_1.6.2.bb1 SUMMARY = "Clipman is a clipboard manager for Xfce"
/openbmc/qemu/qapi/
H A Dchar.json437 # @clipboard: enable/disable clipboard, default is disabled.
443 '*clipboard': 'bool' },
/openbmc/linux/drivers/platform/surface/aggregator/
H A DKconfig21 - clipboard detachment system control (Surface Book 2 and 3)
/openbmc/linux/drivers/platform/surface/
H A DKconfig157 Driver for the Surface Book clipboard detachment system (DTX).
160 CPU (called the clipboard) can be detached from the base (containing a
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Doverview.rst25 interface for properly handling clipboard detachment (i.e. separating the
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh338 --enable-gtk-clipboard) printf "%s" -Dgtk_clipboard=enabled ;;
339 --disable-gtk-clipboard) printf "%s" -Dgtk_clipboard=disabled ;;
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalGenerateCsr.vue485 navigator.clipboard.writeText(this.csrString).then(() => {
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
H A Djquery-ui.min.css7 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
/openbmc/qemu/
H A Dmeson_options.txt261 description: 'clipboard support for the gtk UI (EXPERIMENTAL, MAY HANG)')
H A Dmeson.build1936 error('GTK clipboard requested, but GTK not found')
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3914 QApplication.clipboard().setText(text)
4022 QApplication.clipboard().setText(text)
4063 …Action('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipboard().setText(text),…
/openbmc/linux/
H A Dopengrok0.0.log[all...]

12