Age | Commit message (Expand) | Author |
2016-06-29 | vnc: generalize "VNC server running on ..." message | Paolo Bonzini |
2016-05-20 | spice: Initialization stubs on qemu-spice.h | Eduardo Habkost |
2016-05-20 | gtk: Initialization stubs | Eduardo Habkost |
2016-05-20 | cocoa: cocoa_display_init() stub | Eduardo Habkost |
2016-05-20 | sdl: Initialization stubs | Eduardo Habkost |
2016-05-20 | curses: curses_display_init() stub | Eduardo Habkost |
2016-05-20 | vnc: Initialization stubs | Eduardo Habkost |
2016-05-12 | spice/gl: add & use qemu_spice_gl_monitor_config | Gerd Hoffmann |
2016-04-11 | ui/virtio-gpu: add and use qemu_create_displaysurface_pixman | Gerd Hoffmann |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-08 | input: linux evdev support | Gerd Hoffmann |
2016-03-01 | console: add & use qemu_console_lookup_by_device_name | Gerd Hoffmann |
2016-02-29 | spice/gl: Enable dmabuf only for spice >= 0.13.1 | Michal Privoznik |
2016-02-23 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ... | Peter Maydell |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-23 | spice/gl: add unblock timer | Gerd Hoffmann |
2016-02-23 | spice: add opengl/virgl/dmabuf support | Gerd Hoffmann |
2016-02-23 | egl-helpers: add functions for render nodes and dma-buf passing | Gerd Hoffmann |
2016-02-03 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s... | Peter Maydell |
2016-02-03 | console: block rendering until client is done | Gerd Hoffmann |
2016-02-03 | zap qemu_egl_has_ext in include/ui/egl-helpers.h | Gerd Hoffmann |
2016-02-03 | hmp: fix sendkey out of bounds write (CVE-2015-8619) | Wolfgang Bumiller |
2016-02-02 | sdl: shorten the GUI refresh interval when mouse or keyboard is active | Jindřich Makovička |
2016-01-18 | gtk: implement set_echo | Paolo Bonzini |
2016-01-08 | sdl2/opengl: add opengl context and scanout support | Gerd Hoffmann |
2016-01-08 | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi |
2015-11-06 | replay: recording of the user input | Pavel Dovgalyuk |
2015-11-03 | ui/curses: Support line graphics chars on -curses mode | OGAWA Hirofumi |
2015-10-19 | qemu-char: convert spice backend to data-driven creation | Paolo Bonzini |
2015-10-08 | gtk/opengl: add opengl context and scanout support (GtkGLArea) | Gerd Hoffmann |
2015-10-08 | gtk/opengl: add opengl context and scanout support (egl) | Gerd Hoffmann |
2015-10-08 | opengl: add egl-context.[ch] helpers | Gerd Hoffmann |
2015-10-08 | ui/console: add opengl context and scanout support interfaces. | Gerd Hoffmann |
2015-10-08 | shaders: initialize vertexes once | Gerd Hoffmann |
2015-09-24 | gtk: avoid redefining _WIN32_WINNT macro | Daniel P. Berrange |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster |
2015-06-05 | ui/console: remove dpy_gfx_update_dirty | Paolo Bonzini |
2015-05-29 | gtk: add opengl support, using egl | Gerd Hoffmann |
2015-05-29 | ui: add egl-helpers | Gerd Hoffmann |
2015-05-29 | ui: shader.h protect against double inclusion | Gerd Hoffmann |
2015-05-29 | ui: use libexpoxy | Gerd Hoffmann |
2015-05-06 | gtk: create gtk.h | Gerd Hoffmann |
2015-05-06 | console: add dpy_ui_info_supported | Gerd Hoffmann |
2015-05-05 | sdl2: Fix RGB555 | Max Reitz |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann |
2015-05-05 | sdl2: move SDL_* includes to sdl2.h | Gerd Hoffmann |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann |