summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Fix crash on remote-viewer startup with gthread coroutineChristophe Fergeau1-1/+1
2013-11-18coroutine: fix current coroutineMarc-André Lureau1-1/+1
2013-11-18coroutine: add some preconditionsMarc-André Lureau3-12/+10
2013-11-07Guarantee that 'uuid' property is notified after connectionJonathon Jongsma1-0/+5
2013-11-07Make sure property notifications are done in the main contextJonathon Jongsma2-21/+24
2013-11-07Revert "Add ability to get SpiceDisplay resolution"Jonathon Jongsma7-49/+13
2013-11-06display: blank surface on creationMarc-André Lureau1-3/+2
2013-11-04widget: add since tag for spice_display_get_monitor_config()Marc-André Lureau1-0/+1
2013-11-04SpiceDisplay: validate 'self' argument for public APIJonathon Jongsma1-7/+29
2013-11-04Add ability to get SpiceDisplay resolutionJonathon Jongsma7-13/+48
2013-11-04Fix spice-common submodule, my badMarc-André Lureau1-0/+0
2013-11-03util: document spice_uuid_to_stringMarc-André Lureau1-0/+10
2013-11-01util: do not overwrite G_MESSAGES_DEBUG=allMarc-André Lureau2-0/+2
2013-10-29Export spice_uuid_to_string() properlyJonathon Jongsma2-0/+2
2013-10-29Expose spice_uuid_to_string() as public APIJonathon Jongsma3-2/+1
2013-10-20channel-cursor: mono cursors edge highlightingAlon Levy4-58/+237
2013-10-18cursor-channel.c: add cursor print function for debugging only (ifdefed)Alon Levy1-0/+32
2013-10-16main: add missing vdagent caps nameMarc-André Lureau1-0/+3
2013-10-16sasl: Fix crash when ending a SASL sessionChristophe Fergeau1-1/+1
2013-10-16Display g_debug messages when SPICE_DEBUG is setChristophe Fergeau1-11/+23
2013-10-16Fix --spice-debugChristophe Fergeau1-0/+7
2013-10-10Fix switch to old SPICE protocolChristophe Fergeau1-14/+8
2013-10-10Reenable call to switch_protocol() on protocol version mismatchesChristophe Fergeau1-2/+2
2013-10-10Use latest warnings.m4 from gnulibChristophe Fergeau1-20/+62
2013-10-10gtk-session: avoid mainloop recursion in clipboard_getMarc-André Lureau1-0/+9
2013-10-10gtk-session: fix clipboard_agent_connectedMarc-André Lureau1-1/+1
2013-10-10main: fix notify of agent disconnectionMarc-André Lureau1-1/+4
2013-10-03display: cache id is uint64_tMarc-André Lureau1-1/+1
2013-10-03display: fix palette regressionMarc-André Lureau1-3/+3
2013-10-02mono cursor: increase contrast, better looking putty cursor (rhbz 998529)Alon Levy1-8/+8
2013-09-30spice-channel: Fix usbredir being broken since commit 159c6ebfHans de Goede1-0/+1
2013-09-26win32: fix alt-tab grab regressionMarc-André Lureau1-1/+1
2013-09-26build-sys: do not compile python binding with windows by defaultMarc-André Lureau1-14/+10
2013-09-26Update spice-commonMarc-André Lureau1-0/+0
2013-09-26build-sys: add --with-audio=autoMarc-André Lureau1-2/+6
2013-09-26build-sys: fix --with-saslMarc-André Lureau1-11/+5
2013-09-20build-sys: fix g_clear_pointer usage on old glibMarc-André Lureau1-0/+1
2013-09-18Release v0.21v0.21Marc-André Lureau1-0/+11
2013-09-18acl helper: Use ruid of invoker rather than looking up euid in /procColin Walters1-1/+2
2013-09-18build-sys: fix bad cast on win64Marc-André Lureau1-1/+1
2013-09-13display: unshare the palette cacheMarc-André Lureau3-8/+3
2013-09-13channel: unref incoming migrate dataMarc-André Lureau1-3/+6
2013-09-13gtk: simplify spice_channel_recv_msgMarc-André Lureau3-37/+17
2013-09-13gtk: use slices for frequently allocated objectsMarc-André Lureau2-6/+6
2013-09-13gtk: use GHashTable in display_cacheMarc-André Lureau5-220/+102
2013-09-13channel: do not reenter the mainloop at every iterationMarc-André Lureau1-31/+28
2013-09-13util: avoid calling getenv for every SPICE_DEBUGMarc-André Lureau1-3/+10
2013-09-13display: keep a reference to the primary surfaceMarc-André Lureau1-13/+15
2013-09-13display: make the hashtable to destroy the surfaceMarc-André Lureau1-7/+9
2013-09-13display: replace ring with hashtableMarc-André Lureau2-22/+12