summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-08-05input (curses): mask keycodes to remove modifier bitsAndrew Oates1-2/+2
2014-04-11input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson1-1/+2
2014-04-11input: sdl2: Fix guest_cursor logicCole Robinson1-7/+11
2014-04-08gtk: Implement grab-on-click behavior in relative modeTakashi Iwai1-2/+17
2014-04-07Merge remote-tracking branch 'remotes/spice/tags/pull-spice-6' into stagingPeter Maydell1-0/+4
2014-04-07spice: monitors_config: check pointer before dereferencingGerd Hoffmann1-0/+4
2014-04-07gtk: Remember the last grabbed pointer positionTakashi Iwai1-2/+14
2014-04-07gtk: Fix the relative pointer tracking modeTakashi Iwai1-9/+9
2014-04-07gtk: Use gtk generic event signal instead of motion-notify-eventTakashi Iwai1-2/+10
2014-04-01input: add sanity checkGerd Hoffmann1-0/+3
2014-04-01input: mouse_set should check input device type.Hani Benhabiles1-5/+11
2014-03-26gtk: Support GTK without VTEStefan Weil1-1/+16
2014-03-24spice: input: Fix absolute mouse y coordinatesCole Robinson1-1/+1
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+3
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven1-3/+7
2014-03-17gtk: Don't warp absolute pointerCole Robinson1-0/+8
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson1-1/+1
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka1-1/+4
2014-03-12gtk: Add mouse wheel supportJan Kiszka1-0/+23
2014-03-12input: activate legacy kbdGerd Hoffmann1-0/+1
2014-03-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into stagingPeter Maydell1-7/+30
2014-03-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into stagingPeter Maydell2-7/+25
2014-03-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into stagingPeter Maydell4-103/+141
2014-03-10spice: QemuUIInfo windupGerd Hoffmann1-3/+22
2014-03-10spice: fix simple display surface handlingGerd Hoffmann1-4/+8
2014-03-10input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.Gerd Hoffmann1-0/+14
2014-03-10input: sdl: fix guest_cursor logic.Gerd Hoffmann1-7/+11
2014-03-10ui/vnc: disable adaptive update calculations if not neededPeter Lieven1-0/+9
2014-03-10ui/vnc: optimize setting in vnc_dpy_update()Peter Lieven1-11/+5
2014-03-10ui/vnc: optimize clearing in find_and_clear_dirty_height()Peter Lieven1-4/+1
2014-03-10ui/vnc: optimize dirty bitmap trackingPeter Lieven2-71/+88
2014-03-10ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BITPeter Lieven1-1/+1
2014-03-10ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven2-25/+46
2014-03-10vnc: fix use-after-free in vnc_update_client_syncGerd Hoffmann1-13/+8
2014-03-10vnc: Fix qemu crashed when vnc client disconnect suddenlyGonglei (Arei)1-0/+5
2014-03-10vnc: Fix tight_detect_smooth_image() for lossless caseMarkus Armbruster1-1/+1
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+2
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