Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | ui: Fix default window_id value | Samuel Thibault | 1 | -0/+1 |
2020-09-29 | ui: add getter for UIInfo | Marc-André Lureau | 1 | -0/+7 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-07-13 | ui: fix vc_chr_write call in text_console_do_init | Gerd Hoffmann | 1 | -4/+4 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -4/+3 |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi | 1 | -2/+2 |
2020-01-21 | ui/console: Display the 'none' backend in '-display help' | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-01-14 | ui: Print available display backends with '-display help' | Thomas Huth | 1 | -0/+15 |
2020-01-02 | screendump: use qemu_unlink() | Marc-André Lureau | 1 | -1/+1 |
2020-01-02 | screendump: replace FILE with QIOChannel and fix close()/qemu_close() | Marc-André Lureau | 1 | -21/+16 |
2020-01-02 | ppm-save: pass opened fd | Marc-André Lureau | 1 | -23/+22 |
2020-01-02 | console: add graphic_hw_update_done() | Marc-André Lureau | 1 | -0/+9 |
2019-07-03 | console: fix cell overflow | Gerd Hoffmann | 1 | -2/+8 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -2/+2 |
2019-01-10 | ui/console: Remove qemu_create_display_surface_guestmem() | Peter Maydell | 1 | -36/+0 |
2018-08-24 | ui: use enum to string helpers | Marc-André Lureau | 1 | -3/+3 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -1/+1 |
2018-05-18 | console: Avoid segfault in screendump | Michal Privoznik | 1 | -0/+5 |
2018-05-15 | console: use linked list for QemuConsoles | Gerd Hoffmann | 1 | -47/+58 |
2018-04-27 | console: introduce dpy_gfx_update_full | Tina Zhang | 1 | -0/+10 |
2018-04-09 | ui: add ctrl modifier support to kbd_put_qcode_console() | Gerd Hoffmann | 1 | -2/+13 |
2018-03-13 | console: minimal hotplug suport | Gerd Hoffmann | 1 | -6/+73 |
2018-03-12 | qapi: Add device ID and head parameters to screendump | Thomas Huth | 1 | -5/+19 |
2018-03-12 | vnc: deal with surface NULL pointers | Gerd Hoffmann | 1 | -4/+6 |
2018-03-05 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell | 1 | -0/+59 |
2018-03-05 | console: add ui module loading support | Gerd Hoffmann | 1 | -0/+6 |
2018-03-05 | console: add and use qemu_display_find_default | Gerd Hoffmann | 1 | -0/+19 |
2018-03-05 | console: add qemu display registry, add gtk | Gerd Hoffmann | 1 | -0/+34 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-22 | console/opengl: split up dpy_gl_cursor ops | Gerd Hoffmann | 1 | -4/+14 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+2 |
2017-11-10 | ui: fix dcl unregister | Gerd Hoffmann | 1 | -0/+1 |
2017-10-17 | console: add support for dmabufs | Gerd Hoffmann | 1 | -0/+33 |
2017-09-13 | console: add question-mark escape operator | Alexander Graf | 1 | -1/+2 |
2017-09-13 | console: fix dpy_gfx_replace_surface assert | Gerd Hoffmann | 1 | -1/+1 |
2017-06-22 | Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into... | Peter Maydell | 1 | -24/+1 |
2017-06-21 | console: remove do_safe_dpy_refresh | Gerd Hoffmann | 1 | -24/+1 |
2017-06-20 | console: use get_uint() for "head" property | Marc-André Lureau | 1 | -2/+2 |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 1 | -1/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-05-04 | char: remove qemu_chr_be_generic_open | Marc-André Lureau | 1 | -1/+1 |
2017-04-24 | console: add same displaychangelistener registration pre-condition | Marc-André Lureau | 1 | -0/+2 |
2017-04-24 | console: add same surface replace pre-condition | Marc-André Lureau | 1 | -0/+2 |
2017-03-28 | ui/console: use exclusive mechanism directly | Alex Bennée | 1 | -7/+9 |
2017-03-28 | ui/console: ensure do_safe_dpy_refresh holds BQL | Alex Bennée | 1 | -0/+2 |