summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-09-231-2/+5
|\
| * block: Accept device model name for blockdev-change-mediumKevin Wolf2016-09-231-1/+3
| * block: Accept device model name for ejectKevin Wolf2016-09-231-1/+2
* | vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
|/
* ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth2016-09-151-0/+1
* ui/cocoa.m: Make a better about dialogProgrammingkid2016-09-151-3/+104
* vnc: fix qemu crash because of SIGSEGVGonglei2016-09-131-0/+4
* ui/curses.c: Clean up nextchr logicPeter Maydell2016-09-131-11/+4Star
* ui/curses.c: Ensure we don't read off the end of curses2qemu arrayPeter Maydell2016-09-131-1/+4
* ui: fix refresh of VNC server surfaceDaniel P. Berrange2016-08-301-9/+11
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* error: Fix error_printf() calls lacking newlinesMarkus Armbruster2016-08-081-1/+1
* vnc: ensure connection sharing/limits is always configuredDaniel P. Berrange2016-08-031-0/+3
* vnc: fix crash when vnc_server_info_get has an errorDaniel P. Berrange2016-08-031-1/+1
* vnc: don't crash getting server info if lsock is NULLDaniel P. Berrange2016-08-031-0/+5
* vnc-tight: fix regression with libxenstorePeter Lieven2016-07-151-7/+21
* vnc-enc-tight: fix off-by-one bugHerongguang (Stephen)2016-07-151-1/+2
* vnc: make sure we finish disconnectGerd Hoffmann2016-07-151-0/+5
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-126-22/+18Star
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-123-7/+7
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...Peter Maydell2016-07-121-129/+140
|\
| * input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}Gerd Hoffmann2016-07-121-45/+47
| * input-linux: factor out input_linux_handle_keyboardGerd Hoffmann2016-07-121-49/+54
| * input-linux: factor out input_linux_handle_mouseGerd Hoffmann2016-07-121-49/+53
* | ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange2016-07-121-4/+9
* | vnc-enc-tight: use thread local storage for palettePeter Lieven2016-07-121-11/+12
* | vnc: fix incorrect checking condition when updating clientGonglei2016-07-121-1/+1
|/
* gtk: fix buildGerd Hoffmann2016-07-111-0/+1
* virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-064-3/+7
* spice: use the right head for multi-monitorMarc-André Lureau2016-07-061-7/+6Star
* spice: avoid .set_mm_time on >= 0.12.6John Snow2016-07-061-0/+4
* 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