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/kraxel/tags/pull-vnc-20141028-1' into s...
Peter Maydell
2014-10-30
1
-5
/
+15
|
\
|
*
vnc: return directly if no vnc client connected
ChenLiang
2014-10-28
1
-5
/
+5
|
*
vnc: sanitize bits_per_pixel from the client
Petr Matousek
2014-10-28
1
-0
/
+10
*
|
gtk: avoid gd_widget_reparent with gtk 3.14+
Gerd Hoffmann
2014-10-28
1
-2
/
+11
*
|
gtk: drop gtk_widget_set_double_buffered call
Gerd Hoffmann
2014-10-28
1
-1
/
+0
|
/
*
gtk: add support for the Pause key
Martin Decky
2014-10-15
1
-0
/
+6
*
gtk.c: Fix memory leak in gd_set_keycode_type()
Chen Fan
2014-10-15
1
-0
/
+7
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into...
Peter Maydell
2014-10-02
2
-2
/
+46
|
\
|
*
add input-send-event command
Marcelo Tosatti
2014-10-02
1
-0
/
+37
|
*
input: fix send-key monitor command release event ordering
Gerd Hoffmann
2014-10-02
1
-2
/
+9
*
|
pixman: fix qemu_default_pixman_format (32bpp non-native endian)
Gerd Hoffmann
2014-09-30
1
-1
/
+1
|
/
*
console: add graphic_console_set_hwops
Gerd Hoffmann
2014-09-29
1
-2
/
+9
*
block: delete cow block driver
Stefan Hajnoczi
2014-09-22
1
-1
/
+1
*
vnc-tls: Clean up dead store in vnc_set_x509_credential()
Markus Armbruster
2014-09-18
1
-2
/
+0
*
ui/vnc: set TCP_NODELAY
Peter Lieven
2014-09-17
1
-0
/
+1
*
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
2014-09-16
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into s...
Peter Maydell
2014-09-16
2
-4
/
+4
|
\
|
*
sdl2: keymap fixups
Gerd Hoffmann
2014-09-16
1
-3
/
+4
|
*
sdl2: drop sdl_zoom.h
Gerd Hoffmann
2014-09-16
1
-1
/
+0
*
|
spice: call qemu_spice_set_passwd() during init
Marc-André Lureau
2014-09-16
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...
Peter Maydell
2014-09-11
4
-152
/
+208
|
\
|
*
console: Remove unused QEMU_BIG_ENDIAN_FLAG
Benjamin Herrenschmidt
2014-09-05
2
-15
/
+4
|
*
console: add qemu_pixman_linebuf_copy
Gerd Hoffmann
2014-09-05
1
-0
/
+9
|
*
console: add dpy_gfx_update_dirty
Gerd Hoffmann
2014-09-05
1
-0
/
+61
|
*
console: add qemu_create_displaysurface_guestmem
Gerd Hoffmann
2014-09-05
1
-0
/
+37
|
*
console: stop using PixelFormat
Gerd Hoffmann
2014-09-05
2
-25
/
+13
|
*
console: reimplement qemu_default_pixelformat
Gerd Hoffmann
2014-09-05
1
-113
/
+4
|
*
console: add qemu_default_pixman_format
Gerd Hoffmann
2014-09-05
1
-0
/
+25
|
*
console: add qemu_pixelformat_from_pixman
Gerd Hoffmann
2014-09-05
1
-0
/
+56
*
|
spice: make sure we don't overflow ssd->buf
Gerd Hoffmann
2014-09-05
1
-5
/
+15
|
/
*
spice: use console index as display id
Gerd Hoffmann
2014-09-01
1
-2
/
+1
*
spice: don't use 'Yoda conditions'
Gonglei
2014-08-15
1
-2
/
+2
*
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
[prev]
[next]