summaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-0/+1
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-1/+1
2018-03-13console: minimal hotplug suportGerd Hoffmann1-0/+2
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann1-0/+2
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-64/+11
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann1-0/+1
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann1-3/+0
2018-03-05curses: switch over to new display registryGerd Hoffmann1-12/+0
2018-03-05cocoa: switch over to new display registryGerd Hoffmann1-12/+0
2018-03-05sdl: switch over to new display registryGerd Hoffmann1-19/+0
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann1-20/+12
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann1-5/+8
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-20curses: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann1-1/+1
2018-02-20sdl: use DisplayOptionsGerd Hoffmann1-4/+4
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann1-5/+4
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann1-21/+0
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-3/+2
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann1-8/+6
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+25
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-21/+2
2017-08-31console: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-05-12opengl: add egl-headless displayGerd Hoffmann1-0/+3
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-7/+0
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann1-0/+2
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann1-8/+11
2017-01-27chardev: qom-ifyMarc-André Lureau1-0/+2
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil1-0/+3
2017-01-10console: add API to get underlying gui window IDSamuel Thibault1-0/+4
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann1-0/+1
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau1-0/+2
2016-06-29vnc: generalize "VNC server running on ..." messagePaolo Bonzini1-7/+0
2016-05-20gtk: Initialization stubsEduardo Habkost1-0/+17
2016-05-20cocoa: cocoa_display_init() stubEduardo Habkost1-0/+9
2016-05-20sdl: Initialization stubsEduardo Habkost1-0/+16
2016-05-20curses: curses_display_init() stubEduardo Habkost1-0/+9
2016-05-20vnc: Initialization stubsEduardo Habkost1-1/+19
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann1-0/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann1-0/+2
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell1-0/+2
2016-02-03console: block rendering until client is doneGerd Hoffmann1-0/+2