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
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
1
-13
/
+0
2024-07-16
ui/cocoa: Add cursor composition
Akihiko Odaki
1
-0
/
+99
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
6
-12
/
+14
2024-07-16
ui/cocoa: Release CGColorSpace
Akihiko Odaki
1
-1
/
+4
2024-07-03
Revert "meson: Propagate gnutls dependency"
Akihiko Odaki
1
-1
/
+1
2024-06-19
ui+display: rename is_buffer_shared() -> surface_is_allocated()
Gerd Hoffmann
1
-1
/
+2
2024-06-19
ui+display: rename is_placeholder() -> surface_is_placeholder()
Gerd Hoffmann
3
-3
/
+3
2024-06-19
ui/cocoa: Use qemu_add_mouse_change_notifier
Akihiko Odaki
1
-24
/
+38
2024-05-25
meson: remove unnecessary dependency
Paolo Bonzini
1
-3
/
+2
2024-05-17
ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
Cédric Le Goater
1
-1
/
+1
2024-05-14
ui/sdl2: Allow host to power down screen
Bernhard Beschow
1
-0
/
+1
2024-05-14
ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
hikalium
1
-5
/
+13
2024-05-14
ui/gtk: Add gd_motion_event trace event
hikalium
2
-0
/
+3
2024-05-14
ui/console: move QemuDmaBuf struct def to dmabuf.c
Dongwon Kim
1
-0
/
+19
2024-05-14
ui/console: Use qemu_dmabuf_new() and free() helpers instead
Dongwon Kim
1
-16
/
+12
2024-05-14
ui/console: Use qemu_dmabuf_set_..() helpers instead
Dongwon Kim
4
-14
/
+16
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
9
-99
/
+168
2024-05-14
ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
Dongwon Kim
2
-0
/
+211
2024-05-14
ui/gtk: Check if fence_fd is equal to or greater than 0
Dongwon Kim
3
-6
/
+8
2024-05-14
ui/gtk: Draw guest frame at refresh cycle
Dongwon Kim
2
-0
/
+2
2024-05-14
Allow UNIX socket option for VNC websocket
Sergii Zasenko
1
-5
/
+0
2024-05-03
ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
Peter Maydell
1
-13
/
+0
2024-03-26
ui/cocoa: Use NSTrackingInVisibleRect
Akihiko Odaki
1
-34
/
+14
2024-03-26
ui/cocoa: Resize window after toggling zoom-to-fit
Akihiko Odaki
1
-0
/
+1
2024-03-26
ui/cocoa: Fix aspect ratio
Akihiko Odaki
1
-1
/
+40
2024-03-20
ui: compile dbus-display1.c with -fPIC as necessary
Marc-André Lureau
1
-2
/
+1
2024-03-20
ui/curses: Do not use console_select()
Akihiko Odaki
5
-125
/
+51
2024-03-20
ui/cocoa: Do not use console_select()
Akihiko Odaki
1
-11
/
+26
2024-03-20
ui/vnc: Do not use console_select()
Akihiko Odaki
3
-5
/
+27
2024-03-20
ui/vc: Do not inherit the size of active console
Akihiko Odaki
1
-2
/
+2
2024-03-12
ui/dbus: filter out pending messages when scanout
Marc-André Lureau
2
-0
/
+41
2024-03-12
ui/dbus: factor out sending a scanout
Marc-André Lureau
1
-18
/
+17
2024-03-12
ui/vnc: Respect bound console
Akihiko Odaki
1
-29
/
+30
2024-03-05
ui/cocoa: Remove stretch_video flag
Akihiko Odaki
1
-13
/
+6
2024-03-05
ui/cocoa: Call console_select() with the BQL
Akihiko Odaki
1
-1
/
+3
2024-03-05
ui/cocoa: Make window resizable
Akihiko Odaki
1
-0
/
+3
2024-03-05
ui/cocoa: Remove normalWindow
Akihiko Odaki
1
-16
/
+17
2024-03-05
ui/cocoa: Let the platform toggle fullscreen
Akihiko Odaki
1
-227
/
+181
2024-03-05
ui/cocoa: Fix pause label coordinates
Akihiko Odaki
1
-2
/
+2
2024-03-05
ui/cocoa: Scale with NSView instead of Core Graphics
Akihiko Odaki
1
-14
/
+10
2024-03-05
ui/cocoa: Release specific mouse buttons
Akihiko Odaki
1
-21
/
+15
2024-03-05
ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]
Akihiko Odaki
1
-57
/
+30
2024-03-05
ui/cocoa: Split [-QemuCocoaView handleEventLocked:]
Akihiko Odaki
1
-33
/
+49
2024-03-05
ui/cocoa: Fix window clipping on macOS 14
David Parsons
1
-0
/
+7
2024-03-05
ui/cocoa: add zoom-interpolation display option
Carwyn Ellis
1
-1
/
+20
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
1
-3
/
+1
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
1
-5
/
+4
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
1
-3
/
+5
2024-02-16
meson: Explicitly specify dbus-display1.h dependency
Akihiko Odaki
1
-1
/
+1
2024-02-16
ui/console: Fix console resize with placeholder surface
Tianlan Zhou
1
-1
/
+1
[next]