Sign in
qemu
/
qemu
/
3d661c8ab18ad2013992c622ab307422ace891a2
/
ui
5b8541c
console: fix cell overflow
by Gerd Hoffmann
· 6 years ago
8e23e34
ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device
by Chen Zhang
· 6 years ago
2044dff
ui/cocoa: Fix absolute input device grabbing issue on Mojave
by Chen Zhang
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
856dfd8
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
by Markus Armbruster
· 6 years ago
15ee0d9
egl-helpers: add modifier support to egl_dmabuf_import_texture()
by Gerd Hoffmann
· 6 years ago
5fc1fb6
egl-helpers: add modifier support to egl_get_fd_for_texture().
by Gerd Hoffmann
· 6 years ago
dc3c871
ui/curses: Fix build with -m32
by Max Reitz
· 6 years ago
cb0efb7
spice-app: fix running when !CONFIG_OPENGL
by Marc-André Lureau
· 6 years ago
f7b2502
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
by Richard Henderson
· 6 years ago
4347e63
ui/vnc: Split out authentication_failed
by Richard Henderson
· 6 years ago
5fff13f
kbd-state: fix autorepeat handling
by Gerd Hoffmann
· 6 years ago
bfafa47
ui/console: Precautionary glBindTexture and surface->texture validation in surface_gl_update_texture
by HOU Qiming
· 6 years ago
962cf8f
ui/curses: manipulate cchar_t with standard curses functions
by Samuel Thibault
· 6 years ago
b7b664a
ui/curses: do not assume wchar_t contains unicode
by Samuel Thibault
· 6 years ago
e1be985
curses: fix wchar_t printf warning
by Gerd Hoffmann
· 6 years ago
dec9776
trace-events: Fix attribution of trace points to source
by Markus Armbruster
· 6 years ago
500016e
trace-events: Shorten file names in comments
by Markus Armbruster
· 6 years ago
a9fda24
curses ui: add missing iconv_close calls
by Samuel Thibault
· 6 years ago
a5489ae
curses ui: always initialize all curses_line fields
by Samuel Thibault
· 6 years ago
18e845f
vnc: fix unalignment access in tight_pack24
by Li Qiang
· 6 years ago
85ce844
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' into staging
by Peter Maydell
· 6 years ago
2f8b7cd
curses: add option to specify VGA font encoding
by Samuel Thibault
· 6 years ago
e08bb30
iconv: detect and make curses depend on it
by Samuel Thibault
· 6 years ago
cfc3fef
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request' into staging
by Peter Maydell
· 6 years ago
85bc585
audio: use qapi AudioFormat instead of audfmt_e
by Kővágó, Zoltán
· 6 years ago
55cf09a
vnc: allow specifying a custom authorization object name
by Daniel P. Berrange
· 6 years ago
bbcdeb6
vnc: fix update stalls
by Gerd Hoffmann
· 6 years ago
459a707
curses: support wide input
by Samuel Thibault
· 6 years ago
633786f
Reduce curses escdelay from 1s to 25ms
by Samuel Thibault
· 6 years ago
5588840
ui/cocoa: Perform UI operations only on the main thread
by Peter Maydell
· 6 years ago
61a2ed4
ui/cocoa: Subclass NSApplication so we can implement sendEvent
by Peter Maydell
· 6 years ago
60105d7
ui/cocoa: Don't call NSApp sendEvent directly from handleEvent
by Peter Maydell
· 6 years ago
8b00e4e
ui/cocoa: Move console/device menu creation code up in file
by Peter Maydell
· 6 years ago
c6fd6c7
ui/cocoa: Factor out initial menu creation
by Peter Maydell
· 6 years ago
72a3e31
ui/cocoa: Use the pixman image directly in switchSurface
by Peter Maydell
· 6 years ago
31819e9
ui/cocoa: Ensure we have the iothread lock when calling into QEMU
by Peter Maydell
· 6 years ago
b76806d
authz: delete existing ACL implementation
by Daniel P. Berrange
· 9 years ago
d8aec9d
display: add -display spice-app launching a Spice client
by Marc-André Lureau
· 6 years ago
4c77ee1
spice: use a default name for the server
by Marc-André Lureau
· 6 years ago
5b1638b
spice: do not stop spice if VM is paused
by Marc-André Lureau
· 6 years ago
7921671
spice: merge options lists
by Marc-André Lureau
· 6 years ago
83f7180
spice: avoid spice runtime assert
by Marc-André Lureau
· 6 years ago
ac38378
ui/gtk: Fix the license information
by Thomas Huth
· 6 years ago
d51b8cb
sdl2: drop qemu_input_event_send_key_qcode call
by Gerd Hoffmann
· 6 years ago
be812c0
spice: set device address and device display ID in QXL interface
by Lukáš Hrázký
· 6 years ago
3592186
kbd-state: don't block auto-repeat events
by Gerd Hoffmann
· 6 years ago
5d75648
qapi: Generate QAPIEvent stuff into separate files
by Markus Armbruster
· 6 years ago
3e29da9
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
b86d01b
ui: vnc: finish removing TABs
by Paolo Bonzini
· 6 years ago
19c1b9f
keymap: fix keyup mappings
by Gerd Hoffmann
· 6 years ago
4ed26e1
keymap: pass full keyboard state to keysym2scancode
by Gerd Hoffmann
· 6 years ago
c2f2ba4
kbd-state: use state tracker for vnc
by Gerd Hoffmann
· 6 years ago
0c0d427
kbd-state: use state tracker for gtk
by Gerd Hoffmann
· 6 years ago
06f894d
sdl2: use only QKeyCode in sdl2_process_key()
by Gerd Hoffmann
· 6 years ago
07333e1
kbd-state: use state tracker for sdl2
by Gerd Hoffmann
· 6 years ago
85b0369
sdl2: remove sdl2_reset_keys() function
by Gerd Hoffmann
· 6 years ago
47ddfab
kbd-state: add keyboard state tracker
by Gerd Hoffmann
· 6 years ago
051a0cd
ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scales of viewport
by Chen Zhang
· 6 years ago
5e24600
ui/cocoa.m: Fix macOS 10.14 deprecation warnings
by Brendan Shanks
· 6 years ago
a981814
ui/sdl_keysym: Remove obsolete SDL1.2 related code
by Thomas Huth
· 6 years ago
d89bf1d
ui: listen for GDK_SMOOTH_SCROLL events
by Sergio Lopez
· 6 years ago
a0fbb9a
ui: don't send any event if delta_y == 0
by Sergio Lopez
· 6 years ago
0015ca5
ui: remove support for SDL1.2 in favour of SDL2
by Daniel P. Berrangé
· 6 years ago
2657846
input-linux: customizable grab toggle keys
by Ryan El Kochta
· 6 years ago
fbd57c7
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType
by Alexander Kanavin
· 6 years ago
61e77a5
vnc: detect and optimize pageflips
by Gerd Hoffmann
· 6 years ago
a442fe2
sdl: add support for high resolution window icon
by Daniel P. Berrangé
· 6 years ago
67ea954
ui: fix icon display for GTK frontend under GNOME Shell with Wayland
by Daniel P. Berrangé
· 6 years ago
a8260d3
ui: install logo icons to $prefix/share/icons
by Daniel P. Berrangé
· 6 years ago
4fbfedd
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request' into staging
by Peter Maydell
· 6 years ago
7d37435
avoid TABs in files that only contain a few
by Paolo Bonzini
· 6 years ago
eae3eb3
qemu/queue.h: simplify reverse access to QTAILQ
by Paolo Bonzini
· 6 years ago
f481ee2
qemu/queue.h: typedef QTAILQ heads
by Paolo Bonzini
· 6 years ago
7a1b46e
input: avoid malloc for mouse events
by Gerd Hoffmann
· 6 years ago
823dcd5
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' into staging
by Peter Maydell
· 6 years ago
766a0a5
spice: Remove unused include
by Frediano Ziglio
· 6 years ago
2a7bece
keymaps: drop support for include files
by Gerd Hoffmann
· 6 years ago
22571ff
ui/console: Remove qemu_create_display_surface_guestmem()
by Peter Maydell
· 6 years ago
1b63665
configure: bump spice-server required version to 0.12.5
by Marc-André Lureau
· 6 years ago
952e5d5
egl-headless: add egl_create_context
by Gerd Hoffmann
· 6 years ago
16bf523
ui/cocoa: Include less of the generated modular QAPI headers
by Markus Armbruster
· 6 years ago
91e6194
ui: Allow specifying 'rendernode' display option for egl-headless
by Erik Skultety
· 6 years ago
f1aba96
ui/gtk: fix cursor in egl mode
by Gerd Hoffmann
· 6 years ago
9c956e6
spice: prepare for upcoming spice-server change
by Gerd Hoffmann
· 6 years ago
8c2b816
SDL: set a hint to not bypass the window compositor
by Sebastian Krzyszkowiak
· 6 years ago
13399aa
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging
by Peter Maydell
· 6 years ago
9338570
spice: Clean up error reporting in add_channel()
by Markus Armbruster
· 6 years ago
612aea2
vnc: Clean up error reporting in vnc_init_func()
by Markus Armbruster
· 6 years ago
ab4f931
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
by Fei Li
· 6 years ago
f7b9e29
ui/keymaps: Fix handling of erroneous include files
by Markus Armbruster
· 6 years ago
e81f867
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
by Artem Pisarenko
· 6 years ago
05ff8dc
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding reverse debugging"
by Artem Pisarenko
· 6 years ago
046936e
Merge remote-tracking branch 'remotes/kraxel/tags/ui2-20181012-pull-request' into staging
by Peter Maydell
· 6 years ago
58296cb
ui: increase min required GTK3 version to 3.14.0
by Daniel P. Berrangé
· 6 years ago
89d85cd
ui: remove support for GTK2 in favour of GTK3
by Daniel P. Berrangé
· 6 years ago
1d454c3
gtk: fix uninitialized variable
by Paolo Bonzini
· 6 years ago
1abcfe9
sdl2: Support all virtio-gpu formats
by Max Reitz
· 6 years ago
6415994
gtk: Don't vte_terminal_set_encoding() on new VTE versions
by Kevin Wolf
· 6 years ago
Next »