summaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller1-1/+1
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi1-0/+15
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi1-1/+11
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann1-0/+37
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+1
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster1-1/+1
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini1-4/+0
2015-05-29gtk: add opengl support, using eglGerd Hoffmann1-1/+1
2015-05-29ui: use libexpoxyGerd Hoffmann1-2/+1
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann1-0/+1
2015-05-05sdl2: Fix RGB555Max Reitz1-0/+5
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann1-0/+1
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann1-0/+31
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann1-0/+1
2015-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell1-1/+0
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann1-1/+0
2015-03-10ui: Removed unused functionsThomas Huth1-3/+0
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
2015-02-16vnc: introduce an wrapper for auto assign vnc idGonglei1-0/+1
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann1-1/+3
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann1-8/+8
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt1-0/+4
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann1-0/+3
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt1-2/+1
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+4
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+4
2014-09-05console: stop using PixelFormatGerd Hoffmann1-7/+7
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin1-5/+0
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann1-0/+1
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann1-0/+1
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann1-0/+1
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka1-1/+1
2014-03-05console: add QemuUIInfoGerd Hoffmann1-0/+12
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+3
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann1-1/+0
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann1-4/+0
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann1-1/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann1-1/+0
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann1-3/+0
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann1-1/+0
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann1-0/+2
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann1-0/+3
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-1/+0
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev1-1/+1
2013-06-11gtk: implement -full-screenPeter Wu1-1/+1
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-2/+1
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann1-0/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+2