Age | Commit message (Expand) | Author | Files | Lines |
2014-01-20 | gtk: Support keyboard translation for hosts running Windows | Stefan Weil | 1 | -3/+15 |
2014-01-12 | ui/cocoa: Remove stray tabs | Peter Maydell | 1 | -3/+3 |
2014-01-12 | ui/cocoa: Draw black rectangle if we have no data yet | Peter Maydell | 1 | -1/+6 |
2014-01-12 | ui/cocoa: Redraw at correct size when switching surface | Peter Maydell | 1 | -7/+17 |
2014-01-12 | ui/cocoa: Fix code for starting QEMU via image file load dialog | Peter Maydell | 1 | -6/+6 |
2014-01-12 | ui/cocoa: Add ".qcow2" to extension list for image load dialog | Peter Maydell | 1 | -1/+1 |
2014-01-12 | ui/cocoa: Send warning message to stderr, not stdout | Peter Maydell | 1 | -1/+1 |
2014-01-12 | ui/cocoa: Correct typos in comments and variable names | Peter Maydell | 1 | -14/+14 |
2014-01-12 | ui/cocoa: Pass command key through to guest when VM has mousegrab | Peter Maydell | 1 | -7/+18 |
2013-12-23 | ui/cocoa: Use macro ARRAY_SIZE where possible | Stefan Weil | 1 | -3/+2 |
2013-12-16 | spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*() | Gerd Hoffmann | 1 | -2/+2 |
2013-12-16 | spice: move qemu_spice_display_*() from spice-graphics to spice-core | Gerd Hoffmann | 2 | -17/+16 |
2013-12-16 | spice: flip streaming video mode to off by default | Gerd Hoffmann | 1 | -0/+2 |
2013-12-02 | Don't crash on keyboard input with no handler | Don Koch | 1 | -1/+1 |
2013-12-02 | misc: Replace 'struct QEMUTimer' by 'QEMUTimer' | Stefan Weil | 1 | -1/+1 |
2013-12-02 | gtk: Replace conditional debug messages by trace methods | Stefan Weil | 1 | -14/+5 |
2013-12-02 | console: Replace conditional debug messages by trace methods | Stefan Weil | 1 | -8/+3 |
2013-12-02 | trace: Remove trace.h from console.h (less dependencies) | Stefan Weil | 1 | -0/+1 |
2013-11-25 | curses: fixup SIGWINCH handler mess | Gerd Hoffmann | 1 | -16/+28 |
2013-11-13 | console: Remove unused debug code | Stefan Weil | 1 | -33/+0 |
2013-11-13 | qemu-char: add missing characters used in keymaps | Jan Krupa | 1 | -0/+365 |
2013-11-13 | qemu-char: add support for U-prefixed symbols | Jan Krupa | 1 | -0/+6 |
2013-11-13 | qemu-char: add Czech characters to VNC keysyms | Jan Krupa | 1 | -0/+8 |
2013-11-06 | sdl: Reverse support for video mode setting | Lei Li | 1 | -4/+19 |
2013-10-26 | misc: Spelling and grammar fixes in comments | Stefan Weil | 1 | -1/+1 |
2013-10-18 | Merge remote-tracking branch 'bonzini/configure' into staging | Anthony Liguori | 1 | -2/+0 |
2013-10-17 | spice: fix multihead support | Gerd Hoffmann | 2 | -7/+40 |
2013-10-17 | spice-display: add display channel id to the debug messages. | Gerd Hoffmann | 1 | -13/+14 |
2013-10-17 | Fix VNC SASL authentication when using a QXL device | Christophe Fergeau | 1 | -0/+1 |
2013-10-17 | spice: replace use of deprecated API | Marc-André Lureau | 2 | -13/+12 |
2013-10-16 | ui/Makefile.objs: delete unnecessary cocoa.o dependency | Peter Maydell | 1 | -2/+0 |
2013-09-10 | spice-core: Use g_strdup_printf instead of snprintf | Christophe Fergeau | 1 | -14/+14 |
2013-08-27 | gtk: Remove unused include statements which are not portable | Stefan Weil | 1 | -4/+0 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 3 | -23/+23 |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh | 3 | -1/+3 |
2013-07-30 | spice: fix display initialization | Gerd Hoffmann | 1 | -0/+5 |
2013-07-29 | migration: fix spice migration | Stefan Hajnoczi | 1 | -1/+1 |
2013-07-22 | gtk: Fix accelerator filtering | Jan Kiszka | 1 | -21/+18 |
2013-06-28 | console: Hook QemuConsoles into qom tree | Gerd Hoffmann | 1 | -0/+10 |
2013-06-28 | gtk: add support for surface conversion | Gerd Hoffmann | 1 | -23/+40 |
2013-06-24 | Merge remote-tracking branch 'spice/spice.v71' into staging | Anthony Liguori | 1 | -0/+13 |
2013-06-24 | spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850) | Hans de Goede | 1 | -0/+13 |
2013-06-21 | vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client | Michael Tokarev | 1 | -7/+8 |
2013-06-16 | gtk: Fix compiler warning (GTK 3 deprecated function) | Stefan Weil | 1 | -0/+4 |
2013-06-14 | create qemu_openpty_raw() helper function and move it to a separate file | Michael Tokarev | 1 | -9/+3 |
2013-06-11 | gtk: implement -full-screen | Peter Wu | 1 | -1/+5 |
2013-06-10 | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth | 2 | -0/+6 |
2013-06-10 | gtk: use better icon | Anthony Liguori | 1 | -1/+1 |
2013-06-03 | gtk: don't use g_object_unref on GdkCursor | Anthony Liguori | 1 | -1/+1 |
2013-06-03 | gtk: don't resize window when enabling scaling | Anthony Liguori | 1 | -1/+3 |