Age | Commit message (Expand) | Author |
2014-09-05 | console: add qemu_default_pixman_format | Gerd Hoffmann |
2014-09-05 | console: add qemu_pixelformat_from_pixman | Gerd Hoffmann |
2014-06-23 | console: move chardev declarations to sysemu/char.h | Michael S. Tsirkin |
2014-06-13 | spice: add mouse cursor support | Gerd Hoffmann |
2014-06-04 | input: add support for kbd delays | Gerd Hoffmann |
2014-06-02 | console: add kbd_put_string_console | Gerd Hoffmann |
2014-06-02 | console: add kbd_put_qcode_console | Gerd Hoffmann |
2014-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging | Peter Maydell |
2014-05-26 | input: bind devices and input routing | Gerd Hoffmann |
2014-05-26 | input: add qemu_input_key_number_to_qcode | Gerd Hoffmann |
2014-05-26 | console: add kbd_put_keysym_console | Gerd Hoffmann |
2014-05-16 | input: add qemu_input_handler_deactivate | Gerd Hoffmann |
2014-05-16 | input: key mapping helpers | Gerd Hoffmann |
2014-03-17 | gtk: Allow to activate grab-on-hover from the command line | Jan Kiszka |
2014-03-05 | console: add QemuUIInfo | Gerd Hoffmann |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann |
2014-03-05 | input: remove index_from_keycode (no users) | Gerd Hoffmann |
2014-03-05 | input: move mouse mode notifier to new core | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_event | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_is_absolute | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_has_absolute | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_put_keycode | Gerd Hoffmann |
2014-03-05 | input: mouse: switch cocoa ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: add qemu_input_is_absolute() | Gerd Hoffmann |
2014-03-05 | input: mouse: add helpers functions to core | Gerd Hoffmann |
2014-03-05 | input: keyboard: add helper functions to core | Gerd Hoffmann |
2014-03-05 | input: add core bits of the new input layer | Gerd Hoffmann |
2014-03-05 | console: export QemuConsole index,width,height | Gerd Hoffmann |
2013-12-16 | include: add missing config-host.h include | Marc-André Lureau |
2013-12-02 | trace: Remove trace.h from console.h (less dependencies) | Stefan Weil |
2013-10-17 | spice: fix multihead support | Gerd Hoffmann |
2013-07-30 | spice: fix display initialization | Gerd Hoffmann |
2013-06-21 | vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client | Michael Tokarev |
2013-06-11 | gtk: implement -full-screen | Peter Wu |
2013-04-25 | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann |
2013-04-25 | console: add qemu_console_lookup_by_device | Gerd Hoffmann |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann |
2013-04-25 | console: qom-ify QemuConsole | Gerd Hoffmann |
2013-04-24 | input: introduce keyboard handler list | Gerd Hoffmann |
2013-04-24 | input: make QEMUPutLEDEntry + QEMUPutMouseEntry private | Gerd Hoffmann |
2013-04-17 | Fix warnings suppressors to honor --disable-werror | Markus Armbruster |
2013-04-16 | console: allow pinning displaychangelisteners to consoles | Gerd Hoffmann |
2013-04-16 | console: add qemu_console_is_* | Gerd Hoffmann |
2013-04-16 | xen: re-enable refresh interval reporting for xenfb | Gerd Hoffmann |
2013-04-16 | console: gui timer fixes | Gerd Hoffmann |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann |
2013-04-16 | console: make DisplayState private to console.c | Gerd Hoffmann |
2013-04-16 | console: move gui_update+gui_setup_refresh from vl.c into console.c | Gerd Hoffmann |
2013-04-16 | console: simplify screendump | Gerd Hoffmann |
2013-04-16 | console: give each QemuConsole its own DisplaySurface | Gerd Hoffmann |