aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-06-14cocoa: Avoid warning related to multiple handleEvent: definitionsAndreas Färber1-1/+2
2011-06-14cocoa: Provide central qemu_main() prototypeAndreas Färber1-3/+3
2011-06-14Cocoa: avoid displaying window when command-line contains '-h' or '-help'Alexandre Raymond1-1/+2
2011-06-14cocoa: do not create a spurious window for -versionTristan Gingold1-3/+12
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori1-8/+18
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2-5/+0
2011-06-06spice: require spice 0.6.0 or newer.Gerd Hoffmann1-8/+0
2011-06-06spice: add SASL supportMarc-André Lureau1-0/+12
2011-06-06spice: add option for disabling copy paste supportHans de Goede1-0/+6
2011-05-15set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...Michael Tokarev1-0/+12
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann1-6/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann2-0/+15
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann2-21/+43
2011-05-03Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen1-2/+10
2011-04-10vnc: tight: Fix crash after 2GB of outputMichael Tokarev2-4/+5
2011-04-01vnc: added missing name->keysym pairs for Polish national charactersLeszek Grzegorek1-0/+18
2011-04-01ui/sdl: Load optional QEMU iconStefan Weil1-0/+13
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1
2011-03-22fix vnc regressionWen Congyang1-2/+6
2011-03-22Make VNC support optionalJes Sorensen1-4/+10
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen1-12/+8
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2-7/+7
2011-03-15win32: implement missing timersubBlue Swirl1-3/+3
2011-03-13Refactor thread retrieval and checkJan Kiszka1-1/+1
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil2-8/+7
2011-02-25vnc: fix a memory leak in threaded vnc serverCorentin Chary1-0/+2
2011-02-24ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell1-0/+4
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil1-0/+1
2011-02-23vnc: add a non-adaptive optionCorentin Chary3-5/+11
2011-02-23vnc: tight: tweak adaptive tight settingsCorentin Chary1-10/+10
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary1-5/+5
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary2-73/+25
2011-02-23vnc: fix lossy rect refreshingCorentin Chary1-4/+8
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary2-3/+4
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary8-1/+1540
2011-02-23vnc: palette: and fill and color calls.Corentin Chary2-0/+35
2011-02-23vnc: palette: add palette_init callsCorentin Chary2-1/+8
2011-02-23vnc: palette: use a pool to reduce memory allocationsCorentin Chary2-17/+4
2011-02-23vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary1-13/+62
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary3-3/+69
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary2-0/+120
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary1-1/+3
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