summaryrefslogtreecommitdiffstats
path: root/include/ui/console.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann2013-04-241-17/+2
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-161-0/+2
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-2/+4
* xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-161-0/+1
* console: gui timer fixesGerd Hoffmann2013-04-161-4/+5
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+6
* console: make DisplayState private to console.cGerd Hoffmann2013-04-161-8/+0
* console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-2/+0
* console: simplify screendumpGerd Hoffmann2013-04-161-3/+0
* console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2013-04-161-1/+0
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-11/+11
OpenPOWER on IntegriCloud