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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-21
ui: fix crash when there are no active_console
Marc-André Lureau
1
-0
/
+3
2023-07-17
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim
1
-5
/
+6
2023-06-27
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
1
-4
/
+7
2023-06-27
console/win32: allocate shareable display surface
Marc-André Lureau
1
-7
/
+52
2023-06-27
ui/touch: Move event handling to a common helper
Bilal Elmoussaoui
1
-0
/
+65
2023-06-27
ui: return NULL when getting cursor without a console
Marc-André Lureau
1
-1
/
+1
2023-05-12
ui: Fix pixel colour channel order for PNG screenshots
Peter Maydell
1
-2
/
+2
2023-03-21
ui: return the default console cursor when con == NULL
Marc-André Lureau
1
-0
/
+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
1
-0
/
+8
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
1
-0
/
+1
2023-01-20
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
1
-0
/
+1
2022-12-14
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+2
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
1
-3
/
+15
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
1
-3
/
+3
2022-10-24
ui: remove useless typecasts
Volker Rümelin
1
-1
/
+1
2022-09-23
ui/console: fix three double frees in png_save()
Volker Rümelin
1
-3
/
+2
2022-09-23
ui/console: Get tab completion working again in the SDL monitor vc
Cal Peake
1
-0
/
+1
2022-08-18
ui/console: fix qemu_console_resize() regression
Marc-André Lureau
1
-2
/
+4
2022-07-01
ui/console: allow display device to be labeled with given id
Wen, Jianxian
1
-1
/
+40
2022-06-14
ui: Deliver refresh rate via QemuUIInfo
Akihiko Odaki
1
-6
/
+0
2022-05-12
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
1
-1
/
+1
2022-04-27
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
1
-3
/
+98
2022-03-29
ui/console: Check console before emitting GL event
Akihiko Odaki
1
-0
/
+21
2022-03-15
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
1
-3
/
+4
2022-03-15
ui/dbus: fix texture sharing
Marc-André Lureau
1
-0
/
+28
2022-03-14
ui/console: optionally update after gfx switch
Marc-André Lureau
1
-8
/
+11
2022-03-14
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
1
-10
/
+13
2022-03-14
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
1
-10
/
+9
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
1
-1
/
+2
2022-03-14
ui/console: move check for compatible GL context
Marc-André Lureau
1
-15
/
+6
2022-03-04
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
1
-4
/
+3
2022-03-04
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
1
-7
/
+15
2021-12-21
console: save current scanout details
Marc-André Lureau
1
-54
/
+111
2021-12-21
ui: split the GL context in a different object
Marc-André Lureau
1
-10
/
+16
2021-12-21
ui: dispatch GL events to all listeners
Marc-André Lureau
1
-16
/
+42
2021-12-21
ui: simplify gl unblock & flush
Marc-André Lureau
1
-9
/
+3
2021-12-21
ui: add a gl-unblock warning timer
Marc-André Lureau
1
-0
/
+17
2021-12-21
ui: make gl_block use a counter
Marc-André Lureau
1
-4
/
+13
2021-12-21
ui: associate GL context outside of display listener registration
Marc-André Lureau
1
-2
/
+5
2021-12-21
ui: factor out qemu_console_set_display_gl_ctx()
Marc-André Lureau
1
-8
/
+14
2021-12-21
ui: do not delay further remote resize
Marc-André Lureau
1
-2
/
+3
2021-11-02
ui/console: remove chardev frontend connected test
Volker Rümelin
1
-8
/
+5
2021-11-02
ui/console: replace kbd_timer with chr_accept_input callback
Volker Rümelin
1
-15
/
+13
2021-11-02
ui/console: replace QEMUFIFO with Fifo8
Volker Rümelin
1
-66
/
+20
2021-08-26
Remove superfluous ERRP_GUARD()
Markus Armbruster
1
-1
/
+0
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-4
/
+2
2021-06-23
ui: Make the DisplayType enum entries conditional
Thomas Huth
1
-1
/
+7
2021-03-16
ui: fold qemu_alloc_display in only caller
Marc-André Lureau
1
-11
/
+3
[next]