summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* vnc update fixGerd Hoffmann2014-07-251-1/+3
* fix full frame updates for VNC clientsStephan Kulow2014-07-251-0/+1
* ui/vnc: fix potential memory corruption issuesPeter Lieven2014-07-011-80/+69
* ui/vnc: limit client_cut_text msg payload sizePeter Lieven2014-07-011-3/+10
* qapi event: convert VNC eventsWenchao Xia2014-06-231-54/+57
* qapi: adjust existing definesWenchao Xia2014-06-231-4/+5
* vnc: fix screen updatesGerd Hoffmann2014-06-191-0/+3
* vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-4/+1
* vnc: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-8/+4
* input/vnc: use kbd delays in press_keyGerd Hoffmann2014-06-041-0/+2
* vnc: add trace events for key eventsGerd Hoffmann2014-06-021-4/+23
* vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann2014-06-021-28/+6
* vnc: Remove default_mon usageCole Robinson2014-04-251-2/+2
* ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven2014-03-181-3/+7
* ui/vnc: disable adaptive update calculations if not neededPeter Lieven2014-03-101-0/+9
* ui/vnc: optimize setting in vnc_dpy_update()Peter Lieven2014-03-101-11/+5
* ui/vnc: optimize clearing in find_and_clear_dirty_height()Peter Lieven2014-03-101-4/+1
* ui/vnc: optimize dirty bitmap trackingPeter Lieven2014-03-101-71/+84
* ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BITPeter Lieven2014-03-101-1/+1
* ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macroPeter Lieven2014-03-101-24/+41
* vnc: fix use-after-free in vnc_update_client_syncGerd Hoffmann2014-03-101-13/+8
* input: mouse: switch vnc ui to new coreGerd Hoffmann2014-03-051-24/+22
* input: keyboard: switch vnc ui to new coreGerd Hoffmann2014-03-051-19/+6
* vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2013-06-211-7/+8
* vnc: Make ledstate comparison before modifiers updatedLei Li2013-05-151-1/+2
* TLS support for VNC WebsocketsTim Hardeck2013-05-031-19/+67
* vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li2013-04-291-0/+5
* vnc: Support for LED state extensionLei Li2013-04-291-0/+45
* vnc: Add SCROLL lock key to kbd_ledsLei Li2013-04-291-1/+5
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-3/+3
* console: gui timer fixesGerd Hoffmann2013-04-161-51/+20
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-6/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-5/+0
* vnc: stop using DisplayStateGerd Hoffmann2013-03-181-34/+43
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-16/+5
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-21/+17
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-14/+30
* vnc: fix possible uninitialized removalsTim Hardeck2013-01-211-3/+8
* vnc: added initial websocket protocol supportTim Hardeck2013-01-211-18/+169
* vnc: added buffer_advance functionTim Hardeck2013-01-211-4/+9
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* pixman: fix vnc tight png/jpeg supportGerd Hoffmann2012-12-141-1/+1
* vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea2012-11-261-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-7/+7
|\
| * vnc: add missing staticBlue Swirl2012-11-011-7/+7
* | pixman/vnc: remove dead code.Gerd Hoffmann2012-11-011-18/+0
OpenPOWER on IntegriCloud