summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-03input: limit kbd queue depthGerd Hoffmann1-3/+11
2017-04-25ui/cocoa.m: Fix macOS 10.12 deprecation warningsBrendan Shanks1-29/+58
2017-04-24console: add same displaychangelistener registration pre-conditionMarc-André Lureau1-0/+2
2017-04-24console: add same surface replace pre-conditionMarc-André Lureau1-0/+2
2017-04-03io vnc sockets: Clean up SocketAddressKind switchesMarkus Armbruster1-6/+12
2017-04-03nbd sockets vnc: Mark problematic address family tests TODOMarkus Armbruster1-0/+1
2017-04-03vnc: allow to connect with add_client when -vnc noneMarc-André Lureau1-4/+4
2017-04-03Fix input-linux reading from deviceJavier Celaya1-5/+12
2017-03-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-...Peter Maydell1-7/+11
2017-03-28ui/console: use exclusive mechanism directlyAlex Bennée1-7/+9
2017-03-28ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée1-0/+2