index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/console: move QemuDmaBuf struct def to dmabuf.c
Dongwon Kim
2024-05-14
1
-18
/
+1
*
ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
Dongwon Kim
2024-05-14
2
-19
/
+67
*
ui/curses: Do not use console_select()
Akihiko Odaki
2024-03-20
1
-1
/
+0
*
ui/vnc: Do not use console_select()
Akihiko Odaki
2024-03-20
2
-0
/
+12
*
include: Clean up includes
Peter Maydell
2024-01-30
1
-2
/
+0
*
include/ui/rect.h: fix qemu_rect_init() mis-assignment
Elen Avan
2023-12-25
1
-1
/
+1
*
ui/pixman-minimal.h: fix empty allocation
Manos Pitsidianakis
2023-11-21
1
-2
/
+46
*
virtio-gpu: replace PIXMAN for region/rect test
Marc-André Lureau
2023-11-07
1
-0
/
+59
*
ui/console: allow to override the default VC
Marc-André Lureau
2023-11-07
1
-0
/
+2
*
ui: add pixman-minimal.h
Marc-André Lureau
2023-11-07
2
-0
/
+197
*
ui: compile out some qemu-pixman functions when !PIXMAN
Marc-André Lureau
2023-11-07
1
-2
/
+5
*
build-sys: drop needless warning pragmas for old pixman
Marc-André Lureau
2023-11-07
1
-4
/
+0
*
build-sys: add a "pixman" feature
Marc-André Lureau
2023-11-07
1
-0
/
+2
*
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+1
*
ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
Ken Xue
2023-10-03
1
-0
/
+4
*
ui/console: make qemu_console_is_multihead() static
Laszlo Ersek
2023-10-03
1
-1
/
+0
*
input: Allow to choose console with qemu_input_is_absolute
Akihiko Odaki
2023-10-03
1
-1
/
+1
*
ui: add precondition for dpy_get_ui_info()
Marc-André Lureau
2023-09-12
1
-1
/
+1
*
ui/console: move DisplaySurface to its own header
Marc-André Lureau
2023-09-12
2
-83
/
+96
*
ui/console: remove redundant format field
Marc-André Lureau
2023-09-12
1
-8
/
+7
*
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
2023-09-12
1
-3
/
+3
*
ui/vc: remove kbd_put_keysym() and update function calls
Marc-André Lureau
2023-09-12
1
-1
/
+0
*
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
2023-09-06
2
-11
/
+32
|
\
|
*
ui/vc: change the argument for QemuTextConsole
Marc-André Lureau
2023-09-04
1
-3
/
+3
|
*
ui/vc: move text console invalidate in helper
Marc-André Lureau
2023-09-04
1
-0
/
+1
|
*
ui/console: use QEMU_PIXMAN_COLOR helpers
Marc-André Lureau
2023-09-04
1
-0
/
+6
|
*
ui/console: declare console types in console.h
Marc-André Lureau
2023-09-04
1
-4
/
+21
|
*
ui/console: specialize console_lookup_unused()
Marc-André Lureau
2023-09-04
1
-1
/
+0
|
*
ui/qmp: move screendump to ui-qmp-cmds.c
Marc-André Lureau
2023-09-01
1
-0
/
+1
|
*
ui: remove qemu_pixman_linebuf_copy()
Marc-André Lureau
2023-09-01
1
-2
/
+0
|
*
ui: remove qemu_pixman_color() helper
Marc-André Lureau
2023-09-01
1
-1
/
+0
*
|
ui: spelling fixes
Michael Tokarev
2023-08-31
2
-2
/
+2
|
/
*
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
Dongwon Kim
2023-07-17
1
-2
/
+2
*
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
2023-06-27
3
-5
/
+11
*
ui/egl: query ANGLE d3d device
Marc-André Lureau
2023-06-27
1
-0
/
+1
*
ui: add egl_fb_read_rect()
Marc-André Lureau
2023-06-27
1
-0
/
+1
*
ui: add egl-headless support on win32
Marc-André Lureau
2023-06-27
1
-1
/
+6
*
console/win32: allocate shareable display surface
Marc-André Lureau
2023-06-27
1
-0
/
+8
*
ui/egl: export qemu_egl_get_error_string()
Marc-André Lureau
2023-06-27
1
-0
/
+2
*
ui/touch: Move event handling to a common helper
Bilal Elmoussaoui
2023-06-27
1
-0
/
+15
*
spelling: information
Michael Tokarev
2023-06-09
1
-1
/
+1
*
ui: add helpers for virtio-multitouch events
Sergio Lopez
2023-05-28
1
-0
/
+5
*
ui: add the infrastructure to support MT events
Sergio Lopez
2023-05-28
1
-0
/
+3
*
ui/cursor: make width/height unsigned 16-bit integer
Mauro Matteo Cascella
2023-05-28
1
-2
/
+2
*
ui: introduce egl_init()
Marc-André Lureau
2023-03-13
1
-0
/
+2
*
ui: keep current cursor with QemuConsole
Marc-André Lureau
2023-03-13
1
-0
/
+1
*
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
2023-03-13
1
-1
/
+1
*
ui: rename cursor_{put->unref}
Marc-André Lureau
2023-03-13
1
-1
/
+1
*
ui/dbus: initialize cursor_fb
Marc-André Lureau
2023-03-13
1
-0
/
+2
*
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
2023-02-14
1
-1
/
+0
[next]