summaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)AuthorFilesLines
2015-03-12pixman: add a bunch of PIXMAN_BE_* defines for 32bppGerd Hoffmann1-0/+16
2015-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell1-1/+0
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann1-1/+0
2015-03-10ui: Removed unused functionsThomas Huth1-3/+0
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2-4/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
2015-02-18hmp: Clean up declarations for long-gone info handlersMarkus Armbruster1-3/+0
2015-02-16vnc: introduce an wrapper for auto assign vnc idGonglei1-0/+1
2015-01-29qmp hmp: Improve error messages when SPICE is not in useMarkus Armbruster1-2/+2
2015-01-29qmp hmp: Factor out common "using spice" testMarkus Armbruster1-0/+10
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann1-1/+3
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann1-8/+8
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann1-0/+2
2015-01-19ui/pixman: add qemu_pixman_check_formatGerd Hoffmann1-0/+2
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt1-0/+4
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell1-0/+32
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann1-0/+1
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann1-0/+1
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann1-0/+1
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann1-0/+6
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann1-0/+3
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann1-0/+4
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann1-0/+16
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-1/+2
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann1-0/+3
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt1-2/+1
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann1-0/+2
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+4
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+4
2014-09-05console: stop using PixelFormatGerd Hoffmann1-7/+7
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann1-0/+1
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann1-0/+1
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin1-5/+0
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-0/+14
2014-06-04input: add support for kbd delaysGerd Hoffmann1-0/+1
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann1-0/+1
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann1-0/+1
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell1-0/+1
2014-05-26input: bind devices and input routingGerd Hoffmann1-0/+3
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann1-0/+1
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann1-0/+1
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann1-0/+1
2014-05-16input: key mapping helpersGerd Hoffmann1-0/+4
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka1-1/+1
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 Hoffmann2-4/+4
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann1-1/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann1-1/+0