Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-03-05 | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie | 5 | -3/+1102 |
2014-03-05 | console: add QemuUIInfo | Gerd Hoffmann | 1 | -0/+17 |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann | 1 | -4/+24 |
2014-03-05 | input: remove index_from_keycode (no users) | Gerd Hoffmann | 1 | -14/+0 |
2014-03-05 | input: move do_mouse_set to new core | Gerd Hoffmann | 2 | -43/+21 |
2014-03-05 | input: move qmp_query_mice to new core | Gerd Hoffmann | 2 | -23/+29 |
2014-03-05 | input: add input_mouse_mode tracepoint | Gerd Hoffmann | 1 | -0/+1 |
2014-03-05 | input: move mouse mode notifier to new core | Gerd Hoffmann | 2 | -33/+31 |
2014-03-05 | input-legacy: remove kbd_mouse_event | Gerd Hoffmann | 1 | -49/+0 |
2014-03-05 | input-legacy: remove kbd_mouse_is_absolute | Gerd Hoffmann | 1 | -10/+1 |
2014-03-05 | input-legacy: remove kbd_mouse_has_absolute | Gerd Hoffmann | 1 | -19/+2 |
2014-03-05 | input-legacy: remove kbd_put_keycode | Gerd Hoffmann | 1 | -23/+0 |
2014-03-05 | input: trace events | Gerd Hoffmann | 1 | -0/+48 |
2014-03-05 | input: mouse: switch cocoa ui to new core | Gerd Hoffmann | 1 | -21/+42 |
2014-03-05 | input: keyboard: switch cocoa ui to new core | Gerd Hoffmann | 1 | -12/+6 |
2014-03-05 | input: mouse: switch spice ui to new core | Gerd Hoffmann | 1 | -24/+38 |
2014-03-05 | input: mouse: switch vnc ui to new core | Gerd Hoffmann | 2 | -24/+23 |
2014-03-05 | input: mouse: switch sdl ui to new core | Gerd Hoffmann | 1 | -45/+39 |
2014-03-05 | input: mouse: switch gtk ui to new core | Gerd Hoffmann | 1 | -39/+19 |
2014-03-05 | input: mouse: switch legacy handlers to new core | Gerd Hoffmann | 1 | -0/+63 |
2014-03-05 | input: mouse: add qemu_input_is_absolute() | Gerd Hoffmann | 1 | -0/+8 |
2014-03-05 | input: mouse: add graphic_rotate support | Gerd Hoffmann | 1 | -0/+31 |
2014-03-05 | input: mouse: add helpers functions to core | Gerd Hoffmann | 1 | -0/+71 |