summaryrefslogtreecommitdiffstats
path: root/include/ui/console.h
Commit message (Expand)AuthorAgeFilesLines
* ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi2015-11-031-1/+11
* ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann2015-10-081-0/+37
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+1
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+1
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-1/+1
* ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini2015-06-051-4/+0
* gtk: add opengl support, using eglGerd Hoffmann2015-05-291-1/+1
* ui: use libexpoxyGerd Hoffmann2015-05-291-2/+1
* console: add dpy_ui_info_supportedGerd Hoffmann2015-05-061-0/+1
* sdl2: Fix RGB555Max Reitz2015-05-051-0/+5
* sdl2: add support for display rendering using opengl.Gerd Hoffmann2015-05-051-0/+1
* console-gl: add opengl rendering helper functionsGerd Hoffmann2015-05-051-0/+31
* console/gtk: add qemu_console_get_labelGerd Hoffmann2015-04-221-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell2015-03-101-1/+0
|\
| * vnc: set id at parse time not init timeGerd Hoffmann2015-03-101-1/+0
* | ui: Removed unused functionsThomas Huth2015-03-101-3/+0
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-251-1/+1
|\
| * hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-1/+1
* | vnc: introduce an wrapper for auto assign vnc idGonglei2015-02-161-0/+1
|/
* vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-221-1/+3
* vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann2015-01-221-8/+8
* ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt2015-01-191-0/+4
* console: add graphic_console_set_hwopsGerd Hoffmann2014-09-291-0/+3
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-2/+1
* console: add dpy_gfx_update_dirtyGerd Hoffmann2014-09-051-0/+4
* console: add qemu_create_displaysurface_guestmemGerd Hoffmann2014-09-051-0/+4
* console: stop using PixelFormatGerd Hoffmann2014-09-051-7/+7
* console: move chardev declarations to sysemu/char.hMichael S. Tsirkin2014-06-231-5/+0
* console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+1
* console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+1
* console: add kbd_put_keysym_consoleGerd Hoffmann2014-05-261-0/+1
* gtk: Allow to activate grab-on-hover from the command lineJan Kiszka2014-03-171-1/+1
* console: add QemuUIInfoGerd Hoffmann2014-03-051-0/+12
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+3
* input: remove index_from_keycode (no users)Gerd Hoffmann2014-03-051-1/+0
* input: move mouse mode notifier to new coreGerd Hoffmann2014-03-051-4/+0
* input-legacy: remove kbd_mouse_eventGerd Hoffmann2014-03-051-1/+0
* input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann2014-03-051-1/+0
* input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann2014-03-051-3/+0
* input-legacy: remove kbd_put_keycodeGerd Hoffmann2014-03-051-1/+0
* input: mouse: switch cocoa ui to new coreGerd Hoffmann2014-03-051-0/+2
* console: export QemuConsole index,width,heightGerd Hoffmann2014-03-051-0/+3
* trace: Remove trace.h from console.h (less dependencies)Stefan Weil2013-12-021-1/+0
* vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2013-06-211-1/+1
* gtk: implement -full-screenPeter Wu2013-06-111-1/+1
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-2/+1
* console: add qemu_console_lookup_by_deviceGerd Hoffmann2013-04-251-0/+1
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+2
* console: qom-ify QemuConsoleGerd Hoffmann2013-04-251-0/+15
* input: introduce keyboard handler listGerd Hoffmann2013-04-241-2/+4
OpenPOWER on IntegriCloud