summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui2010-09-041-4/+4
* vnc: tight: remove unused variableSerge Ziryukin2010-09-041-2/+0
* size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen2010-09-041-4/+4
* vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura2010-08-221-1/+1
* win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil2010-08-151-0/+4
* Initialize a variable in all casesBlue Swirl2010-07-311-0/+2
* Fix uint8_t comparison with negative valueBlue Swirl2010-07-311-1/+1
* Fix mingw32 buildBlue Swirl2010-07-271-9/+9
* Initialize a variable in all casesBlue Swirl2010-07-271-0/+2
* Fix uint8_t comparisons with negative valuesBlue Swirl2010-07-271-3/+3
* vnc: tight: split send_sub_rectCorentin Chary2010-07-261-25/+55
* vnc: tight: fix rgb_prepare_rowCorentin Chary2010-07-261-5/+10
* vnc: add missing lock for vnc_cursor_define()Corentin Chary2010-07-261-0/+2
* vnc: threaded VNC serverCorentin Chary2010-07-265-25/+663
* vnc: fix tight png memory leakCorentin Chary2010-07-261-0/+3
* vnc: encapsulate encoding membersCorentin Chary2010-07-265-156/+163
* vnc: tight: stop using qdict for palette stuffCorentin Chary2010-07-263-128/+234
* vnc: tight: specific zlib level and filters for each compression levelCorentin Chary2010-07-261-1/+18
* vnc: tight add PNG encodingCorentin Chary2010-07-264-54/+304
* vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary2010-07-261-2/+3
* vnc: tight: don't forget do at the last colorCorentin Chary2010-07-261-1/+1
* vnc: rename vnc-encoding-* vnc-enc-*Corentin Chary2010-07-265-7/+7
* ui: move all ui components in ui/Corentin Chary2010-07-2628-0/+11355
OpenPOWER on IntegriCloud