aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2010-11-16Merge remote branch 'spice/bugfix.2' into stagingAnthony Liguori
2010-11-09spice: add audioGerd Hoffmann
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann
2010-11-02spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann
2010-11-02spice-core: fix watching for write eventsHans de Goede
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault
2010-10-13vnc: avoid write only variablesBlue Swirl
2010-10-08spice: add misc config optionsGerd Hoffmann
2010-10-08spice: add config options for the listening addressGerd Hoffmann
2010-10-08spice: add config options for channel security.Gerd Hoffmann
2010-10-08spice: make compression configurable.Yonit Halperin
2010-10-08spice: tls supportGerd Hoffmann
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori
2010-10-05Fix spelling in commentsStefan Weil
2010-09-21spice: add tablet supportGerd Hoffmann
2010-09-21spice: simple displayGerd Hoffmann
2010-09-21spice: add mouseGerd Hoffmann
2010-09-21spice: add keyboardGerd Hoffmann
2010-09-21spice: core bitsGerd Hoffmann
2010-09-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui
2010-09-04vnc: tight: remove unused variableSerge Ziryukin
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil
2010-07-31Initialize a variable in all casesBlue Swirl
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl
2010-07-27Fix mingw32 buildBlue Swirl
2010-07-27Initialize a variable in all casesBlue Swirl
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl
2010-07-26vnc: tight: split send_sub_rectCorentin Chary
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary
2010-07-26vnc: threaded VNC serverCorentin Chary
2010-07-26vnc: fix tight png memory leakCorentin Chary
2010-07-26vnc: encapsulate encoding membersCorentin Chary
2010-07-26vnc: tight: stop using qdict for palette stuffCorentin Chary
2010-07-26vnc: tight: specific zlib level and filters for each compression levelCorentin Chary
2010-07-26vnc: tight add PNG encodingCorentin Chary
2010-07-26vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary
2010-07-26vnc: tight: don't forget do at the last colorCorentin Chary
2010-07-26vnc: rename vnc-encoding-* vnc-enc-*Corentin Chary
2010-07-26ui: move all ui components in ui/Corentin Chary