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
/
include
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-21
spice: set device address and device display ID in QXL interface
Lukáš Hrázký
1
-0
/
+4
2019-02-05
kbd-state: use state tracker for gtk
Gerd Hoffmann
1
-0
/
+2
2019-02-05
kbd-state: use state tracker for sdl2
Gerd Hoffmann
1
-0
/
+2
2019-02-05
sdl2: remove sdl2_reset_keys() function
Gerd Hoffmann
1
-1
/
+0
2019-02-05
kbd-state: add keyboard state tracker
Gerd Hoffmann
1
-0
/
+101
2019-02-05
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...
Chen Zhang
1
-1
/
+1
2019-01-23
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' i...
Peter Maydell
2
-1
/
+4
2019-01-22
ui/console: Remove PixelFormat from qemu/typedefs.h
Philippe Mathieu-Daudé
2
-10
/
+10
2019-01-22
ui/console: Remove MouseTransformInfo from qemu/typedefs.h
Philippe Mathieu-Daudé
1
-2
/
+2
2019-01-22
ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"
Philippe Mathieu-Daudé
1
-2
/
+4
2019-01-22
ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"
Philippe Mathieu-Daudé
1
-2
/
+2
2019-01-21
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType
Alexander Kanavin
1
-1
/
+1
2019-01-21
sdl: add support for high resolution window icon
Daniel P. Berrangé
1
-0
/
+3
2019-01-11
input: avoid malloc for mouse events
Gerd Hoffmann
1
-3
/
+0
2019-01-10
ui/console: Remove qemu_create_display_surface_guestmem()
Peter Maydell
1
-4
/
+0
2019-01-10
configure: bump spice-server required version to 0.12.5
Marc-André Lureau
1
-6
/
+0
2018-10-19
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
1
-1
/
+1
2018-10-12
ui: remove support for GTK2 in favour of GTK3
Daniel P. Berrangé
1
-9
/
+0
2018-08-24
dmabuf: add y0_top, pass it to spice
Marc-André Lureau
1
-0
/
+1
2018-06-26
Add gles support to egl-helpers, wire up in egl-headless and gtk.
Gerd Hoffmann
2
-4
/
+5
2018-06-14
ui: darwin: gtk: Add missing input keymap
Keno Fischer
1
-0
/
+3
2018-04-27
console: introduce dpy_gfx_update_full
Tina Zhang
1
-0
/
+1
2018-04-27
sdl: Move DisplayOptions global to sdl2_console
Elie Tournier
1
-0
/
+1
2018-04-09
ui: add ctrl modifier support to kbd_put_qcode_console()
Gerd Hoffmann
1
-1
/
+1
2018-03-13
console: minimal hotplug suport
Gerd Hoffmann
1
-0
/
+2
2018-03-13
ui/pixman: add qemu_drm_format_to_pixman()
Gerd Hoffmann
1
-0
/
+5
2018-03-12
spice: add cursor_dmabuf support
Gerd Hoffmann
1
-0
/
+9
2018-03-12
vnc: deal with surface NULL pointers
Gerd Hoffmann
1
-0
/
+2
2018-03-12
ui/gtk-egl: add cursor_dmabuf support
Gerd Hoffmann
1
-0
/
+8
2018-03-12
ui/gtk-egl: add scanout_dmabuf support
Gerd Hoffmann
1
-0
/
+4
2018-03-12
ui/gtk: make GtkGlArea usage a runtime option
Gerd Hoffmann
1
-0
/
+2
2018-03-05
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...
Peter Maydell
1
-64
/
+11
2018-03-05
console: add and use qemu_display_find_default
Gerd Hoffmann
1
-0
/
+1
2018-03-05
egl-headless: switch over to new display registry
Gerd Hoffmann
1
-3
/
+0
2018-03-05
curses: switch over to new display registry
Gerd Hoffmann
1
-12
/
+0
2018-03-05
cocoa: switch over to new display registry
Gerd Hoffmann
1
-12
/
+0
2018-03-05
sdl: switch over to new display registry
Gerd Hoffmann
1
-19
/
+0
2018-03-05
console: add qemu display registry, add gtk
Gerd Hoffmann
1
-20
/
+12
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2
-1
/
+2
2018-02-22
console/opengl: split up dpy_gl_cursor ops
Gerd Hoffmann
1
-5
/
+8
2018-02-20
cocoa: use DisplayOptions
Gerd Hoffmann
1
-2
/
+2
2018-02-20
curses: use DisplayOptions
Gerd Hoffmann
1
-2
/
+2
2018-02-20
egl-headless: use DisplayOptions
Gerd Hoffmann
1
-1
/
+1
2018-02-20
sdl: use DisplayOptions
Gerd Hoffmann
1
-4
/
+4
2018-02-20
gtk: add and use DisplayOptions + DisplayGTK
Gerd Hoffmann
1
-5
/
+4
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
[next]