Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | ui/cocoa.m: prevent stuck command key when going into full screen mode | John Arbuckle | 1 | -1/+13 |
2018-07-12 | ui/cocoa.m: replace scrollingDeltaY with deltaY | John Arbuckle | 1 | -7/+13 |
2018-07-03 | qapi: add conditions to VNC type/commands/events on the schema | Marc-André Lureau | 1 | -0/+2 |
2018-06-26 | sdl2: add checking for NULL | Pavel Dovgalyuk | 1 | -3/+3 |
2018-06-26 | sdl2: fix copypaste issues | Pavel Dovgalyuk | 1 | -4/+4 |
2018-06-26 | Add gles support to egl-helpers, wire up in egl-headless and gtk. | Gerd Hoffmann | 6 | -27/+56 |
2018-06-14 | sdl2: restore window dimensions by resize | Amadeusz Sławiński | 1 | -2/+1 |
2018-06-14 | ui: darwin: gtk: Add missing input keymap | Keno Fischer | 1 | -0/+1 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -1/+1 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -4/+4 |
2018-06-01 | ui: use local path for local headers | Michael S. Tsirkin | 4 | -4/+4 |
2018-05-29 | ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warning | Peter Maydell | 1 | -1/+11 |
2018-05-18 | sdl: Move use of surface pointer below check for whether it is NULL | Peter Maydell | 1 | -3/+3 |
2018-05-18 | ui: add x_keymap.o to modules | Paolo Bonzini | 1 | -4/+7 |
2018-05-18 | console: Avoid segfault in screendump | Michal Privoznik | 1 | -0/+5 |
2018-05-15 | gtk: disable the F10 menubar key | Peter Wu | 1 | -0/+6 |
2018-05-15 | console: use linked list for QemuConsoles | Gerd Hoffmann | 1 | -47/+58 |
2018-05-15 | ui: switch gtk display to qapi parser | Gerd Hoffmann | 1 | -1/+5 |
2018-05-15 | vnc: add magic cookie to VncState | Gerd Hoffmann | 3 | -1/+16 |
2018-05-15 | ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed | Tomeu Vizoso | 1 | -1/+1 |
2018-05-15 | gtk: make it possible to hide the menu bar | Peter Wu | 1 | -1/+45 |
2018-05-15 | sdl2: move opts assignment into loop | Gerd Hoffmann | 1 | -1/+1 |
2018-05-11 | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini | 2 | -11/+11 |
2018-04-27 | console: introduce dpy_gfx_update_full | Tina Zhang | 1 | -0/+10 |
2018-04-27 | sdl: Allow OpenGL ES context creation | Elie Tournier | 1 | -2/+17 |
2018-04-27 | sdl: Move DisplayOptions global to sdl2_console | Elie Tournier | 1 | -5/+5 |
2018-04-27 | vnc: fix use-after-free | Gerd Hoffmann | 1 | -2/+3 |
2018-04-10 | gtk: drop pointless code from gd_window_close | Gerd Hoffmann | 1 | -8/+0 |
2018-04-10 | ui: fix keymap detection under Xwayland | Daniel P. Berrangé | 1 | -2/+5 |
2018-04-09 | sdl2: drop dead code | Gerd Hoffmann | 1 | -8/+0 |
2018-04-09 | sdl2: drop QEMU_KEY_BACKSPACE special case | Gerd Hoffmann | 1 | -3/+0 |
2018-04-09 | sdl2: enable ctrl modifier keys for text consoles | Gerd Hoffmann | 1 | -1/+3 |
2018-04-09 | sdl2: track kbd modifier state unconditionally | Gerd Hoffmann | 1 | -18/+21 |
2018-04-09 | ui: add ctrl modifier support to kbd_put_qcode_console() | Gerd Hoffmann | 3 | -5/+16 |
2018-04-04 | sdl2: Remove unused epoxy include | Elie Tournier | 1 | -2/+0 |
2018-03-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-03-13 | console: minimal hotplug suport | Gerd Hoffmann | 2 | -6/+75 |
2018-03-13 | ui/pixman: add qemu_drm_format_to_pixman() | Gerd Hoffmann | 1 | -0/+22 |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2018-03-12 | qapi: Add device ID and head parameters to screendump | Thomas Huth | 1 | -5/+19 |
2018-03-12 | spice: add cursor_dmabuf support | Gerd Hoffmann | 2 | -5/+112 |
2018-03-12 | spice: add scanout_dmabuf support | Gerd Hoffmann | 1 | -0/+15 |
2018-03-12 | spice: drop dprint() debug logging | Gerd Hoffmann | 2 | -53/+31 |
2018-03-12 | vnc: deal with surface NULL pointers | Gerd Hoffmann | 2 | -4/+16 |
2018-03-12 | ui/gtk-egl: add cursor_dmabuf support | Gerd Hoffmann | 2 | -1/+41 |
2018-03-12 | ui/gtk-egl: add scanout_dmabuf support | Gerd Hoffmann | 2 | -0/+25 |
2018-03-12 | ui/gtk: use GtkGlArea on wayland only | Gerd Hoffmann | 1 | -5/+8 |
2018-03-12 | ui/opengl: Makefile cleanup | Gerd Hoffmann | 1 | -6/+6 |
2018-03-12 | ui/gtk: group gtk.mo declarations in Makefile | Gerd Hoffmann | 1 | -5/+7 |
2018-03-12 | ui/gtk: make GtkGlArea usage a runtime option | Gerd Hoffmann | 2 | -26/+30 |