summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* vnc: generalize "VNC server running on ..." messagePaolo Bonzini2016-06-291-11/+12
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+48
|\
| * trace: split out trace events for ui/ directoryDaniel P. Berrange2016-06-201-0/+48
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-202-16/+7Star
|/
* console: ignore ui_info updates which don't actually update somethingGerd Hoffmann2016-06-101-1/+6
* ui/console-gl: Add support for big endian display surfacesThomas Huth2016-06-101-0/+5
* gtk: fix vte version checkOlaf Hering2016-06-101-1/+1
* ui: fix regression in printing VNC host/port on startupDaniel P. Berrange2016-06-101-1/+1
* vnc: drop unused depth arg for set_pixel_formatGerd Hoffmann2016-06-101-4/+2Star
* SPICE: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-072-2/+0Star
* vnc: add configurable keyboard delayGerd Hoffmann2016-06-032-2/+12
* sdl2: skip init without outputsGerd Hoffmann2016-06-031-0/+3
* vnc: Add support for color mapAlexander Graf2016-06-031-2/+31
* SDL2: add bgrx pixel formatPavel Dovgalyuk2016-06-031-0/+3
* gtk: fix unchecked vc dereferenceGerd Hoffmann2016-06-031-1/+2
* ui: spice: Exit if gl=on EGL init failsCole Robinson2016-06-031-2/+4
* ui: egl: Replace fprintf with error_reportCole Robinson2016-06-031-13/+14
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia2016-05-131-10/+13
* gtk: update grab code for gtk 3.20Gerd Hoffmann2016-05-121-6/+43
* spice: fix coverity complainsGonglei2016-05-121-3/+1Star
* egl-helpers: fix possible resource leakGonglei2016-05-121-6/+3Star
* Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal2016-05-121-4/+4
* spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2016-05-121-0/+30
* ui/gtk: copy to clipboard supportMichael S. Tsirkin2016-05-121-0/+18
* ui: gtk: Fix some deprecation warningsCole Robinson2016-05-111-7/+13
* ui: gtk: Fix a runtime warning on vte >= 0.37Cole Robinson2016-05-111-1/+12
* ui: sdl2: Release grab before opening console windowCole Robinson2016-05-111-0/+4
* ui: gtk: fix crash when terminal inner-border is NULLCole Robinson2016-05-111-4/+6
* input-linux: refine mouse detectionGerd Hoffmann2016-04-131-5/+25
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2016-04-111-0/+11
* ui/cocoa.m: Add support for cdr filesJohn Arbuckle2016-04-041-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-248-1/+7
|\
| * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-223-0/+3
| * Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160324-1' into st...Peter Maydell2016-03-242-33/+133
|\ \
| * | spice: Disallow use of gl + TCP portChristophe Fergeau2016-03-241-0/+5
| * | input-linux: fix Coverity warningGerd Hoffmann2016-03-241-0/+7
| * | input-linux: switch over to -objectGerd Hoffmann2016-03-241-33/+121
| |/
* | ui/cocoa.m: switch to QKeyCodeJohn Arbuckle2016-03-231-176/+141Star
* | ui/cocoa.m: fix help menusJohn Arbuckle2016-03-231-4/+27
|/
* qapi: Don't special-case simple union wrappersEric Blake2016-03-186-43/+45
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-163-3/+3
* ui/console: add escape sequence \e[5, 6nRen Kimura2016-03-091-15/+41
* input-linux: add switch to enable auto-repeat eventsGerd Hoffmann2016-03-081-1/+6
* input-linux: add option to toggle grab on all devicesGerd Hoffmann2016-03-081-0/+29
* input: linux evdev supportGerd Hoffmann2016-03-082-0/+358