Age | Commit message (Expand) | Author |
2014-03-05 | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie |
2014-03-05 | console: add QemuUIInfo | Gerd Hoffmann |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann |
2014-03-05 | input: remove index_from_keycode (no users) | Gerd Hoffmann |
2014-03-05 | input: move do_mouse_set to new core | Gerd Hoffmann |
2014-03-05 | input: move qmp_query_mice to new core | Gerd Hoffmann |
2014-03-05 | input: add input_mouse_mode tracepoint | Gerd Hoffmann |
2014-03-05 | input: move mouse mode notifier to new core | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_event | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_is_absolute | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_mouse_has_absolute | Gerd Hoffmann |
2014-03-05 | input-legacy: remove kbd_put_keycode | Gerd Hoffmann |
2014-03-05 | input: trace events | Gerd Hoffmann |
2014-03-05 | input: mouse: switch cocoa ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch cocoa ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: switch spice ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: switch vnc ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: switch sdl ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: switch gtk ui to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: switch legacy handlers to new core | Gerd Hoffmann |
2014-03-05 | input: mouse: add qemu_input_is_absolute() | Gerd Hoffmann |
2014-03-05 | input: mouse: add graphic_rotate support | Gerd Hoffmann |
2014-03-05 | input: mouse: add helpers functions to core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch curses ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch spice ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch vnc ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch sdl ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch gtk ui to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch qmp_send_key() to new core. | Gerd Hoffmann |
2014-03-05 | input: keyboard: switch legacy handlers to new core | Gerd Hoffmann |
2014-03-05 | input: keyboard: add helper functions to core | Gerd Hoffmann |
2014-03-05 | input: add core bits of the new input layer | Gerd Hoffmann |
2014-03-05 | input: rename file to legacy | Gerd Hoffmann |
2014-03-05 | console: export QemuConsole index,width,height | Gerd Hoffmann |
2014-01-20 | gtk: Support keyboard translation for hosts running Windows | Stefan Weil |
2014-01-12 | ui/cocoa: Remove stray tabs | Peter Maydell |
2014-01-12 | ui/cocoa: Draw black rectangle if we have no data yet | Peter Maydell |
2014-01-12 | ui/cocoa: Redraw at correct size when switching surface | Peter Maydell |
2014-01-12 | ui/cocoa: Fix code for starting QEMU via image file load dialog | Peter Maydell |
2014-01-12 | ui/cocoa: Add ".qcow2" to extension list for image load dialog | Peter Maydell |
2014-01-12 | ui/cocoa: Send warning message to stderr, not stdout | Peter Maydell |
2014-01-12 | ui/cocoa: Correct typos in comments and variable names | Peter Maydell |
2014-01-12 | ui/cocoa: Pass command key through to guest when VM has mousegrab | Peter Maydell |
2013-12-23 | ui/cocoa: Use macro ARRAY_SIZE where possible | Stefan Weil |
2013-12-16 | spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*() | Gerd Hoffmann |
2013-12-16 | spice: move qemu_spice_display_*() from spice-graphics to spice-core | Gerd Hoffmann |
2013-12-16 | spice: flip streaming video mode to off by default | Gerd Hoffmann |
2013-12-02 | Don't crash on keyboard input with no handler | Don Koch |
2013-12-02 | misc: Replace 'struct QEMUTimer' by 'QEMUTimer' | Stefan Weil |
2013-12-02 | gtk: Replace conditional debug messages by trace methods | Stefan Weil |