Sign in
qemu-android
/
qemu-android
/
0ae164504e0dcea14a756669917027e897a376fa
/
ui
f40d550
vns/tls: don't use depricated gnutls functions
by Gerd Hoffmann
· 14 years ago
22b626e
spice: workaround a spice server bug.
by Gerd Hoffmann
· 14 years ago
7e79cf4
spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993
by Yonit Halperin
· 14 years ago
f8b8d63
sdl: Don't release input on mouse mode change in full-screen mode
by Jan Kiszka
· 14 years ago
58a0667
Convert last qemu_free and qemu_malloc uses
by Blue Swirl
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
8df0c7e
ui/spice-core: report compiled-version in info spice/query-spice
by Alon Levy
· 14 years ago
9510a48
sdl: Refactor sdl_send_mouse_event
by Jan Kiszka
· 14 years ago
1ae1caf
sdl: Factor out event handlers from sdl_refresh
by Jan Kiszka
· 14 years ago
d6a65ba
sdl: Add zoom hot keys
by Jan Kiszka
· 14 years ago
35b0f23
sdl: Dynamically grab input in absolute mouse mode
by Jan Kiszka
· 14 years ago
74d9dc6
sdl: Fix cursor handling when switching consoles in absolute mouse mode
by Jan Kiszka
· 14 years ago
f623d88
sdl: Never release input while in full screen mode
by Jan Kiszka
· 14 years ago
f855810
sdl: Consistently avoid grabbing input for text consoles
by Jan Kiszka
· 14 years ago
110defd
sdl: Initialize gui_fullscreen earlier during setup
by Jan Kiszka
· 14 years ago
982aae6
sdl: Drop bogus gui_fullscreen_initial_grab
by Jan Kiszka
· 14 years ago
f997789
sdl: Restore scaling mode on return from full screen
by Jan Kiszka
· 14 years ago
2a8ad7d
sdl: Fix full screen toggling from scaled mode
by Jan Kiszka
· 14 years ago
d71680c
sdl: Properly mark modifier+u as hotkey
by Jan Kiszka
· 14 years ago
97ad1c2
sdl: Avoid redundant scaling deactivation
by Jan Kiszka
· 14 years ago
91ada98
sdl: Do not make full screen mode resizable
by Jan Kiszka
· 14 years ago
941f511
sdl: Fix termination in -no-shutdown mode
by Jan Kiszka
· 14 years ago
5ff4e36
qxl: async io support using new spice api
by Alon Levy
· 14 years ago
aee32bf
spice/qxl: move worker wrappers
by Gerd Hoffmann
· 14 years ago
a963f87
spice: add qemu_spice_display_init_common
by Gerd Hoffmann
· 14 years ago
5c59d11
spice: add worker wrapper functions.
by Gerd Hoffmann
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
9e8dd45
notifier: Pass data argument to callback
by Jan Kiszka
· 14 years ago
3836620
Remove unused USES_X509_AUTH macro from VNC sasl code
by Daniel P. Berrange
· 14 years ago
1366108
Introduce a 'client_add' monitor command accepting an open FD
by Daniel P. Berrange
· 14 years ago
7e7e2eb
Store VNC auth scheme per-client as well as per-server
by Daniel P. Berrange
· 14 years ago
6e1db57
qemu-char: Print strerror message on failure
by Kevin Wolf
· 14 years ago
df9cb66
spice: add sanity check for spice ports
by Gerd Hoffmann
· 14 years ago
2279517
qxl: set mm_time in vga update
by Alon Levy
· 14 years ago
fba810f
spice: catch spice server initialization failures.
by Gerd Hoffmann
· 14 years ago
2fb0c09
vnc: Fix compilation with --enable-vnc-png
by Stefan Weil
· 14 years ago
f26e428
Fix MinGW compilation when --enable-vnc-jpeg is specified
by Roy Tam
· 14 years ago
7fee199
cocoa: Avoid warning related to multiple handleEvent: definitions
by Andreas Färber
· 14 years ago
3bbbee1
cocoa: Provide central qemu_main() prototype
by Andreas Färber
· 14 years ago
9851484
Cocoa: avoid displaying window when command-line contains '-h' or '-help'
by Alexandre Raymond
· 14 years ago
e4ebcc1
cocoa: do not create a spurious window for -version
by Tristan Gingold
· 14 years ago
ac779fe
Merge remote-tracking branch 'spice/spice.v37' into staging
by Anthony Liguori
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
012b80d
spice: require spice 0.6.0 or newer.
by Gerd Hoffmann
· 14 years ago
48b3ed0
spice: add SASL support
by Marc-André Lureau
· 14 years ago
d4970b0
spice: add option for disabling copy paste support
by Hans de Goede
· 14 years ago
1de9756
set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video card
by Michael Tokarev
· 14 years ago
196a778
spice: drop obsolete iothread locking
by Gerd Hoffmann
· 14 years ago
0753609
spice: don't call displaystate callbacks from spice server context.
by Gerd Hoffmann
· 14 years ago
e0c64d0
spice: don't create updates in spice server context.
by Gerd Hoffmann
· 14 years ago
14da834
Make spice dummy functions inline to fix calls not checking return values
by Jes Sorensen
· 14 years ago
2caa9e9
vnc: tight: Fix crash after 2GB of output
by Michael Tokarev
· 14 years ago
ee7495d
vnc: added missing name->keysym pairs for Polish national characters
by Leszek Grzegorek
· 14 years ago
09cec71
ui/sdl: Load optional QEMU icon
by Stefan Weil
· 14 years ago
d6e5809
severe memory leak caused by broken palette_destroy() function
by Ulrich Obergfell
· 14 years ago
a0843a6
vnc: fix build error from VNC_DIRTY_WORDS
by Anthony Liguori
· 14 years ago
6ed391b
fix vnc regression
by Wen Congyang
· 14 years ago
821601e
Make VNC support optional
by Jes Sorensen
· 14 years ago
ffe8b82
Consolidate DisplaySurface allocation in qemu_alloc_display()
by Jes Sorensen
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
ad620c2
win32: implement missing timersub
by Blue Swirl
· 14 years ago
b7680cb
Refactor thread retrieval and check
by Jan Kiszka
· 14 years ago
23bfe28
vnc: Fix stack corruption and other bitmap related bugs
by Stefan Weil
· 14 years ago
c53af37
vnc: fix a memory leak in threaded vnc server
by Corentin Chary
· 14 years ago
cf76a1c
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
by Peter Maydell
· 14 years ago
5db8378
vnc: Fix fatal crash with vnc reverse mode
by Stefan Weil
· 14 years ago
80e0c8c
vnc: add a non-adaptive option
by Corentin Chary
· 14 years ago
8cb4a6b
vnc: tight: tweak adaptive tight settings
by Corentin Chary
· 14 years ago
6c71a53
vnc: don't try to send bigger updates that client height
by Corentin Chary
· 14 years ago
bc2429b
vnc: use the new generic bitmap functions
by Corentin Chary
· 14 years ago
207f328
vnc: fix lossy rect refreshing
by Corentin Chary
· 14 years ago
368d258
vnc: fix uint8_t comparisons with negative values
by Corentin Chary
· 14 years ago
148954f
vnc: Add ZRLE and ZYWRLE encodings.
by Corentin Chary
· 14 years ago
f8562e3
vnc: palette: and fill and color calls.
by Corentin Chary
· 14 years ago
72aefb7
vnc: palette: add palette_init calls
by Corentin Chary
· 14 years ago
e31e369
vnc: palette: use a pool to reduce memory allocations
by Corentin Chary
· 14 years ago
ce702e9
vnc: tight: use the update frequency to choose between lossy and lossless
by Corentin Chary
· 14 years ago
7d964c9
vnc: refresh lossy rect after a given timeout
by Corentin Chary
· 14 years ago
999342a
vnc: add a way to get the update frequency for a given region
by Corentin Chary
· 14 years ago
b31f519
vnc: don't set the quality if lossy encoding are disabled
by Corentin Chary
· 14 years ago
73eb4c0
vnc: qemu can die if the client is disconnected while updating screen
by Corentin Chary
· 14 years ago
4e79bcb
ui/sdl: Fix handling of caps lock and num lock keys
by Stefan Weil
· 14 years ago
9363ee3
Merge remote branch 'spice/spice.v29.pull' into staging
by Anthony Liguori
· 14 years ago
cfb41c8
Merge remote branch 'spice/usb.5' into staging
by Anthony Liguori
· 14 years ago
1cd20f8
vnc: Fix password expiration through 'change vnc ""' (v2)
by Anthony Liguori
· 14 years ago
1b95849
sdl: remove unused variable
by Blue Swirl
· 14 years ago
9892088
vnc: fix numlock+capslock tracking
by Gerd Hoffmann
· 14 years ago
cbcc633
spice: add chardev (v5)
by Alon Levy
· 14 years ago
e866e23
spice/vnc: client migration.
by Gerd Hoffmann
· 15 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
8ce7d35
vnc-auth-sasl: fix a memory leak
by Blue Swirl
· 14 years ago
7572150
vnc/spice: add set_passwd monitor command.
by Gerd Hoffmann
· 14 years ago
3c9405a
vnc: support password expire
by Gerd Hoffmann
· 14 years ago
6bffdf0
vnc: auth reject cleanup
by Gerd Hoffmann
· 14 years ago
cb42a87
spice: add qmp 'query-spice' and hmp 'info spice' commands.
by Gerd Hoffmann
· 14 years ago
6f8c63f
spice: connection events.
by Gerd Hoffmann
· 14 years ago
a19cbfb
spice: add qxl device
by Gerd Hoffmann
· 15 years ago
43ae691
Merge remote branch 'spice/bugfix.2' into staging
by Anthony Liguori
· 14 years ago
3e31375
spice: add audio
by Gerd Hoffmann
· 14 years ago
7466bc4
spice-display: replace private lock with qemu mutex.
by Gerd Hoffmann
· 14 years ago
Next »