summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa.m: prevent stuck command key when going into full screen modeJohn Arbuckle2018-07-241-1/+13
* ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle2018-07-121-7/+13
* qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau2018-07-031-0/+2
* sdl2: add checking for NULLPavel Dovgalyuk2018-06-261-3/+3
* sdl2: fix copypaste issuesPavel Dovgalyuk2018-06-261-4/+4
* Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann2018-06-266-27/+56
* sdl2: restore window dimensions by resizeAmadeusz Sławiński2018-06-141-2/+1Star
* ui: darwin: gtk: Add missing input keymapKeno Fischer2018-06-141-0/+1
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-044-4/+4
|\
| * ui: use local path for local headersMichael S. Tsirkin2018-06-014-4/+4
* | ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warningPeter Maydell2018-05-291-1/+11
|/
* sdl: Move use of surface pointer below check for whether it is NULLPeter Maydell2018-05-181-3/+3
* ui: add x_keymap.o to modulesPaolo Bonzini2018-05-181-4/+7
* console: Avoid segfault in screendumpMichal Privoznik2018-05-181-0/+5
* gtk: disable the F10 menubar keyPeter Wu2018-05-151-0/+6
* console: use linked list for QemuConsolesGerd Hoffmann2018-05-151-47/+58
* ui: switch gtk display to qapi parserGerd Hoffmann2018-05-151-1/+5
* vnc: add magic cookie to VncStateGerd Hoffmann2018-05-153-1/+16
* ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failedTomeu Vizoso2018-05-151-1/+1
* gtk: make it possible to hide the menu barPeter Wu2018-05-151-1/+45
* sdl2: move opts assignment into loopGerd Hoffmann2018-05-151-1/+1
* rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-112-11/+11
* console: introduce dpy_gfx_update_fullTina Zhang2018-04-271-0/+10
* sdl: Allow OpenGL ES context creationElie Tournier2018-04-271-2/+17
* sdl: Move DisplayOptions global to sdl2_consoleElie Tournier2018-04-271-5/+5
* vnc: fix use-after-freeGerd Hoffmann2018-04-271-2/+3
* gtk: drop pointless code from gd_window_closeGerd Hoffmann2018-04-101-8/+0Star
* ui: fix keymap detection under XwaylandDaniel P. Berrangé2018-04-101-2/+5
* sdl2: drop dead codeGerd Hoffmann2018-04-091-8/+0Star
* sdl2: drop QEMU_KEY_BACKSPACE special caseGerd Hoffmann2018-04-091-3/+0Star
* sdl2: enable ctrl modifier keys for text consolesGerd Hoffmann2018-04-091-1/+3
* sdl2: track kbd modifier state unconditionallyGerd Hoffmann2018-04-091-18/+21
* ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann2018-04-093-5/+16
* sdl2: Remove unused epoxy includeElie Tournier2018-04-041-2/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-161-1/+1
|\
| * Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* | console: minimal hotplug suportGerd Hoffmann2018-03-132-6/+75
* | ui/pixman: add qemu_drm_format_to_pixman()Gerd Hoffmann2018-03-131-0/+22
* | qapi: Add device ID and head parameters to screendumpThomas Huth2018-03-121-5/+19
* | spice: add cursor_dmabuf supportGerd Hoffmann2018-03-122-5/+112
* | spice: add scanout_dmabuf supportGerd Hoffmann2018-03-121-0/+15
* | spice: drop dprint() debug loggingGerd Hoffmann2018-03-122-53/+31Star
* | vnc: deal with surface NULL pointersGerd Hoffmann2018-03-122-4/+16
* | ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann2018-03-122-1/+41
* | ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann2018-03-122-0/+25
* | ui/gtk: use GtkGlArea on wayland onlyGerd Hoffmann2018-03-121-5/+8
* | ui/opengl: Makefile cleanupGerd Hoffmann2018-03-121-6/+6
* | ui/gtk: group gtk.mo declarations in MakefileGerd Hoffmann2018-03-121-5/+7
* | ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann2018-03-122-26/+30
|/