summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* | softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-7/+0Star
* | block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev2022-04-251-0/+1
|/
* Move error_printf_unless_qmp() with monitor unitMarc-André Lureau2022-04-211-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Simplify softmmu/main.cMarc-André Lureau2022-04-211-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-206-8/+3Star
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-066-6/+1Star
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-071-1/+7
|/
* ui/console: Check console before emitting GL eventAkihiko Odaki2022-03-291-0/+21
* ui/cocoa: Respect left-command-key optionAkihiko Odaki2022-03-291-1/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian2022-03-181-9/+17
* ui/gtk: Ignore 2- and 3-button press eventsK. Lange2022-03-181-0/+4
* Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell2022-03-151-11/+111
|\
| * ui/cocoa: add option to swap Option and CommandGustavo Noronha Silva2022-03-151-10/+39
| * ui/cocoa: capture all keys and combos when mouse is grabbedGustavo Noronha Silva2022-03-151-1/+64
| * ui/cocoa: release mouse when user switches away from QEMU windowCarwyn Ellis2022-03-151-0/+2
| * ui/cocoa: add option to disable left-command forwarding to guestCarwyn Ellis2022-03-151-1/+7
| * ui/cocoa: Constify qkeycode translation arraysPhilippe Mathieu-Daudé2022-03-151-2/+2
* | ui/console: call gfx_switch() even if the current scanout is GLMarc-André Lureau2022-03-151-3/+4
* | ui/dbus: do not send 2d scanout until gfx_updateMarc-André Lureau2022-03-151-17/+20
* | ui/dbus: fix texture sharingMarc-André Lureau2022-03-153-11/+54
* | ui/console: optionally update after gfx switchMarc-André Lureau2022-03-141-8/+11
* | ui/console: add a dpy_gfx_switch callback helperMarc-André Lureau2022-03-141-10/+13
* | ui/shader: free associated programsMarc-André Lureau2022-03-141-0/+3
* | ui/shader: fix potential leak of shader on errorMarc-André Lureau2022-03-141-2/+4
* | ui/console: move console compatibility check to dcl_display_console()Marc-André Lureau2022-03-141-10/+9Star
* | ui/dbus: associate the DBusDisplayConsole listener with the given consoleMarc-André Lureau2022-03-143-15/+17
* | ui/console: egl-headless is compatible with non-gl listenersMarc-André Lureau2022-03-141-0/+8
* | ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-146-7/+50
* | ui/console: move check for compatible GL contextMarc-André Lureau2022-03-141-15/+6Star
|/
* ui/cocoa: Use the standard about panelAkihiko Odaki2022-03-071-89/+23Star
* ui/cocoa: Add Services menuAkihiko Odaki2022-03-041-0/+4
* ui/clipboard: fix use-after-free regressionMarc-André Lureau2022-03-041-2/+4
* ui: do not create a surface when resizing a GL scanoutMarc-André Lureau2022-03-041-4/+3Star
* ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau2022-03-041-0/+4
* ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau2022-03-041-7/+15
* ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell2022-03-021-6/+0Star
* ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell2022-03-021-3/+22
* ui/cocoa: Fix the leak of qemu_console_get_labelAkihiko Odaki2022-02-211-1/+3
* ui/cocoa: Do not alert even without block devicesAkihiko Odaki2022-02-211-5/+0Star
* ui/cocoa: Remove allowedFileTypes restriction in SavePanelPhilippe Mathieu-Daudé2022-02-211-6/+0Star
* spice: Update QXLInterface for spice >= 0.15.0John Snow2022-01-181-0/+11
* ui: avoid compiler warnings from unused clipboard info variableDaniel P. Berrangé2022-01-181-3/+1Star
* ui/input-legacy: pass horizontal scroll informationDmitry Petrov2022-01-131-0/+15
* ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-0/+5
* ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-12/+42
* ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-6/+12
* ui: fix gtk clipboard clear assertionMarc-André Lureau2022-01-131-10/+11