summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-25audio: Set range instead of reading and adjustingFrediano Ziglio1-16/+16
2020-09-25audio: Fix number roundingFrediano Ziglio1-6/+6
2020-09-22vdagentd: Better check for vdagent_connection_get_peer_pid resultsFrediano Ziglio1-4/+8
2020-09-22vdagent-connection: Pass "err" to g_credentials_get_unix_pidFrediano Ziglio1-1/+1
2020-09-21vdagentd: Automatically release "agent_data"Frediano Ziglio1-7/+10
2020-09-21vdagentd: Make some agent_data variable constantFrediano Ziglio1-3/+3
2020-09-21vdagentd: Make pidfilename a constantFrediano Ziglio1-2/+2
2020-09-21vdagentd: Use bool for agent_owns_clipboard and client_connectedFrediano Ziglio1-9/+10
2020-09-21console-kit: Do not mix GLib and libc memory allocationsFrediano Ziglio1-2/+2
2020-07-29Enable GTK4 build with a specific configure option.Julien Ropé8-38/+76
2020-07-25vdagent-connection: Avoid leak if write callback is cancelledFrediano Ziglio1-6/+2
2020-07-22clipboard: Define "conn" field only using GTKFrediano Ziglio1-1/+3
2020-07-22x11: Remove "fd" fieldFrediano Ziglio2-3/+1
2020-07-22x11: Move "xrandr_event_base" inside "randr" structureFrediano Ziglio2-3/+3
2020-07-22x11: Remove only written "has_xfixes" fieldFrediano Ziglio2-2/+0
2020-07-15Use RROutput directly in guest_output_map.Julien Ropé2-10/+6
2020-07-15Move more code from x11.c to display.cJulien Ropé4-58/+62
2020-07-15Move handle_graphics_device_info code to generic display functionsJulien Ropé3-58/+60
2020-07-15Split X11-specific code from the core agent codeJulien Ropé4-27/+178
2020-07-10ci: Add missing dependencyFrediano Ziglio1-1/+1
2020-06-30x11: cache atom names in vdagent_x11_get_atom_name()Jakub Janků2-1/+29
2020-05-20vdagent: replace last call to g_debug(...) by syslog(LOG_DEBUG, ...)Kevin Pouget1-1/+1
2020-05-11Fix possible compile error using former GLib2 versionFrediano Ziglio1-1/+1
2020-03-26systemd-login: Avoid a crash on containerFrediano Ziglio1-1/+3
2020-03-26test-termination: Check daemon terminates correctly sending SIGTERMFrediano Ziglio3-1/+146
2020-03-26vdagentd: init static uinput before forkJakub Janků1-3/+3
2020-03-26vdagentd: work around GLib's fork issuesJakub Janků3-4/+13
2020-03-10Release 0.20.0spice-vdagent-0.20.0Victor Toso2-1/+16
2020-03-09ci: Use meson instead of autotools in spice-protocolVictor Toso1-1/+2
2020-03-09Add basic installation instructions to the readmeAral Balkan1-0/+13
2020-03-09udscs-server: split initializationJakub Janků3-78/+38
2020-03-09virtio: use GObject macroJakub Janků3-40/+25
2020-03-09udscs: use GObject macroJakub Janků11-54/+36
2020-03-09introduce VDAgentConnectionJakub Janků9-937/+914
2020-03-09build: add GIO dependencyJakub Janků2-7/+7
2020-03-06clipboard: implement CAP_CLIPBOARD_GRAB_SERIALMarc-André Lureau1-1/+39
2020-03-06clipboard: only send release when no immediate grabMarc-André Lureau4-11/+11
2020-03-06clipboard: filter out only our own eventsMarc-André Lureau1-4/+6
2020-03-06clipboard: gobject-ify VDAgentClipboardsMarc-André Lureau3-30/+56
2020-03-06vdagent: use G_OPTION_FLAG_NONEMarc-André Lureau1-15/+22
2020-03-06configure: bump gobject >= 2.50Marc-André Lureau1-1/+1
2020-03-06configure: depend on gobjectMarc-André Lureau2-7/+7
2020-03-06clipboard: remove vdagent-selection-id usageMarc-André Lureau1-9/+20
2020-03-06configure: bump gtk+ >= 3.22Marc-André Lureau1-1/+1
2019-10-17vdagentd: Fix session lookup for new GNOME versionsBenjamin Berg1-4/+55
2019-08-31virtio-port: handle_fds: make read and write code consistentUri Lublin1-5/+5
2019-08-28covscan: add comment on false-positive on g_memdup()Victor Toso1-4/+2
2019-08-27covscan: initialize argv's copyVictor Toso1-1/+4
2019-08-27covscan: avoid false positive on g_clear_pointer()Victor Toso1-1/+2
2019-07-24x11: Change check to make code scanners not giving warningFrediano Ziglio1-4/+2