aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2019-05-22ui/vnc: Use gcrypto_random_bytes for start_auth_vncRichard Henderson
2019-05-22ui/vnc: Split out authentication_failedRichard Henderson
2019-05-17kbd-state: fix autorepeat handlingGerd Hoffmann
2019-05-17ui/console: Precautionary glBindTexture and surface->texture validation in su...HOU Qiming
2019-05-17ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault
2019-05-17ui/curses: do not assume wchar_t contains unicodeSamuel Thibault
2019-04-12curses: fix wchar_t printf warningGerd Hoffmann
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-18curses ui: add missing iconv_close callsSamuel Thibault
2019-03-18curses ui: always initialize all curses_line fieldsSamuel Thibault
2019-03-18vnc: fix unalignment access in tight_pack24Li Qiang
2019-03-13Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...Peter Maydell
2019-03-13curses: add option to specify VGA font encodingSamuel Thibault
2019-03-13iconv: detect and make curses depend on itSamuel Thibault
2019-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-03-11vnc: allow specifying a custom authorization object nameDaniel P. Berrange
2019-03-11vnc: fix update stallsGerd Hoffmann
2019-03-11curses: support wide inputSamuel Thibault
2019-03-11Reduce curses escdelay from 1s to 25msSamuel Thibault
2019-03-04ui/cocoa: Perform UI operations only on the main threadpull-cocoa-20190304cocoa.nextcocoa.for-upstreamPeter Maydell
2019-03-04ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell
2019-03-04ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell
2019-03-04ui/cocoa: Move console/device menu creation code up in filePeter Maydell
2019-03-04ui/cocoa: Factor out initial menu creationPeter Maydell
2019-03-04ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell
2019-03-04ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange
2019-02-22display: add -display spice-app launching a Spice clientMarc-André Lureau
2019-02-21spice: use a default name for the serverMarc-André Lureau
2019-02-21spice: do not stop spice if VM is pausedMarc-André Lureau
2019-02-21spice: merge options listsMarc-André Lureau
2019-02-21spice: avoid spice runtime assertMarc-André Lureau
2019-02-21ui/gtk: Fix the license informationThomas Huth
2019-02-21sdl2: drop qemu_input_event_send_key_qcode callGerd Hoffmann
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký
2019-02-21kbd-state: don't block auto-repeat eventsGerd Hoffmann
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-02-05ui: vnc: finish removing TABsPaolo Bonzini
2019-02-05keymap: fix keyup mappingsGerd Hoffmann
2019-02-05keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann
2019-02-05kbd-state: use state tracker for vncGerd Hoffmann
2019-02-05kbd-state: use state tracker for gtkGerd Hoffmann
2019-02-05sdl2: use only QKeyCode in sdl2_process_key()Gerd Hoffmann
2019-02-05kbd-state: use state tracker for sdl2Gerd Hoffmann
2019-02-05sdl2: remove sdl2_reset_keys() functionGerd Hoffmann
2019-02-05kbd-state: add keyboard state trackerGerd Hoffmann
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang