aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie
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 do_mouse_set to new coreGerd Hoffmann
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann
2014-03-05input: add input_mouse_mode tracepointGerd 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: trace eventsGerd Hoffmann
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann
2014-03-05input: mouse: switch spice ui to new coreGerd Hoffmann
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann
2014-03-05input: mouse: switch legacy handlers to new coreGerd Hoffmann
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch spice ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch vnc ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann
2014-03-05input: keyboard: switch legacy handlers to new 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-05input: rename file to legacyGerd Hoffmann
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann
2013-12-02Don't crash on keyboard input with no handlerDon Koch
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil