index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
console: add ui module loading support
Gerd Hoffmann
2018-03-05
1
-0
/
+6
|
*
console: add and use qemu_display_find_default
Gerd Hoffmann
2018-03-05
1
-0
/
+19
|
*
egl-headless: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-1
/
+19
|
*
curses: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-1
/
+13
|
*
cocoa: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-1
/
+13
|
*
sdl: switch over to new display registry
Gerd Hoffmann
2018-03-05
2
-13
/
+28
|
*
console: add qemu display registry, add gtk
Gerd Hoffmann
2018-03-05
2
-2
/
+49
*
|
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
2
-2
/
+2
*
|
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+1
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
6
-6
/
+7
|
/
*
keymap: consider modifier state when picking a mapping
Gerd Hoffmann
2018-02-22
5
-6
/
+48
*
keymap: record multiple keysym -> keycode mappings
Gerd Hoffmann
2018-02-22
1
-3
/
+11
*
keymap: numpad keysyms and keycodes are fixed
Gerd Hoffmann
2018-02-22
1
-52
/
+9
*
keymap: use glib hash for kbd_layout_t
Gerd Hoffmann
2018-02-22
2
-43
/
+32
*
keymap: make struct kbd_layout_t private to ui/keymaps.c
Gerd Hoffmann
2018-02-22
2
-30
/
+31
*
egl-helpers: add alpha channel to texture format
Gerd Hoffmann
2018-02-22
1
-1
/
+1
*
egl-headless: cursor_dmabuf: handle NULL cursor
Gerd Hoffmann
2018-02-22
1
-6
/
+9
*
console/opengl: split up dpy_gl_cursor ops
Gerd Hoffmann
2018-02-22
2
-9
/
+26
*
sdl2: fix hotkey keyup
Gerd Hoffmann
2018-02-22
1
-11
/
+3
*
ui: Reorder vte terminal packing to avoid gtk3 warnings
Jan Kiszka
2018-02-20
1
-2
/
+2
*
cocoa: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-2
/
+2
*
curses: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-1
/
+1
*
egl-headless: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-1
/
+1
*
sdl: use DisplayOptions
Gerd Hoffmann
2018-02-20
2
-20
/
+32
*
gtk: add and use DisplayOptions + DisplayGTK
Gerd Hoffmann
2018-02-20
1
-14
/
+18
*
ui: extend VNC trottling tracing to SASL codepaths
Daniel P. Berrangé
2018-02-16
1
-0
/
+11
*
ui: check VNC audio frequency limit at time of reading from client
Daniel P. Berrangé
2018-02-16
1
-9
/
+13
*
ui: avoid 'local_err' variable shadowing in VNC SASL auth
Daniel P. Berrangé
2018-02-16
1
-2
/
+0
*
ui: avoid risk of 32-bit int overflow in VNC buffer check
Daniel P. Berrangé
2018-02-16
1
-2
/
+2
*
sdl2: fix mouse grab
Gerd Hoffmann
2018-02-16
1
-0
/
+1
*
sdl: restore optimized redraw
Anatoly Trosinenko
2018-02-16
1
-16
/
+7
*
vnc: fix segfault in closed connection handling
Klim Kireev
2018-02-16
2
-3
/
+18
*
vnc: add qapi/error.h include to stubs
Gerd Hoffmann
2018-02-16
1
-0
/
+1
*
vnc: remove bogus object_unref on client socket
Daniel P. Berrangé
2018-02-16
1
-1
/
+0
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
4
-3
/
+4
*
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
6
-0
/
+7
*
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2018-02-09
3
-3
/
+0
*
vnc: use stubs for CONFIG_VNC=n dummy functions
Gerd Hoffmann
2018-02-09
2
-0
/
+22
*
ui: update keycodemapdb to get py3 fixes
Daniel P. Berrange
2018-02-05
1
-0
/
+0
*
input: add missing JIS keys to virtio input
Miika S
2018-02-05
1
-0
/
+0
*
ui: correctly advance output buffer when writing SASL data
Daniel P. Berrangé
2018-02-02
1
-1
/
+1
*
ui: convert VNC server to QIONetListener
Daniel P. Berrange
2018-02-02
2
-146
/
+58
*
ui: fix mixup between qnum and qcode in SDL1 key handling
Daniel P. Berrangé
2018-02-02
1
-1
/
+8
[prev]
[next]