aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann
2013-12-02Don't crash on keyboard input with no handlerDon Koch
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann
2013-11-13console: Remove unused debug codeStefan Weil
2013-11-13qemu-char: add missing characters used in keymapsJan Krupa
2013-11-13qemu-char: add support for U-prefixed symbolsJan Krupa
2013-11-13qemu-char: add Czech characters to VNC keysymsJan Krupa
2013-11-06sdl: Reverse support for video mode settingLei Li
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-17spice: fix multihead supportGerd Hoffmann
2013-10-17spice-display: add display channel id to the debug messages.Gerd Hoffmann
2013-10-17Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau
2013-10-17spice: replace use of deprecated APIMarc-André Lureau
2013-10-16ui/Makefile.objs: delete unnecessary cocoa.o dependencyPeter Maydell
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-30spice: fix display initializationGerd Hoffmann
2013-07-29migration: fix spice migrationStefan Hajnoczi
2013-07-22gtk: Fix accelerator filteringJan Kiszka
2013-06-28console: Hook QemuConsoles into qom treeGerd Hoffmann
2013-06-28gtk: add support for surface conversionGerd Hoffmann
2013-06-24Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori
2013-06-24spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-06-10gtk: use better iconAnthony Liguori
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori