aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2014-06-23ui/cocoa: Honour -show-cursor command line optionPeter Maydell
2014-06-23ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell
2014-06-23ui/cocoa: Add utility method to check if point is within windowPeter Maydell
2014-06-23ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell
2014-06-23vnc: fix screen updatesGerd Hoffmann
2014-05-16input: remove sparc keymap hackGerd Hoffmann
2014-05-16input: use KeyValue directly in sendkey monitor commandGerd Hoffmann
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann
2014-05-16input: key mapping helpersGerd Hoffmann
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev
2014-05-08spice: fix libvirt snapshotsGerd Hoffmann
2014-05-08spice: fix "info spice"Gerd Hoffmann
2014-05-07ui: Add missing 'static' attributeStefan Weil
2014-05-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into stagingPeter Maydell
2014-04-29sdl2: Support mouse wheelCole Robinson
2014-04-29sdl2: add ui info setting.Dave Airlie
2014-04-29gtk: Fix accelerators being triggered twice with gtk3Cole Robinson
2014-04-29gtk: Fix -serial vcCole Robinson
2014-04-29gtk: Use ctrl+alt+q for quit acceleratorCole Robinson
2014-04-29gtk: Remove use of deprecated stock itemsCole Robinson
2014-04-29gtk: Don't use deprecated vte_terminal_get_adjustmentCole Robinson
2014-04-29gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonicCole Robinson
2014-04-25vnc: Remove default_mon usageCole Robinson
2014-04-11input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson
2014-04-11input: sdl2: Fix guest_cursor logicCole Robinson
2014-04-08gtk: Implement grab-on-click behavior in relative modeTakashi Iwai
2014-04-07Merge remote-tracking branch 'remotes/spice/tags/pull-spice-6' into stagingPeter Maydell
2014-04-07spice: monitors_config: check pointer before dereferencingGerd Hoffmann
2014-04-07gtk: Remember the last grabbed pointer positionTakashi Iwai
2014-04-07gtk: Fix the relative pointer tracking modeTakashi Iwai
2014-04-07gtk: Use gtk generic event signal instead of motion-notify-eventTakashi Iwai
2014-04-01input: add sanity checkGerd Hoffmann
2014-04-01input: mouse_set should check input device type.Hani Benhabiles
2014-03-26gtk: Support GTK without VTEStefan Weil
2014-03-24spice: input: Fix absolute mouse y coordinatesCole Robinson
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
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