aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-13console: add question-mark escape operatorAlexander Graf
2017-09-13console: fix dpy_gfx_replace_surface assertGerd Hoffmann
2017-09-13pixman: drop submoduleGerd Hoffmann
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-09-04qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster
2017-08-31ui: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vnc: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vnc: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-31ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé
2017-07-28ui: add pause key to linux_to_qcodeGerd Hoffmann
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann
2017-07-28ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange
2017-07-27ps2: fix sending of PAUSE/BREAK scancodesDaniel P. Berrange
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-27ui: add multimedia keysGerd Hoffmann
2017-07-27ui: update keymapsGerd Hoffmann
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann
2017-07-27ui: add next and prior keysymsGerd Hoffmann
2017-07-17vnc: Set default kbd delay to 10msAlexander Graf
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle
2017-06-23ui/cocoa.m: add Speed menuJohn Arbuckle
2017-06-23sdl2: add assert to make coverity happyGerd Hoffmann
2017-06-23input: Decrement queue count on kbd delayAlexander Graf
2017-06-23keymaps: add tracingGerd Hoffmann
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth
2017-06-21console: remove do_safe_dpy_refreshGerd Hoffmann
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann
2017-06-21egl-headless: use framebuffer helper functions.Gerd Hoffmann
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann
2017-06-20console: use get_uint() for "head" propertyMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann
2017-06-14spice: Use proper enum type for kbd led stateJonathon Jongsma
2017-06-14Improve Cocoa modifier key handlingIan McKellar via Qemu-devel
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-19ui: egl-headless requires dmabuf supportGerd Hoffmann
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater
2017-05-12vnc: simple clean upWei Qi
2017-05-12opengl: add egl-headless displayGerd Hoffmann