summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2011-02-04vnc: qemu can die if the client is disconnected while updating screenCorentin Chary1-0/+4
2011-02-04ui/sdl: Fix handling of caps lock and num lock keysStefan Weil1-0/+8
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2-0/+32
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori1-2/+2
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori1-10/+27
2011-01-29sdl: remove unused variableBlue Swirl1-6/+0
2011-01-24vnc: fix numlock+capslock trackingGerd Hoffmann1-2/+2
2011-01-24spice: add chardev (v5)Alon Levy1-0/+3
2011-01-24spice/vnc: client migration.Gerd Hoffmann2-0/+29
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl3-9/+9
2011-01-12vnc-auth-sasl: fix a memory leakBlue Swirl1-6/+8
2010-12-09vnc/spice: add set_passwd monitor command.Gerd Hoffmann2-0/+40
2010-12-09vnc: support password expireGerd Hoffmann2-0/+15
2010-12-09vnc: auth reject cleanupGerd Hoffmann1-17/+13
2010-12-09spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2-0/+139
2010-12-09spice: connection events.Gerd Hoffmann1-0/+75
2010-12-09spice: add qxl deviceGerd Hoffmann1-0/+15
2010-11-16Merge remote branch 'spice/bugfix.2' into stagingAnthony Liguori3-17/+17
2010-11-09spice: add audioGerd Hoffmann2-0/+2
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann2-14/+14
2010-11-02spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann1-2/+2
2010-11-02spice-core: fix watching for write eventsHans de Goede1-1/+1
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori1-6/+202
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-2/+1
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault2-3/+7
2010-10-13vnc: avoid write only variablesBlue Swirl1-0/+8
2010-10-08spice: add misc config optionsGerd Hoffmann1-1/+28
2010-10-08spice: add config options for the listening addressGerd Hoffmann1-2/+11
2010-10-08spice: add config options for channel security.Gerd Hoffmann1-0/+28
2010-10-08spice: make compression configurable.Yonit Halperin1-2/+75
2010-10-08spice: tls supportGerd Hoffmann1-4/+63
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori5-0/+928
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-21spice: add tablet supportGerd Hoffmann2-8/+88
2010-09-21spice: simple displayGerd Hoffmann3-0/+482
2010-09-21spice: add mouseGerd Hoffmann1-0/+52
2010-09-21spice: add keyboardGerd Hoffmann3-0/+88
2010-09-21spice: core bitsGerd Hoffmann2-0/+226
2010-09-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui1-4/+4
2010-09-04vnc: tight: remove unused variableSerge Ziryukin1-2/+0
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen1-4/+4
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil1-0/+4
2010-07-31Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl1-1/+1
2010-07-27Fix mingw32 buildBlue Swirl1-9/+9
2010-07-27Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl1-3/+3
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10