summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie5-3/+1102
2014-03-05console: add QemuUIInfoGerd Hoffmann1-0/+17
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-4/+24
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann1-14/+0
2014-03-05input: move do_mouse_set to new coreGerd Hoffmann2-43/+21
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann2-23/+29
2014-03-05input: add input_mouse_mode tracepointGerd Hoffmann1-0/+1
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann2-33/+31
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann1-49/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann1-10/+1
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann1-19/+2
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann1-23/+0
2014-03-05input: trace eventsGerd Hoffmann1-0/+48
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann1-21/+42
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann1-12/+6
2014-03-05input: mouse: switch spice ui to new coreGerd Hoffmann1-24/+38
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann2-24/+23
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann1-45/+39
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann1-39/+19
2014-03-05input: mouse: switch legacy handlers to new coreGerd Hoffmann1-0/+63
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann1-0/+8
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann1-0/+31
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann1-0/+71
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann1-22/+25
2014-03-05input: keyboard: switch spice ui to new coreGerd Hoffmann1-2/+20
2014-03-05input: keyboard: switch vnc ui to new coreGerd Hoffmann1-19/+6
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann1-18/+9
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann1-15/+4
2014-03-05input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann1-8/+3
2014-03-05input: keyboard: switch legacy handlers to new coreGerd Hoffmann1-10/+56
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann1-0/+35
2014-03-05input: add core bits of the new input layerGerd Hoffmann2-1/+84
2014-03-05input: rename file to legacyGerd Hoffmann2-1/+1
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann1-0/+24
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil1-3/+15
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell1-3/+3
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell1-1/+6
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell1-7/+17
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell1-6/+6
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell1-1/+1
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell1-1/+1
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell1-14/+14
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell1-7/+18
2013-12-23ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil1-3/+2
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann1-2/+2
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann2-17/+16
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann1-0/+2
2013-12-02Don't crash on keyboard input with no handlerDon Koch1-1/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil1-14/+5