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
*
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
|
*
|
ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
Peter Lieven
2014-03-10
2
-25
/
+46
|
*
|
vnc: fix use-after-free in vnc_update_client_sync
Gerd Hoffmann
2014-03-10
1
-13
/
+8
|
*
|
vnc: Fix qemu crashed when vnc client disconnect suddenly
Gonglei (Arei)
2014-03-10
1
-0
/
+5
|
*
|
vnc: Fix tight_detect_smooth_image() for lossless case
Markus Armbruster
2014-03-10
1
-1
/
+1
|
|
/
*
|
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-1
/
+2
|
/
*
ui/sdl2 : initial port to SDL 2.0 (v2.0)
Dave Airlie
2014-03-05
5
-3
/
+1102
*
console: add QemuUIInfo
Gerd Hoffmann
2014-03-05
1
-0
/
+17
*
console: add head to index to qemu consoles.
Gerd Hoffmann
2014-03-05
1
-4
/
+24
*
input: remove index_from_keycode (no users)
Gerd Hoffmann
2014-03-05
1
-14
/
+0
*
input: move do_mouse_set to new core
Gerd Hoffmann
2014-03-05
2
-43
/
+21
*
input: move qmp_query_mice to new core
Gerd Hoffmann
2014-03-05
2
-23
/
+29
*
input: add input_mouse_mode tracepoint
Gerd Hoffmann
2014-03-05
1
-0
/
+1
*
input: move mouse mode notifier to new core
Gerd Hoffmann
2014-03-05
2
-33
/
+31
*
input-legacy: remove kbd_mouse_event
Gerd Hoffmann
2014-03-05
1
-49
/
+0
*
input-legacy: remove kbd_mouse_is_absolute
Gerd Hoffmann
2014-03-05
1
-10
/
+1
*
input-legacy: remove kbd_mouse_has_absolute
Gerd Hoffmann
2014-03-05
1
-19
/
+2
*
input-legacy: remove kbd_put_keycode
Gerd Hoffmann
2014-03-05
1
-23
/
+0
*
input: trace events
Gerd Hoffmann
2014-03-05
1
-0
/
+48
*
input: mouse: switch cocoa ui to new core
Gerd Hoffmann
2014-03-05
1
-21
/
+42
*
input: keyboard: switch cocoa ui to new core
Gerd Hoffmann
2014-03-05
1
-12
/
+6
*
input: mouse: switch spice ui to new core
Gerd Hoffmann
2014-03-05
1
-24
/
+38
*
input: mouse: switch vnc ui to new core
Gerd Hoffmann
2014-03-05
2
-24
/
+23
*
input: mouse: switch sdl ui to new core
Gerd Hoffmann
2014-03-05
1
-45
/
+39
*
input: mouse: switch gtk ui to new core
Gerd Hoffmann
2014-03-05
1
-39
/
+19
*
input: mouse: switch legacy handlers to new core
Gerd Hoffmann
2014-03-05
1
-0
/
+63
*
input: mouse: add qemu_input_is_absolute()
Gerd Hoffmann
2014-03-05
1
-0
/
+8
*
input: mouse: add graphic_rotate support
Gerd Hoffmann
2014-03-05
1
-0
/
+31
*
input: mouse: add helpers functions to core
Gerd Hoffmann
2014-03-05
1
-0
/
+71
*
input: keyboard: switch curses ui to new core
Gerd Hoffmann
2014-03-05
1
-22
/
+25
*
input: keyboard: switch spice ui to new core
Gerd Hoffmann
2014-03-05
1
-2
/
+20
*
input: keyboard: switch vnc ui to new core
Gerd Hoffmann
2014-03-05
1
-19
/
+6
*
input: keyboard: switch sdl ui to new core
Gerd Hoffmann
2014-03-05
1
-18
/
+9
*
input: keyboard: switch gtk ui to new core
Gerd Hoffmann
2014-03-05
1
-15
/
+4
*
input: keyboard: switch qmp_send_key() to new core.
Gerd Hoffmann
2014-03-05
1
-8
/
+3
*
input: keyboard: switch legacy handlers to new core
Gerd Hoffmann
2014-03-05
1
-10
/
+56
*
input: keyboard: add helper functions to core
Gerd Hoffmann
2014-03-05
1
-0
/
+35
*
input: add core bits of the new input layer
Gerd Hoffmann
2014-03-05
2
-1
/
+84
*
input: rename file to legacy
Gerd Hoffmann
2014-03-05
2
-1
/
+1
[next]