summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-24gtk: add channel certificate 'verify' propertyMarc-André Lureau7-3/+60
2011-01-24gtk: spicy: display connection dialog on TLS errorMarc-André Lureau1-1/+1
2011-01-24TODO, README: updateMarc-André Lureau3-17/+10
2011-01-24gtk: implement MIGRATE_CANCELMarc-André Lureau4-23/+102
2011-01-24gtk: track switch host idle sourceMarc-André Lureau1-2/+28
2011-01-24gtk: add SpiceMainChannel::migration-startedMarc-André Lureau2-0/+44
2011-01-24Use g_free instead of free in fail codepath as well.Tiziano Mueller1-3/+6
2011-01-21gtk: handle seamless migrationsMarc-André Lureau4-5/+274
2011-01-21gtk: handle DISPLAY_RESETMarc-André Lureau1-1/+8
2011-01-21gtk: add spice_session_new_from_session()Marc-André Lureau2-2/+26
2011-01-21gtk: exit coroutine loop of a channel migratingMarc-André Lureau1-1/+12
2011-01-21gtk: add spice_channel_swap(), swap connection detailsMarc-André Lureau2-3/+31
2011-01-21gtk: use a callback to handle spice_channel_recv_msg()Marc-André Lureau2-7/+14
2011-01-21gtk: add channel_up() helper and SPICE_CHANNEL_STATE_MIGRATINGMarc-André Lureau2-1/+14
2011-01-21gtk: use a session state on disconnection, be reentrantMarc-André Lureau1-2/+7
2011-01-21gtk: add spice_session_set_port() private API, use itMarc-André Lureau3-8/+19
2011-01-21TODO: add todo about mouse reaching bordersMarc-André Lureau1-0/+1
2011-01-21gtk: order to clarify what is swapped on migrationMarc-André Lureau1-4/+7
2011-01-21gtk: add private get_channel_{id,type}Marc-André Lureau2-0/+21
2011-01-20gtk: cosmetic, make it look safer session_channel_destroy()Marc-André Lureau1-2/+3
2011-01-19gtk: fix small mem-leakMarc-André Lureau1-4/+6
2011-01-19gtk: default construction value in property parameterMarc-André Lureau1-3/+1
2011-01-18gtk: remove scheme parsing, and tidy up the functionMarc-André Lureau1-28/+24
2011-01-18Merge commit 'refs/merge-requests/2' of git://gitorious.org/spice-gtk/spice-gtkMarc-André Lureau2-3/+23
2011-01-18gtk: support reconnection during channel loop (coroutine regression)Marc-André Lureau1-2/+14
2011-01-17Add 'password' to recognized parameters in the uri.Tiziano Mueller1-1/+6
2011-01-17Use glib's URI parse functions to properly identify the scheme and unescapeTiziano Mueller1-3/+17
2011-01-17Fixed implicitly declared toupper.Tiziano Mueller1-0/+1
2011-01-16gtk: stay unconnected until the FD is provided by the clientMarc-André Lureau1-1/+1
2011-01-14build: fix distcheckMarc-André Lureau4-1/+4
2011-01-14Fix rendering with GTK3Daniel P. Berrange3-5/+44
2011-01-14Disallow python module and X11 rendering with GTK3Daniel P. Berrange1-1/+19
2011-01-14Make keyboard code support multiple GDK backendsDaniel P. Berrange1-83/+114
2011-01-14Fix use of GdkDrawable to be compat with GTK3Daniel P. Berrange1-20/+23
2011-01-14Adapt build system to allow building with GTK3Daniel P. Berrange6-20/+89
2011-01-14Include ABI version in library names.Daniel P. Berrange9-69/+69
2011-01-14gtk: spicy: make recent name similar to a URI without spice://Marc-André Lureau2-7/+8
2011-01-14gtk: TLS add hostname verificationMarc-André Lureau2-2/+184
2011-01-14gtk: TLS fixes: URI parsing and coroutine regressionMarc-André Lureau3-2/+3
2011-01-13gtk: spicy: add recent connexions chooser in connect dialogMarc-André Lureau1-24/+68
2011-01-13gtk: spciy: connect to selected recent itemMarc-André Lureau1-4/+26
2011-01-13gtk: spicy: display recent connexions in chooser listMarc-André Lureau1-6/+6
2011-01-13data: add spice-mime, and spicy.desktop - disabled for nowMarc-André Lureau5-1/+48
2011-01-13gtk: spicy: correctly unref ui/accel objectsMarc-André Lureau1-7/+3
2011-01-13gtk: warn only if audio playback time is not monotonicMarc-André Lureau1-0/+5
2011-01-12common: add ring_get_length() for debugging purposesMarc-André Lureau1-0/+13
2011-01-12gtk: simplify debugging of coroutine-related pathMarc-André Lureau11-57/+23
2011-01-12gtk: handle MIGRATE_SWITCH_HOSTMarc-André Lureau9-23/+109
2011-01-11gtk: make channel_disconnect() a vmethodMarc-André Lureau2-7/+9
2011-01-11gtk: remove useless g_object_getMarc-André Lureau1-1/+0