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