Age | Commit message (Expand) | Author | Files | Lines |
2014-05-08 | spice: fix libvirt snapshots | Gerd Hoffmann | 1 | -0/+8 |
2014-05-08 | spice: fix "info spice" | Gerd Hoffmann | 1 | -1/+1 |
2014-05-07 | ui: Add missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2014-05-01 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into staging | Peter Maydell | 1 | -65/+23 |
2014-04-29 | sdl2: Support mouse wheel | Cole Robinson | 1 | -18/+26 |
2014-04-29 | sdl2: add ui info setting. | Dave Airlie | 1 | -0/+7 |
2014-04-29 | gtk: Fix accelerators being triggered twice with gtk3 | Cole Robinson | 1 | -22/+0 |
2014-04-29 | gtk: Fix -serial vc | Cole Robinson | 1 | -32/+9 |
2014-04-29 | gtk: Use ctrl+alt+q for quit accelerator | Cole Robinson | 1 | -1/+2 |
2014-04-29 | gtk: Remove use of deprecated stock items | Cole Robinson | 1 | -9/+7 |
2014-04-29 | gtk: Don't use deprecated vte_terminal_get_adjustment | Cole Robinson | 1 | -0/+4 |
2014-04-29 | gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic | Cole Robinson | 1 | -2/+2 |
2014-04-25 | vnc: Remove default_mon usage | Cole Robinson | 1 | -2/+2 |
2014-04-11 | input: sdl2: Fix relative mode to match SDL1 behavior | Cole Robinson | 1 | -1/+2 |
2014-04-11 | input: sdl2: Fix guest_cursor logic | Cole Robinson | 1 | -7/+11 |
2014-04-08 | gtk: Implement grab-on-click behavior in relative mode | Takashi Iwai | 1 | -2/+17 |
2014-04-07 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-6' into staging | Peter Maydell | 1 | -0/+4 |
2014-04-07 | spice: monitors_config: check pointer before dereferencing | Gerd Hoffmann | 1 | -0/+4 |
2014-04-07 | gtk: Remember the last grabbed pointer position | Takashi Iwai | 1 | -2/+14 |
2014-04-07 | gtk: Fix the relative pointer tracking mode | Takashi Iwai | 1 | -9/+9 |
2014-04-07 | gtk: Use gtk generic event signal instead of motion-notify-event | Takashi Iwai | 1 | -2/+10 |
2014-04-01 | input: add sanity check | Gerd Hoffmann | 1 | -0/+3 |
2014-04-01 | input: mouse_set should check input device type. | Hani Benhabiles | 1 | -5/+11 |
2014-03-26 | gtk: Support GTK without VTE | Stefan Weil | 1 | -1/+16 |
2014-03-24 | spice: input: Fix absolute mouse y coordinates | Cole Robinson | 1 | -1/+1 |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 1 | -0/+1 |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi | 1 | -1/+3 |
2014-03-18 | ui/vnc: fix vmware VGA incompatiblities | Peter Lieven | 1 | -3/+7 |
2014-03-17 | gtk: Don't warp absolute pointer | Cole Robinson | 1 | -0/+8 |
2014-03-17 | gtk: Fix mouse warping with gtk3 | Cole Robinson | 1 | -1/+1 |
2014-03-17 | gtk: Allow to activate grab-on-hover from the command line | Jan Kiszka | 1 | -1/+4 |
2014-03-12 | gtk: Add mouse wheel support | Jan Kiszka | 1 | -0/+23 |
2014-03-12 | input: activate legacy kbd | Gerd Hoffmann | 1 | -0/+1 |
2014-03-11 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging | Peter Maydell | 1 | -7/+30 |
2014-03-11 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging | Peter Maydell | 2 | -7/+25 |
2014-03-11 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into staging | Peter Maydell | 4 | -103/+141 |
2014-03-10 | spice: QemuUIInfo windup | Gerd Hoffmann | 1 | -3/+22 |
2014-03-10 | spice: fix simple display surface handling | Gerd Hoffmann | 1 | -4/+8 |
2014-03-10 | input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves. | Gerd Hoffmann | 1 | -0/+14 |
2014-03-10 | input: sdl: fix guest_cursor logic. | Gerd Hoffmann | 1 | -7/+11 |
2014-03-10 | ui/vnc: disable adaptive update calculations if not needed | Peter Lieven | 1 | -0/+9 |
2014-03-10 | ui/vnc: optimize setting in vnc_dpy_update() | Peter Lieven | 1 | -11/+5 |
2014-03-10 | ui/vnc: optimize clearing in find_and_clear_dirty_height() | Peter Lieven | 1 | -4/+1 |
2014-03-10 | ui/vnc: optimize dirty bitmap tracking | Peter Lieven | 2 | -71/+88 |
2014-03-10 | ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT | Peter Lieven | 1 | -1/+1 |
2014-03-10 | ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro | Peter Lieven | 2 | -25/+46 |
2014-03-10 | vnc: fix use-after-free in vnc_update_client_sync | Gerd Hoffmann | 1 | -13/+8 |
2014-03-10 | vnc: Fix qemu crashed when vnc client disconnect suddenly | Gonglei (Arei) | 1 | -0/+5 |
2014-03-10 | vnc: Fix tight_detect_smooth_image() for lossless case | Markus Armbruster | 1 | -1/+1 |
2014-03-09 | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert | 1 | -1/+2 |