summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Send Hangul key in KR keyboardHEADmasterTakao Fujiwara1-0/+9
2016-04-18Send key release event for some keys in JP keyboardTakao Fujiwara1-0/+48
2016-04-18Send Zenkaku_Hankaku key in JP keyboardTakao Fujiwara1-2/+40
2016-04-15channel-main: Move variable to block where is neededPavel Grunt1-4/+1
2016-04-15channel-main: Add helper function for getting audioPavel Grunt1-8/+9
2016-04-08Ensure that file transfers get cancelledJonathon Jongsma1-7/+10
2016-04-07Do not call spice_egl_cursor_set when egl is disabledPavel Grunt2-1/+4
2016-04-07Use g_clear_pointer if possiblePavel Grunt21-188/+70
2016-04-07Use g_clear_object if possiblePavel Grunt3-29/+7
2016-04-07Use g_object_unref instead of gdk_cursor_unrefPavel Grunt1-6/+6
2016-04-07Use GMutex instead of GStaticMutexPavel Grunt4-15/+15
2016-04-07Use GDK_VERSION_MAX_ALLOWEDPavel Grunt1-1/+4
2016-04-07Use GLIB_VERSION_MAX_ALLOWEDPavel Grunt1-1/+7
2016-04-01widget-egl: Define label only if can be usedPavel Grunt1-0/+3
2016-03-30doc: Add description for spice_display_get_gl_scanout()Pavel Grunt1-0/+2
2016-03-30doc: Ignore spicy-connectPavel Grunt1-0/+1
2016-03-30spice-file-transfer-task: Fix docstringPavel Grunt1-1/+1
2016-03-30doc: channel stability should be StablePavel Grunt2-2/+2
2016-03-30doc: Remove private structsPavel Grunt1-7/+0
2016-03-30usb-device-manager: Fix docstringPavel Grunt2-5/+10
2016-03-30build-sys: Update symbol filesChristophe Fergeau3-5/+4
2016-03-29egl: fix leak when display is unrealizeVictor Toso1-0/+1
2016-03-29doc: Remove dropped functionsPavel Grunt1-2/+0
2016-03-29widget: Avoid combining ternary with another operatorsPavel Grunt1-5/+6
2016-03-29usb: fix build, missing ')'Marc-André Lureau1-1/+1
2016-03-24usb device widget: don't try to disconnect on failed connectJonathon Jongsma2-0/+7
2016-03-24SpiceUsbDeviceManager: propagate errors from sub-tasksJonathon Jongsma1-2/+17
2016-03-24UsbDeviceManager: Deprecate synchronous disconnection methodDmitry Fleytman1-0/+3
2016-03-24UsbDeviceWidget: Use asynchronous disconnect APIKirill Moizik1-9/+33
2016-03-24UsbDeviceWidget: Consider asynchronous redirection flowsKirill Moizik1-18/+20
2016-03-24UsbDeviceWidget: Show info bar during redirection flowsKirill Moizik4-0/+33
2016-03-24usbredir: Disconnect USB device asynchronouslyKirill Moizik1-7/+41
2016-03-24UsbDeviceManager: Track device disconnection operations in progressKirill Moizik1-2/+5
2016-03-24UsbDeviceManager: Implement asynchronous disconnect device flowKirill Moizik5-0/+140
2016-03-24UsbDeviceManager: Track device redirection operations in progressKirill Moizik1-13/+54
2016-03-24usbredir: Spawn a different thread for device redirection flowKirill Moizik1-12/+31
2016-03-24usbredir: Protect data accessed by asynchronous redirection flowsKirill Moizik2-3/+18
2016-03-24GUdevClient: Do not process USB hotplug events while redirection is in progressKirill Moizik1-0/+19
2016-03-24win-usb-dev: Track device redirection operations in progressKirill Moizik1-0/+59
2016-03-24usbredir: Introduce mutex for device (dis)connectionKirill Moizik2-0/+19
2016-03-24win-usb-dev: Fix device (un)plug notification handlerDmitry Fleytman1-65/+28
2016-03-24usb-dev-manager: Fix cbinfo leak in case of abnormal returnDmitry Fleytman1-6/+9
2016-03-24win-usbredir: Use UsbDk backend when availableDmitry Fleytman1-1/+3
2016-03-24win-usbredir: Do not use UsbClerk for non-WinUsb backendsDmitry Fleytman1-16/+28
2016-03-24win-usbredir: Move installer interaction logic to separate functionsDmitry Fleytman1-43/+65
2016-03-24usbdk: Load hide rules for auto-redirected devicesDmitry Fleytman1-0/+82
2016-03-24win-usbredir: Only match USB devices by VID:PID when WinUsb usedDmitry Fleytman1-37/+43
2016-03-24Add SpiceUsbDeviceManager parameter to device comparison functionsChristophe Fergeau1-18/+22
2016-03-24win-usbredir: Introduce UsbDk wrapperDmitry Fleytman3-0/+223
2016-03-24widget: modify update-area to not require primary surfaceMarc-André Lureau1-13/+28