aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven
2014-03-17gtk: Don't warp absolute pointerCole Robinson
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka
2014-03-12gtk: Add mouse wheel supportJan Kiszka
2014-03-12input: activate legacy kbdGerd Hoffmann
2014-03-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into stagingPeter Maydell
2014-03-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into stagingPeter Maydell
2014-03-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into stagingPeter Maydell
2014-03-10spice: QemuUIInfo windupGerd Hoffmann
2014-03-10spice: fix simple display surface handlingGerd Hoffmann
2014-03-10input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.Gerd Hoffmann
2014-03-10input: sdl: fix guest_cursor logic.Gerd Hoffmann
2014-03-10ui/vnc: disable adaptive update calculations if not neededPeter Lieven
2014-03-10ui/vnc: optimize setting in vnc_dpy_update()Peter Lieven
2014-03-10ui/vnc: optimize clearing in find_and_clear_dirty_height()Peter Lieven
2014-03-10ui/vnc: optimize dirty bitmap trackingPeter Lieven
2014-03-10ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BITPeter Lieven
2014-03-10ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven
2014-03-10vnc: fix use-after-free in vnc_update_client_syncGerd Hoffmann
2014-03-10vnc: Fix qemu crashed when vnc client disconnect suddenlyGonglei (Arei)
2014-03-10vnc: Fix tight_detect_smooth_image() for lossless caseMarkus Armbruster
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