index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
cocoa: Fix warnings about invalid prototype declarations
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-10
vnc: move assert in vnc_worker_thread_loop
Anastasia Belova
1
-1
/
+2
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
1
-3
/
+3
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
1
-2
/
+2
2023-05-28
ui/gtk: enable backend to send multi-touch events
Sergio Lopez
1
-0
/
+92
2023-05-28
ui: add helpers for virtio-multitouch events
Sergio Lopez
1
-0
/
+36
2023-05-28
ui: add the infrastructure to support MT events
Sergio Lopez
2
-0
/
+7
2023-05-28
ui/cursor: make width/height unsigned 16-bit integer
Mauro Matteo Cascella
1
-1
/
+2
2023-05-28
ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows
Volker Rümelin
1
-0
/
+3
2023-05-28
ui/sdl2: Grab Alt+F4 also under Windows
Bernhard Beschow
1
-0
/
+1
2023-05-28
ui/sdl2: Grab Alt+Tab also in fullscreen mode
Bernhard Beschow
1
-0
/
+3
2023-05-28
ui/dbus: add a FIXME about texture/dmabuf scanout handling
Marc-André Lureau
1
-0
/
+5
2023-05-28
gtk: add gl-area support on win32
Marc-André Lureau
1
-0
/
+6
2023-05-28
ui/dbus: fix compilation when GBM && !OPENGL
Marc-André Lureau
1
-5
/
+5
2023-05-28
ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
Marc-André Lureau
1
-0
/
+4
2023-05-28
ui/gtk-egl: fix scaling for cursor position in scanout mode
Erico Nunes
1
-2
/
+2
2023-05-28
ui/gtk: use widget size for cursor motion event
Erico Nunes
1
-5
/
+3
2023-05-28
ui/gtk: fix passing y0_top parameter to scanout
Erico Nunes
2
-2
/
+2
2023-05-26
meson: use subproject for keycodemapdb
Paolo Bonzini
2
-4
/
+4
2023-05-12
ui: Fix pixel colour channel order for PNG screenshots
Peter Maydell
1
-2
/
+2
2023-04-24
spice: move client_migrate_info command to ui/
Juan Quintela
2
-0
/
+46
2023-04-20
vnc: avoid underflow when accessing user-provided address
Paolo Bonzini
1
-1
/
+1
2023-03-24
ui/spice: fix compilation on win32
Marc-André Lureau
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-21
ui: fix crash on serial reset, during init
Marc-André Lureau
1
-1
/
+3
2023-03-21
ui/sdl2: remove workaround forcing x11
Erico Nunes
1
-16
/
+0
2023-03-21
ui: return the default console cursor when con == NULL
Marc-André Lureau
1
-0
/
+3
2023-03-21
ui/gtk: fix cursor moved to left corner
Marc-André Lureau
1
-1
/
+2
2023-03-21
ui/dbus: fix passing SOCKET to GSocket API & leak
Marc-André Lureau
1
-0
/
+9
2023-03-21
ui/spice: fix SOCKET handling regression
Marc-André Lureau
1
-2
/
+27
2023-03-15
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Peter Maydell
1
-0
/
+0
2023-03-14
Add qemu qcode support for keys F13 to F24
Willem van de Velde
1
-0
/
+0
2023-03-13
ui/dbus: restrict opengl to gbm-enabled config
Marc-André Lureau
2
-6
/
+16
2023-03-13
ui/dbus: do not require opengl & gbm
Marc-André Lureau
3
-4
/
+23
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
4
-20
/
+34
2023-03-13
ui/sdl: try to instantiate the matching opengl renderer
Marc-André Lureau
1
-0
/
+16
2023-03-13
ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
Marc-André Lureau
1
-0
/
+4
2023-03-13
ui/egl: print EGL error, helping debugging
Marc-André Lureau
1
-6
/
+48
2023-03-13
ui/shader: fix #version directive must occur on first line
Marc-André Lureau
3
-3
/
+0
2023-03-13
ui/sdl: get the GL context from the window
Marc-André Lureau
1
-1
/
+3
2023-03-13
ui: set cursor position upon listener registration
Marc-André Lureau
1
-0
/
+7
2023-03-13
ui: set cursor upon listener registration
Marc-André Lureau
1
-0
/
+3
2023-03-13
ui: keep current cursor with QemuConsole
Marc-André Lureau
3
-6
/
+10
2023-03-13
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
4
-7
/
+6
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
4
-5
/
+5
2023-03-13
meson: ensure dbus-display generated code is built before other units
Marc-André Lureau
1
-2
/
+4
2023-03-13
ui/dbus: set mouse is-absolute during console creation
Marc-André Lureau
1
-3
/
+10
2023-03-13
audio/dbus: there are no sender for p2p mode
Marc-André Lureau
1
-1
/
+1
2023-03-13
ui/dbus: unregister clipboard on connection close
Marc-André Lureau
1
-11
/
+7
2023-03-13
ui/dbus: initialize cursor_fb
Marc-André Lureau
1
-1
/
+1
[next]