summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev1-1/+1
2014-05-08spice: fix libvirt snapshotsGerd Hoffmann1-0/+8
2014-05-08spice: fix "info spice"Gerd Hoffmann1-1/+1
2014-05-07ui: Add missing 'static' attributeStefan Weil1-1/+1
2014-05-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into stagingPeter Maydell1-65/+23
2014-04-29sdl2: Support mouse wheelCole Robinson1-18/+26
2014-04-29sdl2: add ui info setting.Dave Airlie1-0/+7
2014-04-29gtk: Fix accelerators being triggered twice with gtk3Cole Robinson1-22/+0
2014-04-29gtk: Fix -serial vcCole Robinson1-32/+9
2014-04-29gtk: Use ctrl+alt+q for quit acceleratorCole Robinson1-1/+2
2014-04-29gtk: Remove use of deprecated stock itemsCole Robinson1-9/+7
2014-04-29gtk: Don't use deprecated vte_terminal_get_adjustmentCole Robinson1-0/+4
2014-04-29gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonicCole Robinson1-2/+2
2014-04-25vnc: Remove default_mon usageCole Robinson1-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