..
icons
ui: install logo icons to $prefix/share/icons
2019-01-21 09:43:13 +01:00
keycodemapdb @ 6b3d716e2b
shader
cocoa.m
ui/cocoa.m: Update documentation file and pathname
2020-03-06 11:06:55 +00:00
console-gl.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
console.c
qom: Drop parameter @errp of object_property_add() & friends
2020-05-15 07:07:58 +02:00
curses_keys.h
curses: support wide input
2019-03-11 08:39:02 +01:00
curses.c
ui/curses: Move arrays to .heap to save 74KiB of .bss
2020-03-16 23:02:25 +01:00
cursor_hidden.xpm
cursor_left_ptr.xpm
cursor.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
egl-context.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
egl-headless.c
ui/egl: fix framebuffer reads
2019-09-17 13:42:02 +02:00
egl-helpers.c
ui/egl: fix framebuffer reads
2019-09-17 13:42:02 +02:00
gtk-egl.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
gtk-gl-area.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
gtk.c
ui: increase min required GTK version to 3.22.0
2020-05-19 09:06:44 +02:00
input-barrier.c
qom: Drop parameter @errp of object_property_add() & friends
2020-05-15 07:07:58 +02:00
input-barrier.h
ui: add an embedded Barrier client
2019-09-17 13:43:22 +02:00
input-keymap.c
Clean up inclusion of sysemu/sysemu.h
2019-08-16 13:31:53 +02:00
input-legacy.c
Clean up inclusion of sysemu/sysemu.h
2019-08-16 13:31:53 +02:00
input-linux.c
qom: Drop parameter @errp of object_property_add() & friends
2020-05-15 07:07:58 +02:00
input.c
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
2019-08-16 13:37:36 +02:00
kbd-state.c
Include qemu/queue.h slightly less
2019-08-16 13:31:52 +02:00
keymaps.c
Clean up inclusion of sysemu/sysemu.h
2019-08-16 13:31:53 +02:00
keymaps.h
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
Makefile.objs
ui/win32-kbd-hook: handle AltGr in a hook procedure
2020-05-19 09:06:44 +02:00
qemu-pixman.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
qemu-x509.h
qemu.desktop
ui: fix icon display for GTK frontend under GNOME Shell with Wayland
2019-01-21 09:43:13 +01:00
sdl2-2d.c
Clean up inclusion of sysemu/sysemu.h
2019-08-16 13:31:53 +02:00
sdl2-gl.c
Clean up inclusion of sysemu/sysemu.h
2019-08-16 13:31:53 +02:00
sdl2-input.c
ui/sdl2-input: use trace-events to debug key events
2020-05-19 09:06:44 +02:00
sdl2.c
ui/sdl2: start in full screen with grab enabled
2020-05-19 09:06:44 +02:00
shader.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
spice-app.c
Include qemu/module.h where needed, drop it from qemu-common.h
2019-06-12 13:18:33 +02:00
spice-core.c
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
2019-08-16 13:37:36 +02:00
spice-display.c
lockable: replaced locks with lock guard macros where appropriate
2020-05-04 16:07:43 +01:00
spice-input.c
Include qemu-common.h exactly where needed
2019-06-12 13:20:20 +02:00
trace-events
ui/sdl2-input: use trace-events to debug key events
2020-05-19 09:06:44 +02:00
vgafont.h
vnc_keysym.h
vnc-auth-sasl.c
authz: delete existing ACL implementation
2019-02-26 15:32:19 +00:00
vnc-auth-sasl.h
Include qemu/main-loop.h less
2019-08-16 13:31:52 +02:00
vnc-auth-vencrypt.c
authz: delete existing ACL implementation
2019-02-26 15:32:19 +00:00
vnc-auth-vencrypt.h
vnc-enc-hextile-template.h
ui: vnc: finish removing TABs
2019-02-05 16:50:18 +01:00
vnc-enc-hextile.c
vnc-enc-tight.c
vnc: fix memory leak when vnc disconnect
2019-09-17 13:45:10 +02:00
vnc-enc-tight.h
vnc-enc-zlib.c
vnc: fix memory leak when vnc disconnect
2019-09-17 13:45:10 +02:00
vnc-enc-zrle.c
vnc: prioritize ZRLE compression over ZLIB
2020-01-21 07:29:03 +01:00
vnc-enc-zrle.h
vnc-enc-zrle.inc.c
vnc: fix memory leak when vnc disconnect
2019-09-17 13:45:10 +02:00
vnc-enc-zywrle-template.c
avoid TABs in files that only contain a few
2019-01-11 15:46:56 +01:00
vnc-enc-zywrle.h
ui: vnc: finish removing TABs
2019-02-05 16:50:18 +01:00
vnc-jobs.c
vnc-jobs.h
vnc-palette.c
vnc-palette.h
vnc-stubs.c
vnc-ws.c
authz: delete existing ACL implementation
2019-02-26 15:32:19 +00:00
vnc-ws.h
vnc.c
audio: Let capture_callback handler use const buffer argument
2020-05-26 08:29:39 +02:00
vnc.h
vnc: drop Error pointer indirection in vnc_client_io_error
2019-12-18 08:36:16 +01:00
win32-kbd-hook.c
ui/win32-kbd-hook: handle AltGr in a hook procedure
2020-05-19 09:06:44 +02:00
x_keymap.c
x_keymap.h