/openbmc/qemu/ui/ |
H A D | gtk-clipboard.c | 27 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 D | dbus-clipboard.c | 53 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 D | meson.build | 7 'clipboard.c', 45 'vnc-clipboard.c', 97 'dbus-clipboard.c', 114 gtk_ss.add(files('gtk-clipboard.c'))
|
H A D | vdagent.c | 40 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 D | dbus.h | 58 QemuDBusDisplay1Clipboard *clipboard; member
|
H A D | dbus.c | 151 g_clear_object(&dd->clipboard); in dbus_display_finalize()
|
H A D | trace-events | 131 # clipboard.c
|
H A D | cocoa.m | 33 #include "ui/clipboard.h"
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 13 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 D | ui.rst | 8 .. kernel-doc:: include/ui/clipboard.h
|
/openbmc/qemu/docs/interop/ |
H A D | barrier.rst | 122 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 D | python3-pyperclip_1.9.0.bb | 1 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 D | xfce4-clipman-plugin_1.6.2.bb | 1 SUMMARY = "Clipman is a clipboard manager for Xfce"
|
/openbmc/qemu/qapi/ |
H A D | char.json | 437 # @clipboard: enable/disable clipboard, default is disabled. 443 '*clipboard': 'bool' },
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | Kconfig | 21 - clipboard detachment system control (Surface Book 2 and 3)
|
/openbmc/linux/drivers/platform/surface/ |
H A D | Kconfig | 157 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 D | overview.rst | 25 interface for properly handling clipboard detachment (i.e. separating the
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 338 --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 D | ModalGenerateCsr.vue | 485 navigator.clipboard.writeText(this.csrString).then(() => {
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
|
H A D | jquery-ui.min.css | 7 …8px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-posit…
|
/openbmc/qemu/ |
H A D | meson_options.txt | 261 description: 'clipboard support for the gtk UI (EXPERIMENTAL, MAY HANG)')
|
H A D | meson.build | 1936 error('GTK clipboard requested, but GTK not found')
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3914 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 D | opengrok0.0.log | [all...] |