summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
...
| * sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann2014-12-171-0/+4
| * sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2014-12-171-0/+16
* | spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-1/+2
|/
* 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 qemu_pixman_linebuf_copyGerd Hoffmann2014-09-051-0/+2
* 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: add qemu_default_pixman_formatGerd Hoffmann2014-09-051-0/+1
* console: add qemu_pixelformat_from_pixmanGerd Hoffmann2014-09-051-0/+1
* console: move chardev declarations to sysemu/char.hMichael S. Tsirkin2014-06-231-5/+0
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-0/+14
* input: add support for kbd delaysGerd Hoffmann2014-06-041-0/+1
* console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+1
* console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell2014-05-281-0/+1
|\
| * console: add kbd_put_keysym_consoleGerd Hoffmann2014-05-261-0/+1
* | input: bind devices and input routingGerd Hoffmann2014-05-261-0/+3
* | input: add qemu_input_key_number_to_qcodeGerd Hoffmann2014-05-261-0/+1
|/
* input: add qemu_input_handler_deactivateGerd Hoffmann2014-05-161-0/+1
* input: key mapping helpersGerd Hoffmann2014-05-161-0/+4
* 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-052-4/+4
* 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
* input: mouse: add qemu_input_is_absolute()Gerd Hoffmann2014-03-051-0/+1
* input: mouse: add helpers functions to coreGerd Hoffmann2014-03-051-0/+14
* input: keyboard: add helper functions to coreGerd Hoffmann2014-03-051-0/+5
* input: add core bits of the new input layerGerd Hoffmann2014-03-051-0/+32
* console: export QemuConsole index,width,heightGerd Hoffmann2014-03-051-0/+3
* include: add missing config-host.h includeMarc-André Lureau2013-12-161-0/+2
* trace: Remove trace.h from console.h (less dependencies)Stefan Weil2013-12-021-1/+0
* spice: fix multihead supportGerd Hoffmann2013-10-171-2/+3
* spice: fix display initializationGerd Hoffmann2013-07-301-0/+2
* 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
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
OpenPOWER on IntegriCloud