summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ui: listen for GDK_SMOOTH_SCROLL eventsSergio Lopez2019-02-051-0/+1
* | ui: don't send any event if delta_y == 0Sergio Lopez2019-02-051-1/+3
|/
* ui: remove support for SDL1.2 in favour of SDL2Daniel P. Berrangé2019-02-015-1369/+0Star
* input-linux: customizable grab toggle keysRyan El Kochta2019-01-241-3/+63
* egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowTypeAlexander Kanavin2019-01-212-3/+4
* vnc: detect and optimize pageflipsGerd Hoffmann2019-01-211-3/+22
* sdl: add support for high resolution window iconDaniel P. Berrangé2019-01-211-6/+12
* ui: fix icon display for GTK frontend under GNOME Shell with WaylandDaniel P. Berrangé2019-01-212-0/+9
* ui: install logo icons to $prefix/share/iconsDaniel P. Berrangé2019-01-2113-22/+1000
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...Peter Maydell2019-01-141-37/+31Star
|\