aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau
2021-02-04ui: check hw requirements during DCL registrationMarc-André Lureau
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2021-02-04ui: remove extra #ifdef CONFIG_OPENGLMarc-André Lureau
2021-02-04spice: delay starting until display are initializedMarc-André Lureau
2021-01-29ui: update keycodemapdb submodule commitDaniel P. Berrangé
2021-01-28Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-27vnc: send extended desktop resize on update requestsGerd Hoffmann
2021-01-27Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann
2021-01-23vnc: support "-vnc help"Paolo Bonzini
2021-01-15vnc: add support for extended desktop resizeGerd Hoffmann
2021-01-15vnc: move initialization to framebuffer_update_requestGerd Hoffmann
2021-01-15vnc: move check into vnc_cursor_defineGerd Hoffmann
2021-01-15vnc: Fix a memleak in vnc_display_connect()Alex Chen
2021-01-15ui: add support for remote power control to VNC serverDaniel P. Berrangé
2021-01-15vnc: fix unfinalized tlscreds for VncDisplayZihao Chang
2021-01-15ui/gtk: update monitor interval on egl displaysNikola Pavlica
2021-01-15ui/gtk: expose gd_monitor_update_intervalNikola Pavlica
2021-01-15ui/gtk: limit virtual console max update intervalVolker Rümelin
2021-01-15ui/gtk: rename variable window to widgetVolker Rümelin
2021-01-15ui/gtk: don't try to redefine SI prefixesVolker Rümelin
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-12ui/cocoa: Fix openFile: deprecation on Big Surpull-target-arm-20210112-1Roman Bolshakov
2021-01-12configure: move GTK+ detection to MesonPaolo Bonzini
2021-01-12configure: move X11 detection to MesonPaolo Bonzini
2021-01-12gtk: remove CONFIG_GTK_GLPaolo Bonzini
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-11Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201211-pull-request' i...Peter Maydell
2020-12-11sdl2: Add extra mouse buttonsDarrell Walisser
2020-12-11ui/vnc: Add missing lock for send_color_mapPeng Liang
2020-12-11vnc: add alpha cursor supportGerd Hoffmann
2020-12-11vnc: add pseudo encodingsGerd Hoffmann
2020-12-11vnc: drop unused copyrect featureGerd Hoffmann
2020-12-11vnc: use enum for featuresGerd Hoffmann
2020-12-11console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supportedGerd Hoffmann
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-11-25qxl: fix segfaultGerd Hoffmann