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