aboutsummaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)Author
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann
2015-01-19ui/pixman: add qemu_pixman_check_formatGerd Hoffmann
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin
2014-06-13spice: add mouse cursor supportGerd Hoffmann
2014-06-04input: add support for kbd delaysGerd Hoffmann
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell
2014-05-26input: bind devices and input routingGerd Hoffmann
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann
2014-05-16input: key mapping helpersGerd Hoffmann
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka
2014-03-05console: add QemuUIInfoGerd Hoffmann
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann
2014-03-05input: add core bits of the new input layerGerd Hoffmann
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann
2013-12-16include: add missing config-host.h includeMarc-André Lureau
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-10-17spice: fix multihead supportGerd Hoffmann
2013-07-30spice: fix display initializationGerd Hoffmann