Statistics
| Branch: | Revision:

root / ui @ feature-archipelago

Name Size
Makefile.objs 792 Bytes
cocoa.m 39.1 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 45 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
2777ccc5 01/20/2014 08:30 pm Stefan Weil

gtk: Support keyboard translation for hosts running Windows

GTK uses different hardware keycodes on Windows hosts, so some special
handling is needed to get the QEMU keycode.

Signed-off-by: Stefan Weil <>

5342f990 01/13/2014 12:27 am Peter Maydell

ui/cocoa: Add ".qcow2" to extension list for image load dialog

Add ".qcow2" to the list of file extensions which are accepted
by the initial disk image load dialog which is displayed if the
user runs QEMU without any command line arguments.

Signed-off-by: Peter Maydell <>...

98db429d 01/13/2014 12:27 am Peter Maydell

ui/cocoa: Fix code for starting QEMU via image file load dialog

Fix a number of bugs in the code for starting QEMU via the image
file load dialog: * use the actual argv0 rather than "qemu": this avoids failures to
find BIOS image files caused by not looking in the correct directory...

d3345a04 01/13/2014 12:27 am Peter Maydell

ui/cocoa: Redraw at correct size when switching surface

If the surface switch involved a resize, we were doing the redraw
at the old size rather than the new, because the update of
screen.width and screen.height was being done after the setFrame
method calls which triggered a redraw. Normally this isn't very...

7d270b1c 01/13/2014 12:27 am Peter Maydell

ui/cocoa: Draw black rectangle if we have no data yet

If our redraw method is called before we have any data from the guest,
then draw a black rectangle rather than leaving the window empty.
This mostly only matters when the guest machine has no framebuffer...

49060c29 01/13/2014 12:27 am Peter Maydell

ui/cocoa: Remove stray tabs

The ui/cocoa.m file has just three lines with hardcoded tabs; fix them.

Signed-off-by: Peter Maydell <>
Reviewed-by: Stefan Weil <>
Message-id:

01cc4e6f 01/13/2014 12:25 am Peter Maydell

ui/cocoa: Send warning message to stderr, not stdout

Bring a warning message into line with the others in this file by
sending it to stderr, not stdout.

Signed-off-by: Peter Maydell <>
Message-id:

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,...

49b9bd4d 01/13/2014 12:23 am Peter Maydell

ui/cocoa: Correct typos in comments and variable names

Fix various non-user-visible typos in comments and variable names.

Signed-off-by: Peter Maydell <>
Reviewed-by: Stefan Weil <>
Message-id:

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 <>...

View revisions

Also available in: Atom