Sign in
qemu
/
qemu
/
06207b0ff596aa4bb192d1fafc593847ed888e39
/
ui
afa25c4
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into staging
by Peter Maydell
· 10 years ago
169b713
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into staging
by Peter Maydell
· 10 years ago
060ab76
gtk: don't exit early in case gtk init fails
by Gerd Hoffmann
· 10 years ago
5a9259a
spice: ui_info tweaks
by Gerd Hoffmann
· 10 years ago
c6e4847
spice-display: fix segfault in qemu_spice_create_update
by Gerd Hoffmann
· 10 years ago
08d49df
sdl2: fix crash in handle_windowevent() when restoring the screen size
by Alberto Garcia
· 10 years ago
71df1d8
QemuOpts: Convert qemu_opt_foreach() to Error
by Markus Armbruster
· 10 years ago
1640b20
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
42af3e3
ui/console: remove dpy_gfx_update_dirty
by Paolo Bonzini
· 10 years ago
2a90c45
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging
by Peter Maydell
· 10 years ago
9441aa2
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into staging
by Peter Maydell
· 10 years ago
63c67b6
gtk: Replace gdk_cursor_new()
by Max Reitz
· 10 years ago
97edf3b
gtk: add opengl support, using egl
by Gerd Hoffmann
· 10 years ago
7ced9e9
ui: add egl-helpers
by Gerd Hoffmann
· 10 years ago
33aa30c
kbd: add brazil kbd keys to x11 evdev map
by Gerd Hoffmann
· 10 years ago
b771f47
kbd: add brazil kbd keys to qemu
by Gerd Hoffmann
· 10 years ago
641381c
spice: don't update mm_time when spice-server is stopped.
by Gerd Hoffmann
· 10 years ago
bc11904
vnc: Tweak error when init fails
by Cole Robinson
· 10 years ago
3d00ac1
vnc: Don't assert if opening unix socket fails
by Cole Robinson
· 10 years ago
2b2c1a3
ui: remove check for failure of qemu_acl_init()
by Daniel P. Berrange
· 10 years ago
274c3b5
Strip brackets from vnc host
by Ján Tomko
· 10 years ago
b4c6a11
ui/cocoa: Add console items to the View menu
by Programmingkid
· 10 years ago
8617989
ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants
by Peter Maydell
· 10 years ago
81801ae
ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up
by Peter Maydell
· 10 years ago
2a4c8c5
ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate
by Peter Maydell
· 10 years ago
de1aade
ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int
by Peter Maydell
· 10 years ago
89424ff
ui/cocoa: Remove compatibility ifdefs for OSX 10.4
by Peter Maydell
· 10 years ago
b63901d
ui/cocoa: Drop tests for CGImageCreateWithImageInRect support
by Peter Maydell
· 10 years ago
43227af
ui/cocoa: Make -full-screen option work on Mac OS X
by Programmingkid
· 10 years ago
5d1b2ee
ui/cocoa: Fix several full screen issues on Mac OS X
by Programmingkid
· 10 years ago
1271f7f
gtk: update mouse position in mouse_set()
by Gerd Hoffmann
· 11 years ago
dc7ff34
gtk: create gtk.h
by Gerd Hoffmann
· 10 years ago
1301e51
gtk: add ui_info support
by Gerd Hoffmann
· 10 years ago
b7fb49f
console: add dpy_ui_info_supported
by Gerd Hoffmann
· 10 years ago
cf1ecc8
console: delayed ui_info guest notification
by Gerd Hoffmann
· 10 years ago
e444ea3
sdl2: Fix RGB555
by Max Reitz
· 10 years ago
0b71a5d
sdl2: add support for display rendering using opengl.
by Gerd Hoffmann
· 10 years ago
19dadfc
sdl2: move SDL_* includes to sdl2.h
by Gerd Hoffmann
· 10 years ago
cd2bc88
console-gl: add opengl rendering helper functions
by Gerd Hoffmann
· 10 years ago
985e1c9
opengl: add shader helper functions.
by Gerd Hoffmann
· 10 years ago
dfbf272
input: remove unused mouse_handlers list
by Emilio G. Cota
· 10 years ago
c9f88ce
hw/display : remove 'struct' from 'typedef QXL struct'
by Chih-Min Chao
· 10 years ago
9425c00
ui/console : remove 'struct' from 'typedef struct' type
by Chih-Min Chao
· 10 years ago
4769a88
ui/vnc : remove 'struct' of 'typedef struct'
by Chih-Min Chao
· 10 years ago
494cb81
ui/vnc : fix coding style
by Chih-Min Chao
· 10 years ago
3d27b09
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging
by Peter Maydell
· 10 years ago
700cd85
spice: learn to hide cursor
by Marc-André Lureau
· 10 years ago
dc8dcee
spice: set pointer position on hotspot
by Marc-André Lureau
· 10 years ago
d0df04a
spice: fix mouse cursor position
by Marc-André Lureau
· 10 years ago
c1d37cd
spice: fix simple display on bigendian hosts
by Gerd Hoffmann
· 10 years ago
3b5704b
monitor: Make client_migrate_info synchronous
by Markus Armbruster
· 10 years ago
1a01716
gtk: Avoid accel key leakage into guest on console switch
by Jan Kiszka
· 10 years ago
9d677e1
gtk: Fix VTE focus grabbing
by Jan Kiszka
· 10 years ago
779ce88
console/gtk: add qemu_console_get_label
by Gerd Hoffmann
· 10 years ago
f8c223f
gtk: bind to text terminal consoles too
by Gerd Hoffmann
· 11 years ago
f98f43e
gtk: handle switch_surface(NULL) properly
by Gerd Hoffmann
· 10 years ago
2cdb5e1
CVE-2015-1779: limit size of HTTP headers from websockets clients
by Daniel P. Berrange
· 10 years ago
a2bebfd
CVE-2015-1779: incrementally decode websocket frames
by Daniel P. Berrange
· 10 years ago
4cdfc93
gtk: do not call gtk_widget_get_window if drawing area is not initialized
by Hervé Poussineau
· 10 years ago
4a48aaa
ui: ensure VNC websockets server checks the ACL if requested
by Daniel P. Berrange
· 10 years ago
7b45a00
ui: remove separate gnutls_session for websockets server
by Daniel P. Berrange
· 10 years ago
51941e4
ui: enforce TLS when using websockets server
by Daniel P. Berrange
· 10 years ago
f9148c8
ui: fix setup of VNC websockets auth scheme with TLS
by Daniel P. Berrange
· 10 years ago
0dd72e1
ui: split setup of VNC auth scheme into separate method
by Daniel P. Berrange
· 10 years ago
d169f04
ui: report error if user requests VNC option that is unsupported
by Daniel P. Berrange
· 10 years ago
153130c
ui: replace printf() calls with VNC_DEBUG
by Daniel P. Berrange
· 10 years ago
a2f45bc
ui: remove unused 'wiremode' variable in VncState struct
by Daniel P. Berrange
· 10 years ago
f3cf80e
vnc: Fix QMP change not to use funky error class
by Markus Armbruster
· 10 years ago
dea4635
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into staging
by Peter Maydell
· 10 years ago
d28d650
sdl: Fix crash when calling sdl_switch() with NULL surface
by Benjamin Herrenschmidt
· 11 years ago
5f5d82d
sdl: Refresh debug statements
by Benjamin Herrenschmidt
· 11 years ago
81607cb
vnc: fix segmentation fault when invalid vnc parameters are specified
by Gonglei
· 10 years ago
b3c33f9
vnc: avoid possible file handler leak
by Gonglei
· 10 years ago
f76b84a
ui/console: fix OVERFLOW_BEFORE_WIDEN
by Gonglei
· 10 years ago
8c7d064
ui: fix regression in x509verify parameter for VNC server
by Daniel P. Berrange
· 10 years ago
e556032
vnc: switch to inet_listen_opts
by Gerd Hoffmann
· 10 years ago
fc5c3ff
vnc: remove dead code
by Gerd Hoffmann
· 10 years ago
bf7aa45
vnc: drop display+ws_display from VncDisplay
by Gerd Hoffmann
· 10 years ago
21025c2
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into staging
by Peter Maydell
· 10 years ago
b57489c
Fix crash when connecting to VNC through websocket
by Jorge Acereda Maciá
· 10 years ago
9634f4e
vnc: set id at parse time not init time
by Gerd Hoffmann
· 10 years ago
09f4fbe
qemu-char: add cyrillic characters 'numerosign' to VNC keysyms
by Wang Xin
· 10 years ago
0952605
ui/vnc: Remove vnc_stop_worker_thread()
by Thomas Huth
· 10 years ago
b67072f
ui: Removed unused functions
by Thomas Huth
· 10 years ago
68b459e
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging
by Peter Maydell
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
9e0ff75
vnc: fix coverity warning
by Gerd Hoffmann
· 10 years ago
0e7d6f6
ui/vnc: optimize full scanline updates
by Peter Lieven
· 10 years ago
2779672
vnc: introduce an wrapper for auto assign vnc id
by Gonglei
· 10 years ago
a2c72de
vnc: using bool type instead of int for QEMU_OPT_BOOL
by Gonglei
· 10 years ago
e2a11d9
vnc: correct missing property about vnc_display
by Gonglei
· 10 years ago
88428b7
vnc: fix qemu crash when not configure vnc option
by Gonglei
· 10 years ago
4b3be73
vnc: g_realloc() can't fail, bury dead error handling
by Markus Armbruster
· 10 years ago
adeecf1
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into staging
by Peter Maydell
· 10 years ago
4478aa7
monitor: add vnc websockets
by Gerd Hoffmann
· 10 years ago
df88768
monitor: add query-vnc-servers command
by Gerd Hoffmann
· 10 years ago
2d29a43
vnc: factor out qmp_query_client_list
by Gerd Hoffmann
· 10 years ago
e5f34cd
vnc: track & limit connections
by Gerd Hoffmann
· 10 years ago
1d0d59f
vnc: allow binding servers to qemu consoles
by Gerd Hoffmann
· 10 years ago
Next »