summary refs log tree commit diff stats
path: root/ui/vnc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/vnc: Do not use console_select()Akihiko Odaki2024-03-201-5/+9
* ui/vnc: Respect bound consoleAkihiko Odaki2024-03-121-29/+30
* ui: reject extended clipboard message if not activatedDaniel P. Berrangé2024-02-161-0/+5
* ui: drop VNC feature _MASK constantsDaniel P. Berrangé2024-02-091-17/+17
* audio: reintroduce default audio backend for VNCPaolo Bonzini2023-10-081-0/+2
* Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2023-10-041-1/+1
|\
| * input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki2023-10-031-1/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-10-031-3/+11
|\ \ | |/ |/|
| * audio: return Error ** from audio_state_by_namePaolo Bonzini2023-10-031-2/+1
| * ui/vnc: Require audiodev= to enable audioPaolo Bonzini2023-10-031-1/+10
* | ui: Clean up local variable shadowingMarkus Armbruster2023-09-291-6/+6
|/
* ui/vnc: fix handling of VNC_FEATURE_XVPPaolo Bonzini2023-09-251-2/+2
* ui/vnc: fix debug output for invalid audio messagePaolo Bonzini2023-09-251-1/+1
* ui/console: remove redundant format fieldMarc-André Lureau2023-09-121-1/+1
* ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau2023-09-121-27/+27
* ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau2023-09-121-27/+27
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* vnc: avoid underflow when accessing user-provided addressPaolo Bonzini2023-04-201-1/+1
* ui: keep current cursor with QemuConsoleMarc-André Lureau2023-03-131-5/+2
* ui: rename cursor_{get->ref}, return itMarc-André Lureau2023-03-131-2/+1
* ui: rename cursor_{put->unref}Marc-André Lureau2023-03-131-1/+1
* qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-10/+0
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella2022-10-111-3/+8
* Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson2022-04-271-80/+76
|\
| * qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy2022-04-271-0/+23
| * ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy2022-04-271-78/+51
| * Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri2022-04-271-2/+2
* | softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-7/+0
|/
* Move error_printf_unless_qmp() with monitor unitMarc-André Lureau2022-04-211-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian2022-03-181-9/+17
* ui/vnc.c: Fixed a deadlock bug.Rao Lei2022-01-131-2/+2
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* ui: generalize clipboard notifierMarc-André Lureau2021-12-211-1/+1
* crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-3/+17
* ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-06-291-3/+4
* vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini2021-06-151-8/+2
* ui/vnc: clipboard supportGerd Hoffmann2021-05-211-6/+15
* vnc: spelling fix (enable->enabled)Michael Tokarev2021-05-211-1/+1
* vnc: support reload x509 certificates for vncZihao Chang2021-03-231-0/+28
* ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé2021-03-181-38/+0
* ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé2021-03-151-4/+19
* ui: use client width/height in WMVi messageDaniel P. Berrangé2021-03-151-2/+2
* ui: add more trace points for VNC client/server messagesDaniel P. Berrangé2021-03-151-2/+19
* ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé2021-03-151-1/+22
* ui/console: Pass placeholder surface to displaysAkihiko Odaki2021-03-041-10/+0
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-1/+1
* vnc: send extended desktop resize on update requestsGerd Hoffmann2021-01-271-0/+3