aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino1-10/+4
2012-01-13vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi1-1/+1
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori3-3/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil2-2/+2
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-02fix spelling in ui sub directoryDong Xu Wang1-2/+2
2011-11-11ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster1-5/+7
2011-11-10ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster1-14/+5
2011-11-01Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into stagingAnthony Liguori1-0/+2
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil4-11/+11
2011-11-01cocoa: Close sheet after image file selectionAndreas Färber1-0/+2
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-133/+141
2011-10-27qapi: Convert query-spiceLuiz Capitulino1-81/+58
2011-10-27qapi: Convert query-vncLuiz Capitulino1-52/+83
2011-10-25spice: fix file handle cleanupGerd Hoffmann1-1/+1
2011-10-25ui/spice-core: fix segfault in monitorAlon Levy1-1/+1
2011-10-25spice: Convert core to QEMU thread APIJan Kiszka1-4/+4
2011-10-25spice: support the new migration interface (spice 0.8.3)Yonit Halperin1-1/+55
2011-10-25spice: turn client_migrate_info to asyncYonit Halperin2-6/+18
2011-10-20migration: Export a function that tells if the migration has finished correctlyJuan Quintela1-2/+2
2011-09-21use qemu_* ctype functionsChristoph Egger1-1/+1
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka1-2/+0
2011-09-15Drop the vm_running global variableLuiz Capitulino1-3/+3
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino2-2/+5
2011-09-09vns/tls: don't use depricated gnutls functionsGerd Hoffmann1-19/+49
2011-09-07spice: workaround a spice server bug.Gerd Hoffmann1-1/+24
2011-09-07spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993Yonit Halperin1-1/+2
2011-08-22sdl: Don't release input on mouse mode change in full-screen modeJan Kiszka1-1/+3
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori14-93/+93
2011-08-10ui/spice-core: report compiled-version in info spice/query-spiceAlon Levy1-0/+8
2011-08-05sdl: Refactor sdl_send_mouse_eventJan Kiszka1-11/+11
2011-08-05sdl: Factor out event handlers from sdl_refreshJan Kiszka1-205/+271
2011-08-05sdl: Add zoom hot keysJan Kiszka1-0/+13
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka1-3/+10
2011-08-05sdl: Never release input while in full screen modeJan Kiszka1-3/+4
2011-08-05sdl: Consistently avoid grabbing input for text consolesJan Kiszka1-3/+6
2011-08-05sdl: Initialize gui_fullscreen earlier during setupJan Kiszka1-4/+5
2011-08-05sdl: Drop bogus gui_fullscreen_initial_grabJan Kiszka1-3/+1
2011-08-05sdl: Restore scaling mode on return from full screenJan Kiszka1-15/+33
2011-08-05sdl: Fix full screen toggling from scaled modeJan Kiszka1-1/+2
2011-08-05sdl: Properly mark modifier+u as hotkeyJan Kiszka1-0/+1
2011-08-05sdl: Avoid redundant scaling deactivationJan Kiszka1-4/+6
2011-08-05sdl: Do not make full screen mode resizableJan Kiszka1-2/+5
2011-08-05sdl: Fix termination in -no-shutdown modeJan Kiszka1-1/+3
2011-08-03qxl: async io support using new spice apiAlon Levy2-15/+59
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann2-58/+0
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann2-6/+12