index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
input: remove sparc keymap hack
Gerd Hoffmann
2014-05-16
1
-19
/
+0
*
input: use KeyValue directly in sendkey monitor command
Gerd Hoffmann
2014-05-16
1
-24
/
+23
*
input: add qemu_input_handler_deactivate
Gerd Hoffmann
2014-05-16
1
-0
/
+7
*
input: key mapping helpers
Gerd Hoffmann
2014-05-16
3
-175
/
+219
*
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
Michael Tokarev
2014-05-08
1
-1
/
+1
*
spice: fix libvirt snapshots
Gerd Hoffmann
2014-05-08
1
-0
/
+8
*
spice: fix "info spice"
Gerd Hoffmann
2014-05-08
1
-1
/
+1
*
ui: Add missing 'static' attribute
Stefan Weil
2014-05-07
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into staging
Peter Maydell
2014-05-01
1
-65
/
+23
|
\
|
*
gtk: Fix accelerators being triggered twice with gtk3
Cole Robinson
2014-04-29
1
-22
/
+0
|
*
gtk: Fix -serial vc
Cole Robinson
2014-04-29
1
-32
/
+9
|
*
gtk: Use ctrl+alt+q for quit accelerator
Cole Robinson
2014-04-29
1
-1
/
+2
|
*
gtk: Remove use of deprecated stock items
Cole Robinson
2014-04-29
1
-9
/
+7
|
*
gtk: Don't use deprecated vte_terminal_get_adjustment
Cole Robinson
2014-04-29
1
-0
/
+4
|
*
gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
Cole Robinson
2014-04-29
1
-2
/
+2
*
|
sdl2: Support mouse wheel
Cole Robinson
2014-04-29
1
-18
/
+26
*
|
sdl2: add ui info setting.
Dave Airlie
2014-04-29
1
-0
/
+7
|
/
*
vnc: Remove default_mon usage
Cole Robinson
2014-04-25
1
-2
/
+2
*
input: sdl2: Fix relative mode to match SDL1 behavior
Cole Robinson
2014-04-11
1
-1
/
+2
*
input: sdl2: Fix guest_cursor logic
Cole Robinson
2014-04-11
1
-7
/
+11
*
gtk: Implement grab-on-click behavior in relative mode
Takashi Iwai
2014-04-08
1
-2
/
+17
*
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-6' into staging
Peter Maydell
2014-04-07
1
-0
/
+4
|
\
|
*
spice: monitors_config: check pointer before dereferencing
Gerd Hoffmann
2014-04-07
1
-0
/
+4
*
|
gtk: Remember the last grabbed pointer position
Takashi Iwai
2014-04-07
1
-2
/
+14
*
|
gtk: Fix the relative pointer tracking mode
Takashi Iwai
2014-04-07
1
-9
/
+9
*
|
gtk: Use gtk generic event signal instead of motion-notify-event
Takashi Iwai
2014-04-07
1
-2
/
+10
|
/
*
input: add sanity check
Gerd Hoffmann
2014-04-01
1
-0
/
+3
*
input: mouse_set should check input device type.
Hani Benhabiles
2014-04-01
1
-5
/
+11
*
gtk: Support GTK without VTE
Stefan Weil
2014-03-26
1
-1
/
+16
*
spice: input: Fix absolute mouse y coordinates
Cole Robinson
2014-03-24
1
-1
/
+1
*
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
1
-0
/
+1
*
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
1
-1
/
+3
*
ui/vnc: fix vmware VGA incompatiblities
Peter Lieven
2014-03-18
1
-3
/
+7
*
gtk: Don't warp absolute pointer
Cole Robinson
2014-03-17
1
-0
/
+8
*
gtk: Fix mouse warping with gtk3
Cole Robinson
2014-03-17
1
-1
/
+1
*
gtk: Allow to activate grab-on-hover from the command line
Jan Kiszka
2014-03-17
1
-1
/
+4
*
gtk: Add mouse wheel support
Jan Kiszka
2014-03-12
1
-0
/
+23
*
input: activate legacy kbd
Gerd Hoffmann
2014-03-12
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging
Peter Maydell
2014-03-11
1
-7
/
+30
|
\
|
*
spice: QemuUIInfo windup
Gerd Hoffmann
2014-03-10
1
-3
/
+22
|
*
spice: fix simple display surface handling
Gerd Hoffmann
2014-03-10
1
-4
/
+8
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging
Peter Maydell
2014-03-11
2
-7
/
+25
|
\
\
|
*
|
input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
Gerd Hoffmann
2014-03-10
1
-0
/
+14
|
*
|
input: sdl: fix guest_cursor logic.
Gerd Hoffmann
2014-03-10
1
-7
/
+11
|
|
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into staging
Peter Maydell
2014-03-11
4
-103
/
+141
|
\
\
|
*
|
ui/vnc: disable adaptive update calculations if not needed
Peter Lieven
2014-03-10
1
-0
/
+9
|
*
|
ui/vnc: optimize setting in vnc_dpy_update()
Peter Lieven
2014-03-10
1
-11
/
+5
|
*
|
ui/vnc: optimize clearing in find_and_clear_dirty_height()
Peter Lieven
2014-03-10
1
-4
/
+1
|
*
|
ui/vnc: optimize dirty bitmap tracking
Peter Lieven
2014-03-10
2
-71
/
+88
|
*
|
ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT
Peter Lieven
2014-03-10
1
-1
/
+1
[next]