summaryrefslogtreecommitdiffstats
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* char: remove explicit_be_open from CharDriverStateMarc-André Lureau2016-10-241-5/+6
* char: move front end handlers in CharBackendMarc-André Lureau2016-10-241-1/+3
* char: remove init callbackMarc-André Lureau2016-10-241-2/+0Star
* console: track gl_block state in QemuConsoleGerd Hoffmann2016-09-281-4/+11
* console: skip same-size resizeMarc-André Lureau2016-09-281-0/+7
* ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth2016-09-151-0/+1
* virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-061-0/+2
* console: ignore ui_info updates which don't actually update somethingGerd Hoffmann2016-06-101-1/+6
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2016-04-111-0/+11
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-2/+2
* ui/console: add escape sequence \e[5, 6nRen Kimura2016-03-091-15/+41
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2016-03-011-0/+23
* chardev: Properly initialize ChardevCommon componentsEric Blake2016-02-251-9/+11
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* console: block rendering until client is doneGerd Hoffmann2016-02-031-0/+10
* qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange2016-01-151-1/+5
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2016-01-081-56/+45Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* input: Convert to new qapi union layoutEric Blake2015-11-021-10/+10
* qemu-char: convert vc backend to data-driven creationPaolo Bonzini2015-10-191-4/+6
* qemu-char: add create to register_char_driverPaolo Bonzini2015-10-141-1/+2
* ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann2015-10-081-2/+65
* ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini2015-06-051-61/+0Star
* console: add dpy_ui_info_supportedGerd Hoffmann2015-05-061-1/+6
* console: delayed ui_info guest notificationGerd Hoffmann2015-05-061-3/+19
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-301-2/+2
* console/gtk: add qemu_console_get_labelGerd Hoffmann2015-04-221-0/+15
* ui/console: fix OVERFLOW_BEFORE_WIDENGonglei2015-03-121-2/+2
* ui: Removed unused functionsThomas Huth2015-03-101-12/+0Star
* ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt2015-01-191-0/+25
* console: add graphic_console_set_hwopsGerd Hoffmann2014-09-291-2/+9
* qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell2014-09-171-2/+1Star
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-7/+0Star
* console: add dpy_gfx_update_dirtyGerd Hoffmann2014-09-051-0/+61
* console: add qemu_create_displaysurface_guestmemGerd Hoffmann2014-09-051-0/+37
* console: stop using PixelFormatGerd Hoffmann2014-09-051-23/+10Star
* console: reimplement qemu_default_pixelformatGerd Hoffmann2014-09-051-113/+4Star
* qemu-char: introduce qemu_chr_allocPaolo Bonzini2014-06-231-1/+1
* console: fix -vga none -sdl crashGerd Hoffmann2014-06-101-4/+1Star
* console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann2014-06-101-9/+4Star
* console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+9
* console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+24
* console: add kbd_put_keysym_consoleGerd Hoffmann2014-05-261-3/+6
* console: rework text terminal cursor logicGerd Hoffmann2014-05-261-18/+32
* console: update text terminal surface unconditionallyGerd Hoffmann2014-05-261-71/+56Star
* console: nicer initial screenGerd Hoffmann2014-05-261-8/+11
* console: Abort on property access errorsKirill Batuzov2014-05-261-17/+13Star
* ui: Add missing 'static' attributeStefan Weil2014-05-071-1/+1
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+1