aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2017-04-03vnc: allow to connect with add_client when -vnc noneMarc-André Lureau
2017-04-03Fix input-linux reading from deviceJavier Celaya
2017-03-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-...Peter Maydell
2017-03-28ui/console: use exclusive mechanism directlyAlex Bennée
2017-03-28ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée
2017-03-27vnc: fix reverse modeGerd Hoffmann
2017-03-27ui/egl-helpers: fix egl 1.5 display initGerd Hoffmann
2017-03-21add opengl_cflags to QEMU_CFLAGSGerd Hoffmann
2017-03-20vnc: fix a qio-channel leakMarc-André Lureau
2017-03-17ui/console: ensure graphic updates don't race with TCG vCPUsAlex Bennée
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-03-14ui/cocoa.m: add toast file supportProgrammingkid
2017-02-27vnc: fix double free issuesGerd Hoffmann
2017-02-27spice: add display & head optionsGerd Hoffmann
2017-02-27ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboardDaniel P. Berrange
2017-02-27gtk-egl: add scanout_disable supportGerd Hoffmann
2017-02-27sdl2: add scanout_disable supportGerd Hoffmann
2017-02-27spice: add scanout_disable supportGerd Hoffmann
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2017-02-20egl-helpers: Support newer MESA versionsFrediano Ziglio
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau
2017-02-09ui: add ability to specify multiple VNC listen addressesDaniel P. Berrange
2017-02-09ui: let VNC server listen on all resolved IP addressesDaniel P. Berrange
2017-02-09ui: extract code to connect/listen from vnc_display_openDaniel P. Berrange
2017-02-09ui: refactor code for populating SocketAddress from vnc_display_openDaniel P. Berrange
2017-02-08ui: refactor VncDisplay to allow multiple listening socketsDaniel P. Berrange
2017-02-08ui: fix reporting of VNC auth in query-vnc-serversDaniel P. Berrange
2017-02-08ui: fix regression handling bare 'websocket' option to -vncDaniel P. Berrange
2017-02-08vnc: do not disconnect on EAGAINMichael Tokarev
2017-02-08ui/vnc: Drop unused vnc_has_job() and vnc_jobs_clear()Peter Maydell
2017-02-02Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell
2017-01-31console: fix console resizeGerd Hoffmann
2017-01-31gtk: Hardcode LC_CTYPE as C.utf-8Kevin Wolf
2017-01-31char: remove class kind fieldMarc-André Lureau
2017-01-31char: get rid of CharDriverMarc-André Lureau
2017-01-31vnc: fix overflow in vnc_update_statsGerd Hoffmann
2017-01-31spice: wakeup QXL worker to pick up mouse changesMarc-André Lureau
2017-01-31ui/gtk.c: add ctrl-alt-= support for zoom in accelerationZiyue Yang
2017-01-31ui: fix format specfier in vnc to avoid break in build.Rami Rosen
2017-01-31ui/gtk: Fix mouse wheel on 3.4.0 or laterOGAWA Hirofumi
2017-01-31vnc: track LED state separatelyPierre Ossman
2017-01-31ui: add support for mice with extra/side buttonsFabian Lesniak
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-27vc: use a common prefix for chr callbacksMarc-André Lureau
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau
2017-01-27char: move callbacks in CharDriverMarc-André Lureau
2017-01-27char: use a const CharDriverMarc-André Lureau