Age | Commit message (Expand) | Author | Files | Lines |
2011-12-14 | Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging | Anthony Liguori | 3 | -3/+3 |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil | 2 | -2/+2 |
2011-12-12 | qemu-thread: add API for joinable threads | Jan Kiszka | 1 | -1/+1 |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang | 1 | -1/+1 |
2011-12-02 | fix spelling in ui sub directory | Dong Xu Wang | 1 | -2/+2 |
2011-11-11 | ui: Plug memory leaks on parse_keyboard_layout() error path | Markus Armbruster | 1 | -5/+7 |
2011-11-10 | ui/vnc: Convert sasl.mechlist to g_malloc() & friends | Markus Armbruster | 1 | -14/+5 |
2011-11-01 | Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into staging | Anthony Liguori | 1 | -0/+2 |
2011-11-01 | ui/vnc: Fix use of free() instead of g_free() | Stefan Weil | 4 | -11/+11 |
2011-11-01 | cocoa: Close sheet after image file selection | Andreas Färber | 1 | -0/+2 |
2011-10-31 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 2 | -133/+141 |
2011-10-27 | qapi: Convert query-spice | Luiz Capitulino | 1 | -81/+58 |
2011-10-27 | qapi: Convert query-vnc | Luiz Capitulino | 1 | -52/+83 |
2011-10-25 | spice: fix file handle cleanup | Gerd Hoffmann | 1 | -1/+1 |
2011-10-25 | ui/spice-core: fix segfault in monitor | Alon Levy | 1 | -1/+1 |
2011-10-25 | spice: Convert core to QEMU thread API | Jan Kiszka | 1 | -4/+4 |
2011-10-25 | spice: support the new migration interface (spice 0.8.3) | Yonit Halperin | 1 | -1/+55 |
2011-10-25 | spice: turn client_migrate_info to async | Yonit Halperin | 2 | -6/+18 |
2011-10-20 | migration: Export a function that tells if the migration has finished correctly | Juan Quintela | 1 | -2/+2 |
2011-09-21 | use qemu_* ctype functions | Christoph Egger | 1 | -1/+1 |
2011-09-21 | Drop unneeded pthread.h inclusions | Jan Kiszka | 1 | -2/+0 |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino | 1 | -3/+3 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 2 | -2/+5 |
2011-09-09 | vns/tls: don't use depricated gnutls functions | Gerd Hoffmann | 1 | -19/+49 |
2011-09-07 | spice: workaround a spice server bug. | Gerd Hoffmann | 1 | -1/+24 |
2011-09-07 | spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993 | Yonit Halperin | 1 | -1/+2 |
2011-08-22 | sdl: Don't release input on mouse mode change in full-screen mode | Jan Kiszka | 1 | -1/+3 |
2011-08-21 | Convert last qemu_free and qemu_malloc uses | Blue Swirl | 1 | -3/+3 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 14 | -93/+93 |
2011-08-10 | ui/spice-core: report compiled-version in info spice/query-spice | Alon Levy | 1 | -0/+8 |
2011-08-05 | sdl: Refactor sdl_send_mouse_event | Jan Kiszka | 1 | -11/+11 |
2011-08-05 | sdl: Factor out event handlers from sdl_refresh | Jan Kiszka | 1 | -205/+271 |
2011-08-05 | sdl: Add zoom hot keys | Jan Kiszka | 1 | -0/+13 |
2011-08-05 | sdl: Dynamically grab input in absolute mouse mode | Jan Kiszka | 1 | -6/+37 |
2011-08-05 | sdl: Fix cursor handling when switching consoles in absolute mouse mode | Jan Kiszka | 1 | -3/+10 |
2011-08-05 | sdl: Never release input while in full screen mode | Jan Kiszka | 1 | -3/+4 |
2011-08-05 | sdl: Consistently avoid grabbing input for text consoles | Jan Kiszka | 1 | -3/+6 |
2011-08-05 | sdl: Initialize gui_fullscreen earlier during setup | Jan Kiszka | 1 | -4/+5 |
2011-08-05 | sdl: Drop bogus gui_fullscreen_initial_grab | Jan Kiszka | 1 | -3/+1 |
2011-08-05 | sdl: Restore scaling mode on return from full screen | Jan Kiszka | 1 | -15/+33 |
2011-08-05 | sdl: Fix full screen toggling from scaled mode | Jan Kiszka | 1 | -1/+2 |
2011-08-05 | sdl: Properly mark modifier+u as hotkey | Jan Kiszka | 1 | -0/+1 |
2011-08-05 | sdl: Avoid redundant scaling deactivation | Jan Kiszka | 1 | -4/+6 |
2011-08-05 | sdl: Do not make full screen mode resizable | Jan Kiszka | 1 | -2/+5 |
2011-08-05 | sdl: Fix termination in -no-shutdown mode | Jan Kiszka | 1 | -1/+3 |
2011-08-03 | qxl: async io support using new spice api | Alon Levy | 2 | -15/+59 |
2011-08-01 | spice/qxl: move worker wrappers | Gerd Hoffmann | 2 | -58/+0 |
2011-08-01 | spice: add qemu_spice_display_init_common | Gerd Hoffmann | 2 | -6/+12 |
2011-08-01 | spice: add worker wrapper functions. | Gerd Hoffmann | 2 | -6/+111 |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl | 2 | -2/+2 |