summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* spice-proxy: explicitely mark as internalMarc-André Lureau2013-02-061-0/+9
* widget: Fix mouse position reporting for multiple monitors on 1 display channelHans de Goede2013-02-061-3/+1
* controller: add proxy propertyMarc-André Lureau2013-01-301-0/+5
* session: clear SpiceSession:proxy also if SPICE_PROXY is NULLMarc-André Lureau2013-01-291-3/+5
* Add SpiceSession:proxyMarc-André Lureau2013-01-293-10/+56
* proxy: initialize proxy at session construct timeMarc-André Lureau2013-01-282-17/+25
* Fix a bunch of gtkdoc/giscan warningsMarc-André Lureau2013-01-286-12/+11
* session: simplify a little bit open_host_idle_cbMarc-André Lureau2013-01-281-6/+7
* build-sys: missing sys/types.h in gtk/channel-display.cJasper Lievisse Adriaanse2013-01-214-0/+10
* channel-main: Fix monitors_align to not shuffle monitor orderHans de Goede2013-01-181-9/+24
* channel-main: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)Hans de Goede2013-01-181-6/+14
* spice-widget: update_monitor_area: Fix memory-leak on whole fallbackHans de Goede2013-01-181-0/+1
* spice-widget: Search monitor info by display monitor-idHans de Goede2013-01-181-4/+10
* build-sys: fix out-of-tree build with valaAndrew Hughes2013-01-161-6/+8
* Fix introspection for send_keysCole Robinson2013-01-161-0/+11
* gtk: avoid use gtk+ 3.0 only APIMarc-André Lureau2013-01-141-5/+4
* file-xfer: always take error if set in xfer_read_cb()Marc-André Lureau2013-01-121-1/+1
* file-xfer: use file_xfer_..() prefix for all internal copy functionsMarc-André Lureau2013-01-121-60/+39
* file-xfer: move file_close_cb() above all to ease readingMarc-André Lureau2013-01-121-49/+44
* file-xfer: try to report any error from file_info_async_cb()Marc-André Lureau2013-01-121-41/+32
* file-xfer: non-programming errors should be reported in asyncMarc-André Lureau2013-01-121-2/+10
* file-xfer: avoid g_alloca() usage when possibleMarc-André Lureau2013-01-121-16/+12
* file-xfer: handle "drag-data-received" signalDunrong Huang2013-01-121-0/+46
* file-xfer: disable file-xfer when agent is not connectedDunrong Huang2013-01-121-0/+4
* file-xfer: handling various transfer messages in main channelDunrong Huang2013-01-124-0/+531
* spice-channel: fix state condition check in flush()Marc-André Lureau2013-01-111-1/+1
* spice-channel: plug a channel ref leakMarc-André Lureau2013-01-111-0/+1
* Send monitor config to the agent on spice_main_set_display_enabled (#881072)Hans de Goede2013-01-091-0/+5
* Fix switching to TLS regression0.15.3Marc-André Lureau2012-12-271-15/+12
* Clean-up idle handler when leaving the open_host_idle()Marc-André Lureau2012-12-271-6/+4
* mingw: Fix link errorsChristophe Fergeau2012-12-211-0/+1
* Release v0.15v0.15Marc-André Lureau2012-12-211-1/+1
* build-sys: update sym-filesMarc-André Lureau2012-12-211-1/+7
* session: improve open_host() clean-upMarc-André Lureau2012-12-211-6/+7
* session: do not unref() NULL connectionMarc-André Lureau2012-12-211-2/+2
* spicy: Fix compilation breaking due to a compiler warningHans de Goede2012-12-191-1/+6
* controller: fix new vala warningsMarc-André Lureau2012-12-172-4/+4
* channel: switch to protocol 1 on error during link-timeMarc-André Lureau2012-12-171-24/+37
* session: allow to connect via HTTP CONNECT proxyMarc-André Lureau2012-12-141-56/+134
* Add SpiceProxy objectMarc-André Lureau2012-12-143-0/+297
* Add wocky HTTP proxyMarc-André Lureau2012-12-144-0/+481
* spice-channel: remove unnecessary g_socket_close()Marc-André Lureau2012-12-141-1/+0
* spice-channel: plug a small memory leakMarc-André Lureau2012-12-141-1/+4
* gtk/channel-port: include glib-compat for g_clear_pointerUri Lublin2012-12-101-0/+1
* glib-compat: add g_slist_free_fullUri Lublin2012-12-103-0/+33
* channel-display: add more protection against bad access to streamsUri Lublin2012-12-101-2/+14
* spice-widget: Fix rendering issue with X11 backend enabledDunrong Huang2012-12-071-0/+4
* channel: rely on couroutine instead of channel stateMarc-André Lureau2012-12-052-28/+9
* spicy: demo SpicePort usageMarc-André Lureau2012-12-051-0/+149
* Add a port channelMarc-André Lureau2012-12-056-0/+513