summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* console: add question-mark escape operatorAlexander Graf2017-09-131-1/+2
* console: fix dpy_gfx_replace_surface assertGerd Hoffmann2017-09-131-1/+1
* pixman: drop submoduleGerd Hoffmann2017-09-131-4/+0Star
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-043-11/+11
* qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster2017-09-041-1/+1
* ui: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* vnc: use DIV_ROUND_UPMarc-André Lureau2017-08-312-2/+2
* vnc: use QEMU_ALIGN_DOWNMarc-André Lureau2017-08-311-4/+4
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé2017-07-311-18/+18
* ui: add pause key to linux_to_qcodeGerd Hoffmann2017-07-281-0/+1
* ui: drop ac_search and ac_stopGerd Hoffmann2017-07-281-4/+4
* ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange2017-07-281-19/+13Star
* ps2: fix sending of PAUSE/BREAK scancodesDaniel P. Berrange2017-07-273-0/+22
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-271-2/+0Star
* ui: add multimedia keysGerd Hoffmann2017-07-271-0/+44
* ui: update keymapsGerd Hoffmann2017-07-271-0/+7
* ui: move qemu_input_linux_to_qcode()Gerd Hoffmann2017-07-272-113/+115
* ui: add next and prior keysymsGerd Hoffmann2017-07-272-0/+4
* vnc: Set default kbd delay to 10msAlexander Graf2017-07-171-1/+1
* ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle2017-06-291-1/+1
* ui/cocoa.m: add Speed menuJohn Arbuckle2017-06-231-0/+56
* sdl2: add assert to make coverity happyGerd Hoffmann2017-06-231-0/+1
* input: Decrement queue count on kbd delayAlexander Graf2017-06-231-0/+1
* keymaps: add tracingGerd Hoffmann2017-06-232-15/+23
* Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell2017-06-228-154/+116Star
|\
| * ui: Remove inclusion of "hw/qdev.h"Thomas Huth2017-06-212-2/+0Star
| * console: remove do_safe_dpy_refreshGerd Hoffmann2017-06-211-24/+1Star
| * gtk: use framebuffer helper functions.Gerd Hoffmann2017-06-212-48/+14Star
| * sdl2: use framebuffer helper functions.Gerd Hoffmann2017-06-211-29/+7Star
| * egl-headless: use framebuffer helper functions.Gerd Hoffmann2017-06-211-51/+18Star
| * egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann2017-06-211-0/+76
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-223-4/+2Star
|\ \ | |/ |/|
| * console: use get_uint() for "head" propertyMarc-André Lureau2017-06-201-2/+2
| * qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-202-2/+0Star
* | spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann2017-06-142-1/+3
* | spice: Use proper enum type for kbd led stateJonathon Jongsma2017-06-141-1/+1
* | Improve Cocoa modifier key handlingIan McKellar via Qemu-devel2017-06-141-12/+48
|/
* migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-131-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-022-2/+2
* Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi2017-05-303-4/+4
|\
| * shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-233-4/+4
* | ui: egl-headless requires dmabuf supportGerd Hoffmann2017-05-191-1/+1
|/
* vnc: replace hweight_long() with ctpopl()Cédric Le Goater2017-05-121-3/+3
* vnc: simple clean upWei Qi2017-05-121-1/+0Star
* opengl: add egl-headless displayGerd Hoffmann2017-05-122-0/+159
* egl: explicitly ask for core contextGerd Hoffmann2017-05-122-3/+5
* egl-helpers: add missing error checkGerd Hoffmann2017-05-121-1/+6
* egl-helpers: fix display init for x11Gerd Hoffmann2017-05-122-9/+27