Age | Commit message (Expand) | Author | Files | Lines |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange | 6 | -24/+49 |
2019-02-22 | display: add -display spice-app launching a Spice client | Marc-André Lureau | 2 | -0/+207 |
2019-02-21 | spice: use a default name for the server | Marc-André Lureau | 1 | -1/+1 |
2019-02-21 | spice: do not stop spice if VM is paused | Marc-André Lureau | 1 | -1/+1 |
2019-02-21 | spice: merge options lists | Marc-André Lureau | 1 | -0/+1 |
2019-02-21 | spice: avoid spice runtime assert | Marc-André Lureau | 1 | -0/+8 |
2019-02-21 | ui/gtk: Fix the license information | Thomas Huth | 1 | -17/+13 |
2019-02-21 | sdl2: drop qemu_input_event_send_key_qcode call | Gerd Hoffmann | 1 | -3/+0 |
2019-02-21 | spice: set device address and device display ID in QXL interface | Lukáš Hrázký | 2 | -0/+62 |
2019-02-21 | kbd-state: don't block auto-repeat events | Gerd Hoffmann | 1 | -6/+10 |
2019-02-18 | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster | 1 | -1/+2 |
2019-02-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -331/+331 |
2019-02-05 | ui: vnc: finish removing TABs | Paolo Bonzini | 2 | -331/+331 |
2019-02-05 | keymap: fix keyup mappings | Gerd Hoffmann | 4 | -24/+37 |
2019-02-05 | keymap: pass full keyboard state to keysym2scancode | Gerd Hoffmann | 4 | -10/+8 |
2019-02-05 | kbd-state: use state tracker for vnc | Gerd Hoffmann | 2 | -90/+35 |
2019-02-05 | kbd-state: use state tracker for gtk | Gerd Hoffmann | 1 | -32/+6 |
2019-02-05 | sdl2: use only QKeyCode in sdl2_process_key() | Gerd Hoffmann | 1 | -4/+3 |
2019-02-05 | kbd-state: use state tracker for sdl2 | Gerd Hoffmann | 2 | -34/+5 |
2019-02-05 | sdl2: remove sdl2_reset_keys() function | Gerd Hoffmann | 1 | -16/+0 |
2019-02-05 | kbd-state: add keyboard state tracker | Gerd Hoffmann | 2 | -1/+131 |
2019-02-05 | ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale... | Chen Zhang | 4 | -7/+10 |
2019-02-05 | ui/cocoa.m: Fix macOS 10.14 deprecation warnings | Brendan Shanks | 1 | -6/+22 |
2019-02-05 | ui/sdl_keysym: Remove obsolete SDL1.2 related code | Thomas Huth | 1 | -278/+0 |
2019-02-05 | ui: listen for GDK_SMOOTH_SCROLL events | Sergio Lopez | 1 | -0/+1 |
2019-02-05 | ui: don't send any event if delta_y == 0 | Sergio Lopez | 1 | -1/+3 |
2019-02-01 | ui: remove support for SDL1.2 in favour of SDL2 | Daniel P. Berrangé | 5 | -1369/+0 |
2019-01-24 | input-linux: customizable grab toggle keys | Ryan El Kochta | 1 | -3/+63 |
2019-01-21 | egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType | Alexander Kanavin | 2 | -3/+4 |
2019-01-21 | vnc: detect and optimize pageflips | Gerd Hoffmann | 1 | -3/+22 |
2019-01-21 | sdl: add support for high resolution window icon | Daniel P. Berrangé | 1 | -6/+12 |
2019-01-21 | ui: fix icon display for GTK frontend under GNOME Shell with Wayland | Daniel P. Berrangé | 2 | -0/+9 |
2019-01-21 | ui: install logo icons to $prefix/share/icons | Daniel P. Berrangé | 13 | -22/+1000 |
2019-01-14 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request... | Peter Maydell | 1 | -37/+31 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 4 | -7/+7 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -2/+2 |
2019-01-11 | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini | 1 | -6/+8 |
2019-01-11 | input: avoid malloc for mouse events | Gerd Hoffmann | 1 | -37/+31 |
2019-01-10 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i... | Peter Maydell | 4 | -50/+12 |
2019-01-10 | spice: Remove unused include | Frediano Ziglio | 1 | -1/+0 |
2019-01-10 | keymaps: drop support for include files | Gerd Hoffmann | 1 | -4/+3 |
2019-01-10 | ui/console: Remove qemu_create_display_surface_guestmem() | Peter Maydell | 1 | -36/+0 |
2019-01-10 | configure: bump spice-server required version to 0.12.5 | Marc-André Lureau | 1 | -8/+0 |
2019-01-10 | egl-headless: add egl_create_context | Gerd Hoffmann | 1 | -1/+9 |
2019-01-08 | ui/cocoa: Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+2 |
2018-11-16 | ui: Allow specifying 'rendernode' display option for egl-headless | Erik Skultety | 1 | -1/+1 |
2018-11-12 | ui/gtk: fix cursor in egl mode | Gerd Hoffmann | 1 | -5/+12 |
2018-10-29 | spice: prepare for upcoming spice-server change | Gerd Hoffmann | 1 | -4/+22 |
2018-10-29 | SDL: set a hint to not bypass the window compositor | Sebastian Krzyszkowiak | 1 | -0/+3 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 6 | -34/+52 |