summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* kbd-state: fix autorepeat handlingGerd Hoffmann2019-05-171-1/+5
* ui/console: Precautionary glBindTexture and surface->texture validation in su...HOU Qiming2019-05-171-7/+11
* ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault2019-05-171-14/+29
* ui/curses: do not assume wchar_t contains unicodeSamuel Thibault2019-05-171-57/+100
* curses: fix wchar_t printf warningGerd Hoffmann2019-04-121-2/+2
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-0/+5
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-7/+7
* curses ui: add missing iconv_close callsSamuel Thibault2019-03-181-0/+6
* curses ui: always initialize all curses_line fieldsSamuel Thibault2019-03-181-3/+3
* vnc: fix unalignment access in tight_pack24Li Qiang2019-03-181-3/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...Peter Maydell2019-03-132-49/+270
|\
| * curses: add option to specify VGA font encodingSamuel Thibault2019-03-131-47/+268
| * iconv: detect and make curses depend on itSamuel Thibault2019-03-131-2/+2
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell2019-03-121-13/+13
|\ \ | |/ |/|
| * audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-13/+13
* | vnc: allow specifying a custom authorization object nameDaniel P. Berrange2019-03-111-9/+49
* | vnc: fix update stallsGerd Hoffmann2019-03-111-0/+6
* | curses: support wide inputSamuel Thibault2019-03-112-62/+127
* | Reduce curses escdelay from 1s to 25msSamuel Thibault2019-03-111-1/+2
|/
* ui/cocoa: Perform UI operations only on the main threadPeter Maydell2019-03-041-78/+115
* ui/cocoa: Subclass NSApplication so we can implement sendEventPeter Maydell2019-03-041-1/+12
* ui/cocoa: Don't call NSApp sendEvent directly from handleEventPeter Maydell2019-03-041-15/+34
* ui/cocoa: Move console/device menu creation code up in filePeter Maydell2019-03-041-92/+92
* ui/cocoa: Factor out initial menu creationPeter Maydell2019-03-041-37/+41
* ui/cocoa: Use the pixman image directly in switchSurfacePeter Maydell2019-03-041-8/+9
* ui/cocoa: Ensure we have the iothread lock when calling into QEMUPeter Maydell2019-03-041-26/+65
* authz: delete existing ACL implementationDaniel P. Berrange2019-02-266-24/+49
* display: add -display spice-app launching a Spice clientMarc-André Lureau2019-02-222-0/+207
* spice: use a default name for the serverMarc-André Lureau2019-02-211-1/+1
* spice: do not stop spice if VM is pausedMarc-André Lureau2019-02-211-1/+1
* spice: merge options listsMarc-André Lureau2019-02-211-0/+1
* spice: avoid spice runtime assertMarc-André Lureau2019-02-211-0/+8
* ui/gtk: Fix the license informationThomas Huth2019-02-211-17/+13Star
* sdl2: drop qemu_input_event_send_key_qcode callGerd Hoffmann2019-02-211-3/+0Star
* spice: set device address and device display ID in QXL interfaceLukáš Hrázký2019-02-212-0/+62
* kbd-state: don't block auto-repeat eventsGerd Hoffmann2019-02-211-6/+10
* qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster2019-02-181-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-052-331/+331
|\
| * ui: vnc: finish removing TABsPaolo Bonzini2019-02-052-331/+331
* | keymap: fix keyup mappingsGerd Hoffmann2019-02-054-24/+37
* | keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann2019-02-054-10/+8Star
* | kbd-state: use state tracker for vncGerd Hoffmann2019-02-052-90/+35Star
* | kbd-state: use state tracker for gtkGerd Hoffmann2019-02-051-32/+6Star
* | sdl2: use only QKeyCode in sdl2_process_key()Gerd Hoffmann2019-02-051-4/+3Star
* | kbd-state: use state tracker for sdl2Gerd Hoffmann2019-02-052-34/+5Star
* | sdl2: remove sdl2_reset_keys() functionGerd Hoffmann2019-02-051-16/+0Star
* | kbd-state: add keyboard state trackerGerd Hoffmann2019-02-052-1/+131
* | ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang2019-02-054-7/+10
* | ui/cocoa.m: Fix macOS 10.14 deprecation warningsBrendan Shanks2019-02-051-6/+22
* | ui/sdl_keysym: Remove obsolete SDL1.2 related codeThomas Huth2019-02-051-278/+0Star