Sign in
qemu
/
qemu
/
821303f59b63ab832f0921f070db55e95bb21858
/
ui
/
vnc.c
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
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
23bfe28
vnc: Fix stack corruption and other bitmap related bugs
by Stefan Weil
· 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
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
148954f
vnc: Add ZRLE and ZYWRLE encodings.
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
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
9892088
vnc: fix numlock+capslock tracking
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
2ded6ad
vnc: avoid write only variables
by Blue Swirl
· 14 years ago
ac71103
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
by Yoshiaki Tamura
· 14 years ago
d01f959
vnc: add missing lock for vnc_cursor_define()
by Corentin Chary
· 15 years ago
bd023f9
vnc: threaded VNC server
by Corentin Chary
· 15 years ago
d1af0e0
vnc: encapsulate encoding members
by Corentin Chary
· 15 years ago
efe556a
vnc: tight add PNG encoding
by Corentin Chary
· 15 years ago
3e230dd
ui: move all ui components in ui/
by Corentin Chary
· 15 years ago
[Renamed from vnc.c]
6f9c78c
vnc: add lossy option
by Corentin Chary
· 15 years ago
2f24e2e
vnc: JPEG should be disabled if the client don't set tight quality
by Corentin Chary
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
1d4b638
vnc: move size-changed check into the vnc_desktop_resize function.
by Gerd Hoffmann
· 15 years ago
847ce6a
vnc: don't send invalid screen updates.
by Gerd Hoffmann
· 15 years ago
5862d19
vnc: keep track of client desktop size
by Gerd Hoffmann
· 15 years ago
6356e47
vnc: send desktopresize event as reply to set encodings
by Gerd Hoffmann
· 15 years ago
621aaeb
vnc: factor out vnc_desktop_resize()
by Gerd Hoffmann
· 15 years ago
380282b
vnc: add basic tight support
by Corentin Chary
· 15 years ago
a885211
vnc: return the number of rectangles
by Corentin Chary
· 15 years ago
161c4f2
vnc: remove a memory leak in zlib
by Corentin Chary
· 15 years ago
5d418e3
vnc: add buffer_free()
by Corentin Chary
· 15 years ago
78c98c7
vnc: don't clear zlib stream on set_encoding
by Corentin Chary
· 15 years ago
780a049
vnc: really call zlib if we want zlib
by Corentin Chary
· 15 years ago
8a0f0d0
vnc: explain why set_encodings loop is reversed
by Corentin Chary
· 15 years ago
a9f20d3
Revert "vnc: set the right prefered encoding"
by Corentin Chary
· 15 years ago
d467b67
vnc: rich cursor support.
by Gerd Hoffmann
· 15 years ago
14eb8b6
vnc: set the right prefered encoding
by Corentin Chary
· 15 years ago
0684bf1
vnc: make sure to send pointer type change event on SetEncodings
by Anthony Liguori
· 15 years ago
70a4568
vnc: split encoding in specific files
by Corentin Chary
· 15 years ago
9678d95
Remove dead assignments in various common files, spotted by clang analyzer
by Blue Swirl
· 15 years ago
46a183d
Remove magic numbers for VNC message IDs from code
by Daniel P. Berrange
· 15 years ago
37c34d9
input: make vnc use mouse mode notifiers
by Anthony Liguori
· 15 years ago
3a0558b
vnc: add no-lock-key-sync option
by Gerd Hoffmann
· 15 years ago
cc39a92
Fix SIGFPE for vnc display of width/height = 1
by Chris Webb
· 15 years ago
8631b60
monitor: Separate "default monitor" and "current monitor" cleanly
by Markus Armbruster
· 15 years ago
7ffb82c
kbd keds: vnc
by Gerd Hoffmann
· 15 years ago
44bb61c
Fix curses interaction with keymaps
by Samuel Thibault
· 15 years ago
41b4bef
vnc: Migrate to using QTAILQ instead of custom implementation
by Amit Shah
· 15 years ago
bca403c
vnc.c: remove dead code
by Paolo Bonzini
· 15 years ago
6185c57
vnc_refresh: calling vnc_update_client might free vs
by Stefano Stabellini
· 15 years ago
dc0d4ef
vnc: Use inet_strfamily()
by Luiz Capitulino
· 15 years ago
0d2ed46
QMP: Introduce VNC_INITIALIZED event
by Luiz Capitulino
· 15 years ago
0d72f3d
QMP: Introduce VNC_DISCONNECTED event
by Luiz Capitulino
· 15 years ago
586153d
QMP: Introduce VNC_CONNECTED event
by Luiz Capitulino
· 15 years ago
4a80dba
VNC: Cache client info at connection time
by Luiz Capitulino
· 15 years ago
5c7238c
VNC: Add 'family' key
by Luiz Capitulino
· 15 years ago
7682506
VNC: Rename client's 'username' key
by Luiz Capitulino
· 15 years ago
a778938
VNC: Make 'auth' key mandatory
by Luiz Capitulino
· 15 years ago
8950a95
VNC: Use 'enabled' key instead of 'status'
by Luiz Capitulino
· 15 years ago
83755c1
vnc_refresh: return if vd->timer is NULL
by Stefano Stabellini
· 15 years ago
d96fd29
VNC: Convert do_info_vnc() to QObject
by Luiz Capitulino
· 15 years ago
4a93fe1
vnc: fix capslock tracking logic.
by Gerd Hoffmann
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
6b13250
vnc: improve capslock handling.
by Gerd Hoffmann
· 15 years ago
6c09840
Win32: Fix vnc support.
by Stefan Weil
· 15 years ago
fa0cfdf
vnc: Set invalid buffer pointers to NULL
by Stefan Weil
· 15 years ago
5d95ac5
fix use after free
by Glauber Costa
· 15 years ago
52c18be
When using stdio monitor and VNC display, one can set or clear a VNC password; this should set or turn off VNC authentication as well.
by Zachary Amsden
· 15 years ago
7ef9233
Don't segfault when changing VNC password on an SDL display.
by Zachary Amsden
· 15 years ago
2430ffe
variable timer intervals
by Stefano Stabellini
· 15 years ago
1fc6241
single vnc server surface
by Stefano Stabellini
· 15 years ago
703bc68
a single vnc timer to refresh the screen
by Stefano Stabellini
· 15 years ago
3e28c9a
vnc: fix copyrect screen corruption
by Gerd Hoffmann
· 15 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 15 years ago
bb0a18e
vnc: improve numpad support for qemu console.
by Gerd Hoffmann
· 16 years ago
198a003
vnc: rework VncState release workflow.
by Gerd Hoffmann
· 16 years ago
7050326
Win32: Don't remove const attribute in type casts.
by Stefan Weil
· 16 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
f425c27
Fix spelling in comment.
by Stefan Weil
· 16 years ago
afd3216
VNC: Fix memory allocation (wrong structure size).
by Stefan Weil
· 16 years ago
f92f8af
Eliminate --disable-gfx-check and make VNC default when SDL not available
by Anthony Liguori
· 16 years ago
1a7dafc
Remove any pretense that there can be more than one AudioState
by malc
· 16 years ago
8563d5b
vnc: kill leftover debug statement.
by Gerd Hoffmann
· 16 years ago
24cf0a6
vnc: no need to set force_update for incremental update requests.
by Gerd Hoffmann
· 16 years ago
89ee676
vnc: fix server surface pixel format.
by Gerd Hoffmann
· 16 years ago
bee1b01
vnc: fix segfault
by Gerd Hoffmann
· 16 years ago
0fc8e0e
vnc: windup keypad keys for qemu console emulation
by Gerd Hoffmann
· 16 years ago
3cded54
vnc: Fix incorrect attempt to clear a flag
by aurel32
· 16 years ago
c522d0e
vnc: throttle screen updates. (Gerd Hoffmann)
by aliguori
· 16 years ago
23decc8
vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)
by aliguori
· 16 years ago
6baebed
vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)
by aliguori
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
Next »