summaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)Author
2017-02-02Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell
2017-01-31console: fix console resizeGerd Hoffmann
2017-01-31char: remove class kind fieldMarc-André Lureau
2017-01-31char: get rid of CharDriverMarc-André Lureau
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-27vc: use a common prefix for chr callbacksMarc-André Lureau
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau
2017-01-27char: move callbacks in CharDriverMarc-André Lureau
2017-01-27char: use a const CharDriverMarc-André Lureau
2017-01-10console: add API to get underlying gui window IDSamuel Thibault
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann
2016-09-28console: skip same-size resizeMarc-André Lureau
2016-09-15ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau
2016-06-10console: ignore ui_info updates which don't actually update somethingGerd Hoffmann
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake
2016-02-04ui: Clean up includesPeter Maydell
2016-02-03console: block rendering until client is doneGerd Hoffmann
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-10-19qemu-char: convert vc backend to data-driven creationPaolo Bonzini
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann
2015-03-12ui/console: fix OVERFLOW_BEFORE_WIDENGonglei
2015-03-10ui: Removed unused functionsThomas Huth
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann