summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* usbredir: Give devices a user friendly descriptionHans de Goede2012-01-031-2/+62
* usbredir: Drop our embeddied GUsb copyHans de Goede2012-01-0319-1752/+225
* usbredir: Remove spice_usb_device_manager_get main_context argumentHans de Goede2012-01-035-34/+5
* usbredir: Handle usb events from a threadHans de Goede2012-01-032-13/+43
* usbredir: Add locking callbacks for libusbredirhostHans de Goede2012-01-031-4/+4
* usbredir: Create USB event source on demandHans de Goede2011-12-224-12/+90
* usbredir: Use new libusbredirhost write flush callbackHans de Goede2011-12-223-46/+20
* usbredir: USB channels can not be read onlyHans de Goede2011-12-221-3/+0
* usbredir: Stop setting private data explictly to NULL on initHans de Goede2011-12-221-6/+0
* spice-channel: Allow spice_msg_out_send to be called from multiple threadsHans de Goede2011-12-222-4/+37
* spice-channel: setsockopt TCP_NODELAYHans de Goede2011-12-221-2/+9
* Make path to the USB ACL helper configurableChristophe Fergeau2011-12-222-4/+6
* build: string format fixJani Välimaa2011-12-221-1/+1
* Support semi-seamless migrationMarc-André Lureau2011-12-194-16/+158
* main: Handle semi-seamless MIGRATION_BEGINMarc-André Lureau2011-12-191-8/+23
* display: try to reuse exisiting primary surfaceMarc-André Lureau2011-12-191-23/+42
* Add channel_reset methodMarc-André Lureau2011-12-1910-26/+192
* gio-coroutine: add a few more run-time checksMarc-André Lureau2011-12-191-0/+13
* windows: initialize co->ret to not randomly release fiberMarc-André Lureau2011-12-191-0/+1
* add explicit links against libraries that are directly usedFrédéric Péters2011-12-181-0/+5
* spice-channel: cleanup, remove spice_channel_send_msg()Hans de Goede2011-12-161-19/+4
* spice-channel: Move read only check to spice_channel_write_msg()Hans de Goede2011-12-161-6/+6
* spice-channel: Move setting of header->size to spice_channel_write_msg()Hans de Goede2011-12-161-4/+2
* spice-channel: replace the xmit buf by a queue of SpiceOutMsg-sHans de Goede2011-12-162-73/+34
* Make sure spice_channel_iterate_write() always flushes *all* pending writesHans de Goede2011-12-161-1/+1
* spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede2011-12-168-28/+3
* channel-smartcard: unref in flight messages as soon as they are sentHans de Goede2011-12-161-3/+9
* smartcard_message_complete_in_flight cleanup error checkingHans de Goede2011-12-151-4/+1
* spice-channel: cleanup, get rid of wait_interruptible variableHans de Goede2011-12-142-9/+1
* Disable mouse accelleration when grabbing the mouse (in server mode)Hans de Goede2011-12-141-0/+33
* windows: fix broken left shiftMarc-André Lureau2011-12-131-0/+1
* Wrap in window, because windows doens't receive mouse events outside itMarc-André Lureau2011-12-131-11/+15
* windows: clip pointer when grabbed, so it stays inside widgetMarc-André Lureau2011-12-131-1/+15
* Fix crash on mouse server mode grab with gtk2Marc-André Lureau2011-12-121-1/+1
* build: add missing smartcard manager in python bindingMarc-André Lureau2011-12-121-0/+2
* spice-widget: rename mouse_update to update_mouse_mode.Hans de Goede2011-12-101-4/+4
* spice-widget: cleanup mouse handling.Hans de Goede2011-12-101-11/+9
* build: fix build issue because of double declarationMarc-André Lureau2011-12-091-2/+0
* use "connection" instead of "connexion"Michael Chudobiak2011-12-091-1/+1
* Take the grab when mouse switching to client modeMarc-André Lureau2011-12-091-1/+11
* Do not send ungrab key sequence to the serverMarc-André Lureau2011-12-091-11/+10
* Don't leak cursor shape objectsMarc-André Lureau2011-12-091-0/+20
* Refresh mouse shape/visibility when changing mouse modeMarc-André Lureau2011-12-091-4/+3
* Correctly hide client pointer (in server mode)Marc-André Lureau2011-12-091-2/+7
* Document the pointer ungrab for drag-n-drop in multiheadMarc-André Lureau2011-12-091-1/+9
* Draw mouse with cairo in server modeMarc-André Lureau2011-12-093-56/+88
* Ignore the first mouse click when taking the grabMarc-André Lureau2011-12-091-6/+10
* Grab on the display tooMarc-André Lureau2011-12-091-0/+10
* Add a get_blank_cursor() helperMarc-André Lureau2011-12-091-4/+9
* Use the border margin from recalc_geometry()Marc-André Lureau2011-12-092-8/+3