aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-06-29ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-3/+4
2021-06-23ui: Make the DisplayType enum entries conditionalThomas Huth1-1/+7
2021-06-23ui/cocoa: Add clipboard supportAkihiko Odaki2-1/+110
2021-06-23ui/cocoa: Set UI informationAkihiko Odaki1-0/+49
2021-06-15vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini3-8/+23
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-27ui/pixman: Add qemu_pixman_to_drm_format()Vivek Kasireddy1-11/+24
2021-05-27ui: Get the fd associated with udmabuf driverVivek Kasireddy2-0/+41
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann3-1/+194
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann1-55/+0
2021-05-21ui/vnc: clipboard supportGerd Hoffmann4-6/+363
2021-05-21ui/vdagent: add clipboard supportGerd Hoffmann2-0/+295
2021-05-21ui/vdagent: add mouse supportGerd Hoffmann1-0/+149
2021-05-21ui/vdagent: core infrastructureGerd Hoffmann3-0/+370
2021-05-21ui: add clipboard infrastructureGerd Hoffmann2-0/+93
2021-05-21ui/spice-display: check NULL pointer in interface_release_resource()Mauro Matteo Cascella1-0/+4
2021-05-21vnc: spelling fix (enable->enabled)Michael Tokarev1-1/+1
2021-05-02ui: Fix memory leak in qemu_xkeymap_mapping_table()Philippe Mathieu-Daudé1-5/+10
2021-03-23vnc: support reload x509 certificates for vncZihao Chang1-0/+28
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé1-38/+0
2021-03-16ui/cocoa: Comment about modifier key input quirksAkihiko Odaki1-1/+37
2021-03-16ui: fold qemu_alloc_display in only callerMarc-André Lureau1-11/+3
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé3-4/+22
2021-03-15ui: use client width/height in WMVi messageDaniel P. Berrangé1-2/+2
2021-03-15ui: avoid sending framebuffer updates outside client desktop boundsDaniel P. Berrangé2-4/+45
2021-03-15ui: add more trace points for VNC client/server messagesDaniel P. Berrangé2-2/+28
2021-03-15ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki1-1/+7
2021-03-15opengl: Do not convert format with glTexImage2D on OpenGL ESAkihiko Odaki1-5/+14
2021-03-15ui: deprecate "password" option for SPICE serverDaniel P. Berrangé1-0/+2
2021-03-15ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé1-2/+28
2021-03-15ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé1-1/+22
2021-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell2-129/+115
2021-03-11ui/cocoa: Fix mouse association stateAkihiko Odaki1-16/+8
2021-03-11ui/cocoa: Mark variables staticAkihiko Odaki1-7/+7
2021-03-11ui/cocoa: Clear modifiers whenever possibleAkihiko Odaki1-72/+76
2021-03-11ui/cocoa: Do not rely on the first argumentAkihiko Odaki1-14/+15
2021-03-11ui/cocoa: Show QEMU icon in the about windowAkihiko Odaki1-9/+5
2021-03-11ui/cocoa: Use kCGColorSpaceSRGBAkihiko Odaki1-7/+2
2021-03-11ui/gtk: Remove NULL checks in gd_switchAkihiko Odaki1-4/+2
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2-2/+2
2021-03-09ui: Replace the word 'whitelist'Philippe Mathieu-Daudé2-3/+3
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki6-25/+23
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki2-6/+7
2021-03-04ui/cocoa: Replace fprintf with error_reportAkihiko Odaki1-3/+3
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki5-9/+29
2021-03-04ui/cocoa: Fix stride resolution of pixman imageAkihiko Odaki1-4/+4
2021-03-04ui/gtk: vte: fix sending multiple characetersZack Marvel1-1/+10
2021-03-03ui/cocoa: Remove the uses of full screen APIsAkihiko Odaki1-26/+15
2021-02-19ui/console: Remove dpy_gl_ctx_get_currentAkihiko Odaki1-5/+0
2021-02-19ui/cocoa: Statically allocate dclAkihiko Odaki1-34/+31