aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov1-1/+1
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell2-2/+0
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-24/+13
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-2/+3
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-11Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201211-pull-request' i...Peter Maydell4-27/+49
2020-12-11sdl2: Add extra mouse buttonsDarrell Walisser1-0/+2
2020-12-11ui/vnc: Add missing lock for send_color_mapPeng Liang1-0/+2
2020-12-11vnc: add alpha cursor supportGerd Hoffmann2-3/+20
2020-12-11vnc: add pseudo encodingsGerd Hoffmann1-0/+2
2020-12-11vnc: drop unused copyrect featureGerd Hoffmann2-5/+0
2020-12-11vnc: use enum for featuresGerd Hoffmann1-12/+14
2020-12-11console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supportedGerd Hoffmann1-2/+10
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann1-6/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-11-25qxl: fix segfaultGerd Hoffmann1-1/+3
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-13console: avoid passing con=NULL to graphic_hw_update_done()lichun1-2/+3
2020-11-04Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...Peter Maydell5-13/+40
2020-11-04vnc: fix resource leak when websocket channel errorDing Hui5-13/+40
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau1-3/+29
2020-11-04console: modify ppm_save to take a pixman image refMarc-André Lureau2-8/+9
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini2-4/+4
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell4-16/+134
2020-10-21opengl: build opengl helper code modularGerd Hoffmann1-1/+7
2020-10-21opengl: build egl-headless display modularGerd Hoffmann1-1/+7
2020-10-21spice: flip modules switchGerd Hoffmann1-1/+10
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2-1/+19
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2-1/+9
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2-4/+20
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2-5/+6
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2-0/+10
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2-1/+7
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2-0/+15
2020-10-21spice: add module helpersGerd Hoffmann3-1/+24
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2-0/+2
2020-10-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-2/+5
2020-10-17meson: Only install icons and qemu.desktop if have_systemBruce Rogers1-2/+5
2020-10-15Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...Peter Maydell3-15/+23
2020-10-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-35/+36
2020-10-15meson: add spice dependency to core spice source files.Gerd Hoffmann1-1/+1
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann2-10/+9
2020-10-15ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann1-4/+13
2020-10-14ui: Fix default window_id valueSamuel Thibault1-0/+1
2020-10-14input-linux: Reset il->fd handler before closing itColin Xu1-0/+1
2020-10-14SDL: enable OpenGL context creationJan Henrik Weinstock1-0/+5
2020-10-14vnc-stubs: Allow -vnc noneJason Andryuk1-0/+3
2020-10-14configure: Fixes ncursesw detection under msys2/mingw by convert them to mesonYonggang Luo1-1/+1
2020-10-14curses: Fixes curses compiling errors.Yonggang Luo1-2/+2