summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2015-04-301-3/+3
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-302-3/+3
* ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao2015-04-304-10/+10
* ui/vnc : fix coding styleChih-Min Chao2015-04-301-2/+4
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell2015-04-272-30/+19
|\
| * spice: learn to hide cursorMarc-André Lureau2015-04-271-3/+6
| * spice: set pointer position on hotspotMarc-André Lureau2015-04-271-4/+6
| * spice: fix mouse cursor positionMarc-André Lureau2015-04-271-1/+1
| * spice: fix simple display on bigendian hostsGerd Hoffmann2015-04-271-1/+1
| * monitor: Make client_migrate_info synchronousMarkus Armbruster2015-04-271-21/+5
* | gtk: Avoid accel key leakage into guest on console switchJan Kiszka2015-04-271-0/+12
* | gtk: Fix VTE focus grabbingJan Kiszka2015-04-271-3/+4
* | console/gtk: add qemu_console_get_labelGerd Hoffmann2015-04-222-11/+16
* | gtk: bind to text terminal consoles tooGerd Hoffmann2015-04-221-36/+73
* | gtk: handle switch_surface(NULL) properlyGerd Hoffmann2015-04-221-5/+21
|/
* CVE-2015-1779: limit size of HTTP headers from websockets clientsDaniel P. Berrange2015-04-011-2/+8
* CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange2015-04-013-36/+80
* gtk: do not call gtk_widget_get_window if drawing area is not initializedHervé Poussineau2015-03-261-0/+12
* ui: ensure VNC websockets server checks the ACL if requestedDaniel P. Berrange2015-03-181-0/+10
* ui: remove separate gnutls_session for websockets serverDaniel P. Berrange2015-03-184-62/+33
* ui: enforce TLS when using websockets serverDaniel P. Berrange2015-03-183-26/+9
* ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange2015-03-182-5/+52
* ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange2015-03-181-62/+91
* ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2015-03-182-32/+23
* ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange2015-03-181-6/+6
* ui: remove unused 'wiremode' variable in VncState structDaniel P. Berrange2015-03-184-11/+0
* vnc: Fix QMP change not to use funky error classMarkus Armbruster2015-03-171-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into s...Peter Maydell2015-03-131-3/+24
|\
| * sdl: Fix crash when calling sdl_switch() with NULL surfaceBenjamin Herrenschmidt2015-03-121-1/+2
| * sdl: Refresh debug statementsBenjamin Herrenschmidt2015-03-121-2/+22
* | vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei2015-03-121-1/+6
* | vnc: avoid possible file handler leakGonglei2015-03-121-1/+1
* | ui/console: fix OVERFLOW_BEFORE_WIDENGonglei2015-03-121-2/+2
* | ui: fix regression in x509verify parameter for VNC serverDaniel P. Berrange2015-03-121-2/+7
* | vnc: switch to inet_listen_optsGerd Hoffmann2015-03-121-34/+41
* | vnc: remove dead codeGerd Hoffmann2015-03-121-7/+2
* | vnc: drop display+ws_display from VncDisplayGerd Hoffmann2015-03-123-35/+27
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell2015-03-102-12/+13
|\
| * Fix crash when connecting to VNC through websocketJorge Acereda Maciá2015-03-101-2/+1
| * vnc: set id at parse time not init timeGerd Hoffmann2015-03-101-10/+12
* | qemu-char: add cyrillic characters 'numerosign' to VNC keysymsWang Xin2015-03-101-0/+1
* | ui/vnc: Remove vnc_stop_worker_thread()Thomas Huth2015-03-102-14/+0
* | ui: Removed unused functionsThomas Huth2015-03-104-33/+0
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-251-1/+1
|\
| * hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-1/+1
* | vnc: fix coverity warningGerd Hoffmann2015-02-161-0/+1
* | ui/vnc: optimize full scanline updatesPeter Lieven2015-02-161-0/+6
* | vnc: introduce an wrapper for auto assign vnc idGonglei2015-02-161-7/+15
* | vnc: using bool type instead of int for QEMU_OPT_BOOLGonglei2015-02-161-5/+5
* | vnc: correct missing property about vnc_displayGonglei2015-02-161-3/+23
OpenPOWER on IntegriCloud