| Commit message (Expand) | Author | Age | Files | Lines |
* | ui/cocoa: Perform UI operations only on the main thread | Peter Maydell | 2019-03-04 | 1 | -78/+115 |
* | ui/cocoa: Subclass NSApplication so we can implement sendEvent | Peter Maydell | 2019-03-04 | 1 | -1/+12 |
* | ui/cocoa: Don't call NSApp sendEvent directly from handleEvent | Peter Maydell | 2019-03-04 | 1 | -15/+34 |
* | ui/cocoa: Move console/device menu creation code up in file | Peter Maydell | 2019-03-04 | 1 | -92/+92 |
* | ui/cocoa: Factor out initial menu creation | Peter Maydell | 2019-03-04 | 1 | -37/+41 |
* | ui/cocoa: Use the pixman image directly in switchSurface | Peter Maydell | 2019-03-04 | 1 | -8/+9 |
* | ui/cocoa: Ensure we have the iothread lock when calling into QEMU | Peter Maydell | 2019-03-04 | 1 | -26/+65 |
* | authz: delete existing ACL implementation | Daniel P. Berrange | 2019-02-26 | 6 | -24/+49 |
* | display: add -display spice-app launching a Spice client | Marc-André Lureau | 2019-02-22 | 2 | -0/+207 |
* | spice: use a default name for the server | Marc-André Lureau | 2019-02-21 | 1 | -1/+1 |
* | spice: do not stop spice if VM is paused | Marc-André Lureau | 2019-02-21 | 1 | -1/+1 |
* | spice: merge options lists | Marc-André Lureau | 2019-02-21 | 1 | -0/+1 |
* | spice: avoid spice runtime assert | Marc-André Lureau | 2019-02-21 | 1 | -0/+8 |
* | ui/gtk: Fix the license information | Thomas Huth | 2019-02-21 | 1 | -17/+13 |
* | sdl2: drop qemu_input_event_send_key_qcode call | Gerd Hoffmann | 2019-02-21 | 1 | -3/+0 |
* | spice: set device address and device display ID in QXL interface | Lukáš Hrázký | 2019-02-21 | 2 | -0/+62 |
* | kbd-state: don't block auto-repeat events | Gerd Hoffmann | 2019-02-21 | 1 | -6/+10 |
* | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster | 2019-02-18 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2019-02-05 | 2 | -331/+331 |
|\ |
|
| * | ui: vnc: finish removing TABs | Paolo Bonzini | 2019-02-05 | 2 | -331/+331 |
* | | keymap: fix keyup mappings | Gerd Hoffmann | 2019-02-05 | 4 | -24/+37 |
* | | keymap: pass full keyboard state to keysym2scancode | Gerd Hoffmann | 2019-02-05 | 4 | -10/+8 |
* | | kbd-state: use state tracker for vnc | Gerd Hoffmann | 2019-02-05 | 2 | -90/+35 |
* | | kbd-state: use state tracker for gtk | Gerd Hoffmann | 2019-02-05 | 1 | -32/+6 |
* | | sdl2: use only QKeyCode in sdl2_process_key() | Gerd Hoffmann | 2019-02-05 | 1 | -4/+3 |
* | | kbd-state: use state tracker for sdl2 | Gerd Hoffmann | 2019-02-05 | 2 | -34/+5 |
* | | sdl2: remove sdl2_reset_keys() function | Gerd Hoffmann | 2019-02-05 | 1 | -16/+0 |
* | | kbd-state: add keyboard state tracker | Gerd Hoffmann | 2019-02-05 | 2 | -1/+131 |
* | | ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale... | Chen Zhang | 2019-02-05 | 4 | -7/+10 |
* | | ui/cocoa.m: Fix macOS 10.14 deprecation warnings | Brendan Shanks | 2019-02-05 | 1 | -6/+22 |
* | | ui/sdl_keysym: Remove obsolete SDL1.2 related code | Thomas Huth | 2019-02-05 | 1 | -278/+0 |
* | | ui: listen for GDK_SMOOTH_SCROLL events | Sergio Lopez | 2019-02-05 | 1 | -0/+1 |
* | | ui: don't send any event if delta_y == 0 | Sergio Lopez | 2019-02-05 | 1 | -1/+3 |
|/ |
|
* | ui: remove support for SDL1.2 in favour of SDL2 | Daniel P. Berrangé | 2019-02-01 | 5 | -1369/+0 |
* | input-linux: customizable grab toggle keys | Ryan El Kochta | 2019-01-24 | 1 | -3/+63 |
* | egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType | Alexander Kanavin | 2019-01-21 | 2 | -3/+4 |
* | vnc: detect and optimize pageflips | Gerd Hoffmann | 2019-01-21 | 1 | -3/+22 |
* | sdl: add support for high resolution window icon | Daniel P. Berrangé | 2019-01-21 | 1 | -6/+12 |
* | ui: fix icon display for GTK frontend under GNOME Shell with Wayland | Daniel P. Berrangé | 2019-01-21 | 2 | -0/+9 |
* | ui: install logo icons to $prefix/share/icons | Daniel P. Berrangé | 2019-01-21 | 13 | -22/+1000 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request... | Peter Maydell | 2019-01-14 | 1 | -37/+31 |
|\ |
|
| * | input: avoid malloc for mouse events | Gerd Hoffmann | 2019-01-11 | 1 | -37/+31 |
* | | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 4 | -7/+7 |
* | | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -2/+2 |
* | | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini | 2019-01-11 | 1 | -6/+8 |
|/ |
|
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i... | Peter Maydell | 2019-01-10 | 4 | -50/+12 |
|\ |
|
| * | spice: Remove unused include | Frediano Ziglio | 2019-01-10 | 1 | -1/+0 |
| * | keymaps: drop support for include files | Gerd Hoffmann | 2019-01-10 | 1 | -4/+3 |
| * | ui/console: Remove qemu_create_display_surface_guestmem() | Peter Maydell | 2019-01-10 | 1 | -36/+0 |
| * | configure: bump spice-server required version to 0.12.5 | Marc-André Lureau | 2019-01-10 | 1 | -8/+0 |