Age | Commit message (Expand) | Author |
2019-04-12 | curses: fix wchar_t printf warning | Gerd Hoffmann |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-18 | curses ui: add missing iconv_close calls | Samuel Thibault |
2019-03-18 | curses ui: always initialize all curses_line fields | Samuel Thibault |
2019-03-18 | vnc: fix unalignment access in tight_pack24 | Li Qiang |
2019-03-13 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i... | Peter Maydell |
2019-03-13 | curses: add option to specify VGA font encoding | Samuel Thibault |
2019-03-13 | iconv: detect and make curses depend on it | Samuel Thibault |
2019-03-12 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request... | Peter Maydell |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán |
2019-03-11 | vnc: allow specifying a custom authorization object name | Daniel P. Berrange |
2019-03-11 | vnc: fix update stalls | Gerd Hoffmann |
2019-03-11 | curses: support wide input | Samuel Thibault |
2019-03-11 | Reduce curses escdelay from 1s to 25ms | Samuel Thibault |
2019-03-04 | ui/cocoa: Perform UI operations only on the main thread | Peter Maydell |
2019-03-04 | ui/cocoa: Subclass NSApplication so we can implement sendEvent | Peter Maydell |
2019-03-04 | ui/cocoa: Don't call NSApp sendEvent directly from handleEvent | Peter Maydell |
2019-03-04 | ui/cocoa: Move console/device menu creation code up in file | Peter Maydell |
2019-03-04 | ui/cocoa: Factor out initial menu creation | Peter Maydell |
2019-03-04 | ui/cocoa: Use the pixman image directly in switchSurface | Peter Maydell |
2019-03-04 | ui/cocoa: Ensure we have the iothread lock when calling into QEMU | Peter Maydell |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange |
2019-02-22 | display: add -display spice-app launching a Spice client | Marc-André Lureau |
2019-02-21 | spice: use a default name for the server | Marc-André Lureau |
2019-02-21 | spice: do not stop spice if VM is paused | Marc-André Lureau |
2019-02-21 | spice: merge options lists | Marc-André Lureau |
2019-02-21 | spice: avoid spice runtime assert | Marc-André Lureau |
2019-02-21 | ui/gtk: Fix the license information | Thomas Huth |
2019-02-21 | sdl2: drop qemu_input_event_send_key_qcode call | Gerd Hoffmann |
2019-02-21 | spice: set device address and device display ID in QXL interface | Lukáš Hrázký |
2019-02-21 | kbd-state: don't block auto-repeat events | Gerd Hoffmann |
2019-02-18 | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster |
2019-02-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-02-05 | ui: vnc: finish removing TABs | Paolo Bonzini |
2019-02-05 | keymap: fix keyup mappings | Gerd Hoffmann |
2019-02-05 | keymap: pass full keyboard state to keysym2scancode | Gerd Hoffmann |
2019-02-05 | kbd-state: use state tracker for vnc | Gerd Hoffmann |
2019-02-05 | kbd-state: use state tracker for gtk | Gerd Hoffmann |
2019-02-05 | sdl2: use only QKeyCode in sdl2_process_key() | Gerd Hoffmann |
2019-02-05 | kbd-state: use state tracker for sdl2 | Gerd Hoffmann |
2019-02-05 | sdl2: remove sdl2_reset_keys() function | Gerd Hoffmann |
2019-02-05 | kbd-state: add keyboard state tracker | Gerd Hoffmann |
2019-02-05 | ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale... | Chen Zhang |
2019-02-05 | ui/cocoa.m: Fix macOS 10.14 deprecation warnings | Brendan Shanks |
2019-02-05 | ui/sdl_keysym: Remove obsolete SDL1.2 related code | Thomas Huth |
2019-02-05 | ui: listen for GDK_SMOOTH_SCROLL events | Sergio Lopez |
2019-02-05 | ui: don't send any event if delta_y == 0 | Sergio Lopez |
2019-02-01 | ui: remove support for SDL1.2 in favour of SDL2 | Daniel P. Berrangé |
2019-01-24 | input-linux: customizable grab toggle keys | Ryan El Kochta |