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
*
vnc update fix
Gerd Hoffmann
2014-07-25
2
-1
/
+4
*
fix full frame updates for VNC clients
Stephan Kulow
2014-07-25
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into ...
Peter Maydell
2014-07-11
1
-0
/
+5
|
\
|
*
spice: auth fixes
Gerd Hoffmann
2014-07-11
1
-0
/
+5
*
|
ui/gtk: Restore keyboard focus after Page change
John Snow
2014-07-11
1
-3
/
+6
|
/
*
ui/vnc: fix potential memory corruption issues
Peter Lieven
2014-07-01
2
-86
/
+77
*
ui/vnc: limit client_cut_text msg payload size
Peter Lieven
2014-07-01
1
-3
/
+10
*
ui/cocoa: Honour -show-cursor command line option
Peter Maydell
2014-06-29
1
-2
/
+18
*
ui/cocoa: Fix handling of absolute positioning devices
Peter Maydell
2014-06-29
1
-29
/
+46
*
ui/cocoa: Add utility method to check if point is within window
Peter Maydell
2014-06-29
1
-2
/
+7
*
ui/cocoa: Cope with first surface being same as initial window size
Peter Maydell
2014-06-29
1
-1
/
+5
*
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
2014-06-23
1
-1
/
+1
*
qapi event: convert SPICE events
Wenchao Xia
2014-06-23
1
-34
/
+36
*
qapi event: convert VNC events
Wenchao Xia
2014-06-23
2
-56
/
+59
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
2
-7
/
+9
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...
Peter Maydell
2014-06-20
2
-15
/
+9
|
\
|
*
vnc: fix screen updates
Gerd Hoffmann
2014-06-19
1
-0
/
+3
|
*
vnc: Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-06-19
1
-4
/
+1
|
*
vnc: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
2
-12
/
+6
*
|
spice: fix 32bit build
Gerd Hoffmann
2014-06-20
1
-1
/
+1
|
/
*
spice: add mouse cursor support
Gerd Hoffmann
2014-06-13
1
-11
/
+118
*
gtk: update window size after showing/hiding tabs
Gerd Hoffmann
2014-06-11
1
-0
/
+2
*
gtk: factor out gtk3 grab into the new gd_grab_devices function
Gerd Hoffmann
2014-06-11
1
-64
/
+36
*
gtk: cleanup backend dependencies
Gerd Hoffmann
2014-06-11
1
-28
/
+42
*
gtk: factor out keycode mapping
Gerd Hoffmann
2014-06-11
1
-7
/
+16
*
console: fix -vga none -sdl crash
Gerd Hoffmann
2014-06-10
1
-4
/
+1
*
console: kill MAX_CONSOLES, alloc consoles dynamically
Gerd Hoffmann
2014-06-10
1
-9
/
+4
*
input/vnc: use kbd delays in press_key
Gerd Hoffmann
2014-06-04
1
-0
/
+2
*
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
2014-06-04
1
-0
/
+10
*
input: use kbd delays for send_key monitor command
Gerd Hoffmann
2014-06-04
1
-39
/
+6
*
input: add support for kbd delays
Gerd Hoffmann
2014-06-04
1
-3
/
+105
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into staging
Peter Maydell
2014-06-02
2
-2
/
+99
|
\
|
*
sdl2: textinput + terminal
Gerd Hoffmann
2014-06-02
1
-1
/
+40
|
*
sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
Gerd Hoffmann
2014-06-02
1
-1
/
+26
|
*
console: add kbd_put_string_console
Gerd Hoffmann
2014-06-02
1
-0
/
+9
|
*
console: add kbd_put_qcode_console
Gerd Hoffmann
2014-06-02
1
-0
/
+24
*
|
vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}
Gonglei
2014-06-02
1
-1
/
+7
*
|
vnc: add trace events for key events
Gerd Hoffmann
2014-06-02
1
-4
/
+23
*
|
vnc: refuse to set a password with VNC_AUTH_NONE
Gerd Hoffmann
2014-06-02
1
-28
/
+6
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
Peter Maydell
2014-05-28
1
-116
/
+117
|
\
|
*
console: add kbd_put_keysym_console
Gerd Hoffmann
2014-05-26
1
-3
/
+6
|
*
console: rework text terminal cursor logic
Gerd Hoffmann
2014-05-26
1
-18
/
+32
|
*
console: update text terminal surface unconditionally
Gerd Hoffmann
2014-05-26
1
-71
/
+56
|
*
console: nicer initial screen
Gerd Hoffmann
2014-05-26
1
-8
/
+11
|
*
console: Abort on property access errors
Kirill Batuzov
2014-05-26
1
-17
/
+13
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into staging
Peter Maydell
2014-05-28
1
-374
/
+734
|
\
\
|
*
|
gtk: workaround gtk2 vte resize issue
Gerd Hoffmann
2014-05-26
1
-0
/
+40
|
*
|
gtk: window sizing overhaul
Gerd Hoffmann
2014-05-26
1
-30
/
+70
|
*
|
gtk: zap unused global_state
Gerd Hoffmann
2014-05-26
1
-4
/
+0
|
*
|
gtk: Add handling for the xfree86 keycodes
Bruce Rogers
2014-05-26
1
-1
/
+35
[next]