summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé1-18/+18
2017-07-28ui: add pause key to linux_to_qcodeGerd Hoffmann1-0/+1
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann1-4/+4
2017-07-28ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange1-19/+13
2017-07-27ps2: fix sending of PAUSE/BREAK scancodesDaniel P. Berrange3-0/+22
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann1-2/+0
2017-07-27ui: add multimedia keysGerd Hoffmann1-0/+44
2017-07-27ui: update keymapsGerd Hoffmann1-0/+7
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann2-113/+115
2017-07-27ui: add next and prior keysymsGerd Hoffmann2-0/+4
2017-07-17vnc: Set default kbd delay to 10msAlexander Graf1-1/+1
2017-06-29ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and underJohn Arbuckle1-1/+1
2017-06-23ui/cocoa.m: add Speed menuJohn Arbuckle1-0/+56
2017-06-23sdl2: add assert to make coverity happyGerd Hoffmann1-0/+1
2017-06-23input: Decrement queue count on kbd delayAlexander Graf1-0/+1
2017-06-23keymaps: add tracingGerd Hoffmann2-15/+23
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell8-154/+116
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell3-4/+2
2017-06-21ui: Remove inclusion of "hw/qdev.h"Thomas Huth2-2/+0
2017-06-21console: remove do_safe_dpy_refreshGerd Hoffmann1-24/+1
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann2-48/+14
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann1-29/+7
2017-06-21egl-headless: use framebuffer helper functions.Gerd Hoffmann1-51/+18
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann1-0/+76
2017-06-20console: use get_uint() for "head" propertyMarc-André Lureau1-2/+2
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau2-2/+0
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann2-1/+3
2017-06-14spice: Use proper enum type for kbd led stateJonathon Jongsma1-1/+1
2017-06-14Improve Cocoa modifier key handlingIan McKellar via Qemu-devel1-12/+48
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau2-2/+2
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi3-4/+4
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake3-4/+4
2017-05-19ui: egl-headless requires dmabuf supportGerd Hoffmann1-1/+1
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater1-3/+3
2017-05-12vnc: simple clean upWei Qi1-1/+0
2017-05-12opengl: add egl-headless displayGerd Hoffmann2-0/+159
2017-05-12egl: explicitly ask for core contextGerd Hoffmann2-3/+5
2017-05-12egl-helpers: add missing error checkGerd Hoffmann1-1/+6
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann2-9/+27
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann2-48/+6
2017-05-11ui: input-linux: Add absolute event supportPhilippe Voinov1-1/+24
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov7-21/+34
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2-75/+72
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2-55/+55
2017-05-05Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into stagingStefan Hajnoczi2-2/+2
2017-05-04char: remove qemu_chr_be_generic_openMarc-André Lureau2-2/+2
2017-05-03input: don't queue delay if pausedMarc-André Lureau1-0/+4