COMMITS
/ ui/console.c August 30, 2023
M
ui/vc: change the argument for QemuTextConsole
Marc-André Lureau committed
M
ui/vc: do not parse VC-specific options in Spice and GTK
Marc-André Lureau committed
M
ui/vc: move text console invalidate in helper
Marc-André Lureau committed
M
ui/console: minor stylistic changes
Marc-André Lureau committed
M
ui/vc: skip text console resize when possible
Marc-André Lureau committed
M
ui/console: fold text_console_update_cursor_timer
Marc-André Lureau committed
M
ui/console: assert(surface) where appropriate
Marc-André Lureau committed
M
ui/console: rename vga_ functions with qemu_console_
Marc-André Lureau committed
M
ui/console: use QEMU_PIXMAN_COLOR helpers
Marc-André Lureau committed
M
ui/console: declare console types in console.h
Marc-André Lureau committed
M
ui/vc: use common text console surface creation
Marc-André Lureau committed
M
ui/console: remove need for g_width/g_height
Marc-André Lureau committed
M
ui/console: simplify getting active_console size
Marc-André Lureau committed
M
ui/vc: move some text console initialization to qom handlers
Marc-André Lureau committed
M
ui/vc: fold text_console_do_init() in vc_chr_open()
Marc-André Lureau committed
M
ui/console: move graphic fields to QemuGraphicConsole
Marc-André Lureau committed
M
ui/vc: move text fields to QemuTextConsole
Marc-André Lureau committed
M
ui/console: free more QemuConsole resources
Marc-André Lureau committed
M
ui/vc: move cursor_timer initialization to QemuTextConsole class
Marc-André Lureau committed
M
ui/console: allocate ui_timer in QemuConsole
Marc-André Lureau committed
M
ui/console: update the head from unused QemuConsole
Marc-André Lureau committed
M
ui/console: specialize console_lookup_unused()
Marc-André Lureau committed
M
ui/console: remove new_console()
Marc-André Lureau committed
M
ui/console: register the console from qemu_console_init()
Marc-André Lureau committed
M
ui/console: instantiate a specific console type
Marc-André Lureau committed
M
ui/console: introduce different console objects
Marc-André Lureau committed
M
ui/console: change new_console() to use object initialization
Marc-André Lureau committed
M
ui/console: use OBJECT_DEFINE_TYPE for QemuConsole
Marc-André Lureau committed
M
ui/vc: move VCCharDev specific fields out of QemuConsole
Marc-André Lureau committed
M
ui/vc: pass VCCharDev to VC-specific functions
Marc-André Lureau committed
M
ui/vc: fold text_update_xy()
Marc-André Lureau committed
M
ui/vc: replace variable with static text attributes default
Marc-André Lureau committed
M
ui/vc: move VCChardev declaration at the top
Marc-André Lureau committed
M
ui/vc: VC always has a DisplayState now
Marc-André Lureau committed
M
ui/console: new_console() cannot fail
Marc-André Lureau committed
M
ui/console: get the DisplayState from new_console()
Marc-André Lureau committed
M
ui/console: drop have_gfx
Marc-André Lureau committed
M
ui/console: call dpy_gfx_update() regardless of have_gfx
Marc-André Lureau committed
M
ui/console: console_select() regardless of have_gfx
Marc-André Lureau committed
M
ui/vc: drop have_text
Marc-André Lureau committed
M
ui/vc: replace vc_chr_write() with generic qemu_chr_write()
Marc-André Lureau committed
M
ui/qmp: move screendump to ui-qmp-cmds.c
Marc-André Lureau committed
June 27, 2023
D
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim committed
June 6, 2023
M
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau committed
M
console/win32: allocate shareable display surface
Marc-André Lureau committed
June 19, 2023
B
ui/touch: Move event handling to a common helper
Bilal Elmoussaoui committed
March 19, 2023
M
ui: return NULL when getting cursor without a console
Marc-André Lureau committed
M
ui: return the default console cursor when con == NULL
Marc-André Lureau committed
May 12, 2023
P
ui: Fix pixel colour channel order for PNG screenshots
Peter Maydell committed
January 17, 2023
M
ui: set cursor position upon listener registration
Marc-André Lureau committed