summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* vnc: send cursor when a new client is connectingFrediano Ziglio2016-03-081-0/+3
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2016-03-051-1/+1
* ui: Shorten references into InputEventEric Blake2016-03-052-33/+46
* util: Shorten references into SocketAddressEric Blake2016-03-051-19/+20
* qapi: promote input-send-event to stableGerd Hoffmann2016-03-011-3/+3
* qapi: rename input buttonsGerd Hoffmann2016-03-017-14/+14
* qapi: switch x-input-send-event from console to device+headGerd Hoffmann2016-03-011-5/+10
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2016-03-013-22/+31
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-9/+11
|\
| * chardev: Properly initialize ChardevCommon componentsEric Blake2016-02-251-9/+11
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell2016-02-233-12/+287
|\ \
| * | Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2016-02-231-1/+2
| * | spice/gl: tweak debug messages.Gerd Hoffmann2016-02-231-5/+7
| * | spice/gl: add unblock timerGerd Hoffmann2016-02-231-0/+16
| * | spice: add opengl/virgl/dmabuf supportGerd Hoffmann2016-02-232-4/+121
| * | spice: reset cursor on resizeMarc-André Lureau2016-02-231-2/+12
| * | egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2016-02-231-0/+129
| * | spice: init dcl before registering qxl interfaceGerd Hoffmann2016-02-231-3/+3