aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-13sdl2: fix build failure on windowsGerd Hoffmann
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth
2017-01-10gtk: avoid oob array accessMarc-André Lureau
2017-01-10egl-helpers: Change file licensing to LGPLv2Frediano Ziglio
2017-01-10sdl2: set window IDSamuel Thibault
2017-01-10console: move window ID code from baum to sdlSamuel Thibault
2017-01-10console: add API to get underlying gui window IDSamuel Thibault
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange
2017-01-10ui/gtk: fix crash at startup when no console is availableHervé Poussineau
2016-12-14ui/gtk: fix "Copy" menu item segfaultStefan Hajnoczi
2016-11-10ui/gtk: Fix build with older versions of gtkThomas Huth
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...Peter Maydell
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell
2016-10-28curses: fix left/right arrow translationSamuel Thibault
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau