summaryrefslogtreecommitdiffstats
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
|/
* console/opengl: split up dpy_gl_cursor opsGerd Hoffmann2018-02-221-4/+14
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* ui: fix dcl unregisterGerd Hoffmann2017-11-101-0/+1
* console: add support for dmabufsGerd Hoffmann2017-10-171-0/+33
* console: add question-mark escape operatorAlexander Graf2017-09-131-1/+2
* console: fix dpy_gfx_replace_surface assertGerd Hoffmann2017-09-131-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell2017-06-221-24/+1Star
|\
| * console: remove do_safe_dpy_refreshGerd Hoffmann2017-06-211-24/+1Star
* | console: use get_uint() for "head" propertyMarc-André Lureau2017-06-201-2/+2
|/
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: remove qemu_chr_be_generic_openMarc-André Lureau2017-05-041-1/+1
* console: add same displaychangelistener registration pre-conditionMarc-André Lureau2017-04-241-0/+2
* console: add same surface replace pre-conditionMarc-André Lureau2017-04-241-0/+2
* ui/console: use exclusive mechanism directlyAlex Bennée2017-03-281-7/+9
* ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée2017-03-281-0/+2
* ui/console: ensure graphic updates don't race with TCG vCPUsAlex Bennée2017-03-171-1/+20
* cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann2017-03-161-28/+0Star
* console: add dpy_gl_scanout_disableGerd Hoffmann2017-02-271-0/+11
* console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann2017-02-271-8/+11
* Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell2017-02-021-8/+2Star
|\
| * char: remove class kind fieldMarc-André Lureau2017-01-311-1/+1
| * char: get rid of CharDriverMarc-André Lureau2017-01-311-8/+2Star
* | console: fix console resizeGerd Hoffmann2017-01-311-1/+1
|/
* chardev: qom-ifyMarc-André Lureau2017-01-271-25/+37
* vc: use a common prefix for chr callbacksMarc-André Lureau2017-01-271-12/+12
* gtk: overwrite the console.c char driverMarc-André Lureau2017-01-271-17/+7Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-20/+20
* char: allocate CharDriverState as a single objectMarc-André Lureau2017-01-271-6/+15
* char: move callbacks in CharDriverMarc-André Lureau2017-01-271-11/+17
* char: use a const CharDriverMarc-André Lureau2017-01-271-3/+7
* console: add API to get underlying gui window IDSamuel Thibault2017-01-101-0/+11
* 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