summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/vnc.2' into stagingAnthony Liguori2012-02-152-3/+148
|\
| * vnc: lift modifier keys on client disconnect.Gerd Hoffmann2012-02-101-0/+25
| * vnc: implement shared flag handling.Gerd Hoffmann2012-02-102-0/+114
| * vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann2012-02-101-2/+8
| * Fix vnc memory corruption with width = 1400Gerd Hoffmann2012-02-101-1/+1
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka2012-02-011-0/+4
* sdl: Grab input on end of non-absolute mouse clickJan Kiszka2012-02-011-2/+1
* Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka2012-02-011-6/+3
* sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka2012-02-011-12/+14
* sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka2012-02-011-14/+16
* vnc: Simplify vnc_display_password()Luiz Capitulino2012-01-181-10/+4
* vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi2012-01-131-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-143-3/+3
|\
| * Fix spelling in comments, documentation and messagesStefan Weil2011-12-142-2/+2
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* | qemu-thread: add API for joinable threadsJan Kiszka2011-12-121-1/+1
|/
* fix spelling in ui sub directoryDong Xu Wang2011-12-021-2/+2
* ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster2011-11-111-5/+7
* ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster2011-11-101-14/+5
* Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into stagingAnthony Liguori2011-11-011-0/+2
|\
| * cocoa: Close sheet after image file selectionAndreas Färber2011-11-011-0/+2
* | ui/vnc: Fix use of free() instead of g_free()Stefan Weil2011-11-014-11/+11
|/
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-10-312-133/+141
|\
| * qapi: Convert query-spiceLuiz Capitulino2011-10-271-81/+58
| * qapi: Convert query-vncLuiz Capitulino2011-10-271-52/+83
* | spice: fix file handle cleanupGerd Hoffmann2011-10-251-1/+1
* | ui/spice-core: fix segfault in monitorAlon Levy2011-10-251-1/+1
* | spice: Convert core to QEMU thread APIJan Kiszka2011-10-251-4/+4
* | spice: support the new migration interface (spice 0.8.3)Yonit Halperin2011-10-251-1/+55
* | spice: turn client_migrate_info to asyncYonit Halperin2011-10-252-6/+18
|/
* migration: Export a function that tells if the migration has finished correctlyJuan Quintela2011-10-201-2/+2
* use qemu_* ctype functionsChristoph Egger2011-09-211-1/+1
* Drop unneeded pthread.h inclusionsJan Kiszka2011-09-211-2/+0
* Drop the vm_running global variableLuiz Capitulino2011-09-151-3/+3
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-152-2/+5
* vns/tls: don't use depricated gnutls functionsGerd Hoffmann2011-09-091-19/+49
* spice: workaround a spice server bug.Gerd Hoffmann2011-09-071-1/+24
* spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993Yonit Halperin2011-09-071-1/+2
* sdl: Don't release input on mouse mode change in full-screen modeJan Kiszka2011-08-221-1/+3
* Convert last qemu_free and qemu_malloc usesBlue Swirl2011-08-211-3/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-2014-93/+93
* ui/spice-core: report compiled-version in info spice/query-spiceAlon Levy2011-08-101-0/+8
* sdl: Refactor sdl_send_mouse_eventJan Kiszka2011-08-051-11/+11
* sdl: Factor out event handlers from sdl_refreshJan Kiszka2011-08-051-205/+271
* sdl: Add zoom hot keysJan Kiszka2011-08-051-0/+13
* sdl: Dynamically grab input in absolute mouse modeJan Kiszka2011-08-051-6/+37
* sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka2011-08-051-3/+10
* sdl: Never release input while in full screen modeJan Kiszka2011-08-051-3/+4
* sdl: Consistently avoid grabbing input for text consolesJan Kiszka2011-08-051-3/+6
OpenPOWER on IntegriCloud