Sign in
qemu-android
/
qemu-android
/
78207d80a3d4ed80bca57a67a195a18cc70153bb
/
ui
faa9822
spice: support ipv6 channel address in monitor events and in spice info
by Yonit Halperin
· 13 years ago
f1f5f40
Add SPICE support to add_client monitor command
by Daniel P. Berrange
· 13 years ago
7dfbfc7
vnc: Don't demote authentication scheme when changing password/disabling login
by Daniel P. Berrange
· 13 years ago
cf5cfe0
Merge remote-tracking branch 'kraxel/vnc.2' into staging
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
7bc9318
vnc: lift modifier keys on client disconnect.
by Gerd Hoffmann
· 13 years ago
8cf3648
vnc: implement shared flag handling.
by Gerd Hoffmann
· 13 years ago
e26437c
vnc: fix ctrl key in vnc terminal emulation
by Gerd Hoffmann
· 13 years ago
ce3e141
Fix vnc memory corruption with width = 1400
by Gerd Hoffmann
· 15 years ago
02df4d6
sdl: Limit sdl_grab_end in handle_activation to Windows hosts
by Jan Kiszka
· 13 years ago
822f98d
sdl: Grab input on end of non-absolute mouse click
by Jan Kiszka
· 13 years ago
eaa2e02
Revert "Handle SDL grabs failing (Mark McLoughlin)"
by Jan Kiszka
· 13 years ago
85f94f8
sdl: Fix block prevention of SDL_WM_GrabInput
by Jan Kiszka
· 13 years ago
6659635
sdl: Do not grab mouse on mode switch while in background
by Jan Kiszka
· 13 years ago
a6aa9d3
vnc: Simplify vnc_display_password()
by Luiz Capitulino
· 13 years ago
cee8e6a
vnc: fix no-lock-key-sync strncmp() length
by Stefan Hajnoczi
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
cf21871
qemu-thread: add API for joinable threads
by Jan Kiszka
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
e5bed75
fix spelling in ui sub directory
by Dong Xu Wang
· 13 years ago
f2d3476
ui: Plug memory leaks on parse_keyboard_layout() error path
by Markus Armbruster
· 13 years ago
302d9d6
ui/vnc: Convert sasl.mechlist to g_malloc() & friends
by Markus Armbruster
· 13 years ago
8aceefd
Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into staging
by Anthony Liguori
· 13 years ago
ae878b1
ui/vnc: Fix use of free() instead of g_free()
by Stefan Weil
· 13 years ago
13766eb
cocoa: Close sheet after image file selection
by Andreas Färber
· 13 years ago
96b3d73
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
d1f2964
qapi: Convert query-spice
by Luiz Capitulino
· 13 years ago
2b54aa8
qapi: Convert query-vnc
by Luiz Capitulino
· 13 years ago
08cc67f
spice: fix file handle cleanup
by Gerd Hoffmann
· 13 years ago
3bb781f
ui/spice-core: fix segfault in monitor
by Alon Levy
· 13 years ago
f9ab609
spice: Convert core to QEMU thread API
by Jan Kiszka
· 13 years ago
026f773
spice: support the new migration interface (spice 0.8.3)
by Yonit Halperin
· 13 years ago
edc5cb1
spice: turn client_migrate_info to async
by Yonit Halperin
· 13 years ago
7073693
migration: Export a function that tells if the migration has finished correctly
by Juan Quintela
· 14 years ago
7b0a03a
use qemu_* ctype functions
by Christoph Egger
· 13 years ago
43b26fc
Drop unneeded pthread.h inclusions
by Jan Kiszka
· 13 years ago
1354869
Drop the vm_running global variable
by Luiz Capitulino
· 14 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
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
Next »