Statistics
| Branch: | Revision:

root / ui @ 8895919a

Name Size
Makefile.objs 792 Bytes
cocoa.m 38.5 kB
console.c 53.6 kB
curses.c 9.8 kB
curses_keys.h 13.7 kB
cursor.c 5.3 kB
cursor_hidden.xpm 1.3 kB
cursor_left_ptr.xpm 1.4 kB
d3des.c 15 kB
d3des.h 1.6 kB
gtk.c 44.7 kB
input.c 14.1 kB
keymaps.c 6 kB
keymaps.h 2.4 kB
qemu-pixman.c 4.1 kB
qemu-x509.h 239 Bytes
sdl.c 27.5 kB
sdl_keysym.h 8.5 kB
sdl_zoom.c 2.8 kB
sdl_zoom.h 578 Bytes
sdl_zoom_template.h 6.9 kB
spice-core.c 26.9 kB
spice-display.c 19 kB
spice-input.c 6.4 kB
vgafont.h 93.3 kB
vnc-auth-sasl.c 18.6 kB
vnc-auth-sasl.h 2.3 kB
vnc-auth-vencrypt.c 5.6 kB
vnc-auth-vencrypt.h 1.4 kB
vnc-enc-hextile-template.h 4.5 kB
vnc-enc-hextile.c 2.6 kB
vnc-enc-tight.c 61.3 kB
vnc-enc-tight.h 8.3 kB
vnc-enc-zlib.c 4.4 kB
vnc-enc-zrle-template.c 7 kB
vnc-enc-zrle.c 10.4 kB
vnc-enc-zrle.h 1.6 kB
vnc-enc-zywrle-template.c 5.7 kB
vnc-enc-zywrle.h 25.3 kB
vnc-jobs.c 9.2 kB
vnc-jobs.h 2.3 kB
vnc-palette.c 4.4 kB
vnc-palette.h 2.5 kB
vnc-tls.c 14.6 kB
vnc-tls.h 2.2 kB
vnc-ws.c 10.2 kB
vnc-ws.h 2.6 kB
vnc.c 95.1 kB
vnc.h 17.5 kB
vnc_keysym.h 40 kB
x_keymap.c 5.9 kB
x_keymap.h 1.3 kB

Latest revisions

# Date Author Comment
8895919a 01/13/2014 12:23 am Peter Maydell

ui/cocoa: Pass command key through to guest when VM has mousegrab

The guest might want to be able to use the command key for its won
purposes (as command if it is MacOS X, or for the Windows key if
it is a PC guest, for instance). In line with other UI frontends,...

5d70192b 12/23/2013 02:02 pm Stefan Weil

ui/cocoa: Use macro ARRAY_SIZE where possible

This improves readability and simplifies the code.

Cc: Andreas Färber <>
Cc: Anthony Liguori <>
Signed-off-by: Stefan Weil <>
Reviewed-by: Peter Maydell <>...

7cc6a25f 12/16/2013 11:12 am Gerd Hoffmann

spice: move qemu_spice_display_*() from spice-graphics to spice-core

Signed-off-by: Gerd Hoffmann <>

b50f3e42 12/16/2013 11:12 am Gerd Hoffmann

spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()

So calling spice server to start/stop the worker goes
hand in hand with the status variable update.

Signed-off-by: Gerd Hoffmann <>

f1d3e586 12/16/2013 11:12 am Gerd Hoffmann

spice: flip streaming video mode to off by default

Video streaming detection heuristics in spice-server have problems
keeping modern desktop animations (as done by gnome shell) and real
video playback apart. This leads to jpeg compression artefacts on
your desktop, due to spice using mjpeg to send what it thinks is...

4282c827 12/02/2013 07:09 pm Don Koch

Don't crash on keyboard input with no handler

Prevent a call to put_kbd if null.

On shutdown of some OSes, the keyboard handler goes away before the
system is down. If a key is typed during this window, qemu crashes.

Signed-off-by: Don Koch <>...

1246b259 12/02/2013 07:03 pm Stefan Weil

misc: Replace 'struct QEMUTimer' by 'QEMUTimer'

Most code already used QEMUTimer without the redundant 'struct' keyword.

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Michael Tokarev <>

ac86048b 12/02/2013 07:02 pm Stefan Weil

trace: Remove trace.h from console.h (less dependencies)

This reduces the dependencies on trace.h.
Only two source files which need console.h also need trace.h.

Signed-off-by: Stefan Weil <>
Signed-off-by: Michael Tokarev <>

5d28b0e9 12/02/2013 07:02 pm Stefan Weil

console: Replace conditional debug messages by trace methods

Signed-off-by: Stefan Weil <>
Reviewed-by: Gerd Hoffmann <>
Signed-off-by: Michael Tokarev <>

ef0dd982 12/02/2013 07:02 pm Stefan Weil

gtk: Replace conditional debug messages by trace methods

Signed-off-by: Stefan Weil <>
Signed-off-by: Michael Tokarev <>

View revisions

Also available in: Atom