Age | Commit message (Expand) | Author |
2018-04-27 | console: introduce dpy_gfx_update_full | Tina Zhang |
2018-04-27 | sdl: Move DisplayOptions global to sdl2_console | Elie Tournier |
2018-04-09 | ui: add ctrl modifier support to kbd_put_qcode_console() | Gerd Hoffmann |
2018-03-13 | console: minimal hotplug suport | Gerd Hoffmann |
2018-03-13 | ui/pixman: add qemu_drm_format_to_pixman() | Gerd Hoffmann |
2018-03-12 | spice: add cursor_dmabuf support | Gerd Hoffmann |
2018-03-12 | vnc: deal with surface NULL pointers | Gerd Hoffmann |
2018-03-12 | ui/gtk-egl: add cursor_dmabuf support | Gerd Hoffmann |
2018-03-12 | ui/gtk-egl: add scanout_dmabuf support | Gerd Hoffmann |
2018-03-12 | ui/gtk: make GtkGlArea usage a runtime option | Gerd Hoffmann |
2018-03-05 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell |
2018-03-05 | console: add and use qemu_display_find_default | Gerd Hoffmann |
2018-03-05 | egl-headless: switch over to new display registry | Gerd Hoffmann |
2018-03-05 | curses: switch over to new display registry | Gerd Hoffmann |
2018-03-05 | cocoa: switch over to new display registry | Gerd Hoffmann |
2018-03-05 | sdl: switch over to new display registry | Gerd Hoffmann |
2018-03-05 | console: add qemu display registry, add gtk | Gerd Hoffmann |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-22 | console/opengl: split up dpy_gl_cursor ops | Gerd Hoffmann |
2018-02-20 | cocoa: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | curses: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | egl-headless: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | sdl: use DisplayOptions | Gerd Hoffmann |
2018-02-20 | gtk: add and use DisplayOptions + DisplayGTK | Gerd Hoffmann |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster |
2018-02-09 | Clean up includes | Markus Armbruster |
2018-02-09 | vnc: use stubs for CONFIG_VNC=n dummy functions | Gerd Hoffmann |
2018-01-29 | ui: fix alphabetical ordering of keymaps | Daniel P. Berrange |
2018-01-29 | hw: convert the escc device to keycodemapdb | Daniel P. Berrange |
2018-01-29 | hw: convert ps2 device to keycodemapdb | Daniel P. Berrange |
2018-01-25 | sdl: reorganize -no-frame support | Gerd Hoffmann |
2018-01-25 | ui: convert GTK and SDL1 frontends to keycodemapdb | Daniel P. Berrange |
2018-01-25 | ui: convert the SDL2 frontend to keycodemapdb | Daniel P. Berrange |
2018-01-12 | sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held | Jindrich Makovicka |
2018-01-12 | spice: remove QXLWorker interface field | Frediano Ziglio |
2017-12-14 | ui: generate qcode to linux mappings | Owen Smith |
2017-10-19 | Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques... | Peter Maydell |
2017-10-17 | egl-helpers: add egl_texture_blit and egl_texture_blend | Gerd Hoffmann |
2017-10-17 | egl-helpers: add dmabuf import support | Gerd Hoffmann |
2017-10-17 | opengl: add flipping vertex shader | Gerd Hoffmann |
2017-10-17 | opengl: move shader init from console-gl.c to shader.c | Gerd Hoffmann |
2017-10-17 | console: add support for dmabufs | Gerd Hoffmann |
2017-10-16 | ui: don't export qemu_input_event_new_key | Daniel P. Berrange |
2017-10-16 | ui: convert common input code to keycodemapdb | Daniel P. Berrange |
2017-09-29 | egl: misc framebuffer helper improvements. | Gerd Hoffmann |
2017-09-29 | console: purge curses bits from console.h | Gerd Hoffmann |
2017-08-31 | console: use DIV_ROUND_UP | Marc-André Lureau |