summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08error: Fix error_printf() calls lacking newlinesMarkus Armbruster1-1/+1
2016-08-03vnc: ensure connection sharing/limits is always configuredDaniel P. Berrange1-0/+3
2016-08-03vnc: fix crash when vnc_server_info_get has an errorDaniel P. Berrange1-1/+1
2016-08-03vnc: don't crash getting server info if lsock is NULLDaniel P. Berrange1-0/+5
2016-07-15vnc-tight: fix regression with libxenstorePeter Lieven1-7/+21
2016-07-15vnc-enc-tight: fix off-by-one bugHerongguang (Stephen)1-1/+2
2016-07-15vnc: make sure we finish disconnectGerd Hoffmann1-0/+5
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster6-22/+18
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster3-7/+7
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...Peter Maydell1-129/+140
2016-07-12input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}Gerd Hoffmann1-45/+47
2016-07-12input-linux: factor out input_linux_handle_keyboardGerd Hoffmann1-49/+54
2016-07-12input-linux: factor out input_linux_handle_mouseGerd Hoffmann1-49/+53
2016-07-12ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange1-4/+9
2016-07-12vnc-enc-tight: use thread local storage for palettePeter Lieven1-11/+12
2016-07-12vnc: fix incorrect checking condition when updating clientGonglei1-1/+1
2016-07-11gtk: fix buildGerd Hoffmann1-0/+1
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau4-3/+7
2016-07-06spice: use the right head for multi-monitorMarc-André Lureau1-7/+6
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow1-0/+4
2016-06-29vnc: generalize "VNC server running on ..." messagePaolo Bonzini1-11/+12
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+48
2016-06-20trace: split out trace events for ui/ directoryDaniel P. Berrange1-0/+48
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2-16/+7
2016-06-10console: ignore ui_info updates which don't actually update somethingGerd Hoffmann1-1/+6
2016-06-10ui/console-gl: Add support for big endian display surfacesThomas Huth1-0/+5
2016-06-10gtk: fix vte version checkOlaf Hering1-1/+1
2016-06-10ui: fix regression in printing VNC host/port on startupDaniel P. Berrange1-1/+1
2016-06-10vnc: drop unused depth arg for set_pixel_formatGerd Hoffmann1-4/+2
2016-06-07SPICE: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-03vnc: add configurable keyboard delayGerd Hoffmann2-2/+12
2016-06-03sdl2: skip init without outputsGerd Hoffmann1-0/+3
2016-06-03vnc: Add support for color mapAlexander Graf1-2/+31
2016-06-03SDL2: add bgrx pixel formatPavel Dovgalyuk1-0/+3
2016-06-03gtk: fix unchecked vc dereferenceGerd Hoffmann1-1/+2
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-06-03ui: egl: Replace fprintf with error_reportCole Robinson1-13/+14
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia1-10/+13
2016-05-12gtk: update grab code for gtk 3.20Gerd Hoffmann1-6/+43
2016-05-12spice: fix coverity complainsGonglei1-3/+1
2016-05-12egl-helpers: fix possible resource leakGonglei1-6/+3
2016-05-12Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal1-4/+4
2016-05-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann1-0/+30
2016-05-12ui/gtk: copy to clipboard supportMichael S. Tsirkin1-0/+18
2016-05-11ui: gtk: Fix some deprecation warningsCole Robinson1-7/+13