aboutsummaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)AuthorFilesLines
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau1-0/+1
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau1-0/+1
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau1-0/+2
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+9
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-1/+0
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau1-0/+19
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau1-0/+1
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau3-4/+0
2021-02-04spice: delay starting until display are initializedMarc-André Lureau1-0/+1
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-1/+1
2021-01-15ui/gtk: expose gd_monitor_update_intervalNikola Pavlica1-0/+1
2021-01-15ui/gtk: don't try to redefine SI prefixesVolker Rümelin1-2/+0
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann1-1/+0
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann1-0/+3
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2-6/+1
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2-14/+3
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2-1/+7
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2-7/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2-5/+1
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2-5/+5
2020-10-21spice: add module helpersGerd Hoffmann2-3/+24
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann1-1/+0
2020-09-29spice: get monitors physical dimensionMarc-André Lureau1-0/+3
2020-09-29ui: add getter for UIInfoMarc-André Lureau1-0/+1
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann1-1/+0
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell1-8/+0
2020-09-21hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé1-8/+0
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+1
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2-8/+0
2020-05-19ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin1-0/+14
2020-01-14display/gtk: get proper refreshrateNikola Pavlica1-0/+2
2020-01-14ui: Print available display backends with '-display help'Thomas Huth1-0/+1
2020-01-02ui: add pixman image g_autoptr supportMarc-André Lureau1-0/+2
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau1-0/+2
2019-09-17ui/egl: fix framebuffer readsGerd Hoffmann1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster3-0/+5
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann1-1/+2
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann1-0/+1
2019-05-13Normalize header guard symbol definition.Markus Armbruster1-1/+2
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-0/+4
2019-02-05kbd-state: use state tracker for gtkGerd Hoffmann1-0/+2
2019-02-05kbd-state: use state tracker for sdl2Gerd Hoffmann1-0/+2
2019-02-05sdl2: remove sdl2_reset_keys() functionGerd Hoffmann1-1/+0
2019-02-05kbd-state: add keyboard state trackerGerd Hoffmann1-0/+101
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang1-1/+1