summaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-0/+15
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-2/+4
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann1-17/+2
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann1-0/+2
2013-04-16console: add qemu_console_is_*Gerd Hoffmann1-2/+4
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-0/+1
2013-04-16console: gui timer fixesGerd Hoffmann1-4/+5
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-6/+6
2013-04-16console: make DisplayState private to console.cGerd Hoffmann1-8/+0
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-2/+0
2013-04-16console: simplify screendumpGerd Hoffmann1-3/+0
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann1-1/+0
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-11/+11
2013-04-16console: displaystate init revampGerd Hoffmann1-4/+1
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann1-60/+0
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann1-16/+18
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-10/+2
2013-03-18console: add surface_*() gettersGerd Hoffmann1-8/+38
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-4/+3
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann1-7/+4
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann1-1/+0
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-154/+53
2013-03-13chardev: add vc support to qapiGerd Hoffmann1-2/+2
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori1-0/+4
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori1-1/+5
2013-02-21vga: fix byteswapping.Gerd Hoffmann1-1/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-2/+2
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-0/+485