summaryrefslogtreecommitdiffstats
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-29/+0Star
* vnc: move size-changed check into the vnc_desktop_resize function.Gerd Hoffmann2010-06-011-6/+5Star
* vnc: don't send invalid screen updates.Gerd Hoffmann2010-06-011-2/+6
* vnc: keep track of client desktop sizeGerd Hoffmann2010-06-011-3/+7
* vnc: send desktopresize event as reply to set encodingsGerd Hoffmann2010-06-011-0/+1
* vnc: factor out vnc_desktop_resize()Gerd Hoffmann2010-06-011-8/+16
* vnc: add basic tight supportCorentin Chary2010-06-011-0/+8
* vnc: return the number of rectanglesCorentin Chary2010-06-011-9/+16
* vnc: remove a memory leak in zlibCorentin Chary2010-06-011-0/+2
* vnc: add buffer_free()Corentin Chary2010-06-011-8/+10
* vnc: don't clear zlib stream on set_encodingCorentin Chary2010-06-011-1/+0Star
* vnc: really call zlib if we want zlibCorentin Chary2010-06-011-1/+1
* vnc: explain why set_encodings loop is reversedCorentin Chary2010-06-011-0/+5
* Revert "vnc: set the right prefered encoding"Corentin Chary2010-06-011-10/+4Star
* vnc: rich cursor support.Gerd Hoffmann2010-05-241-8/+62
* vnc: set the right prefered encodingCorentin Chary2010-05-101-4/+10
* vnc: make sure to send pointer type change event on SetEncodingsAnthony Liguori2010-05-041-0/+2
* vnc: split encoding in specific filesCorentin Chary2010-05-031-208/+12Star
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-9/+4Star
* Remove magic numbers for VNC message IDs from codeDaniel P. Berrange2010-04-091-28/+28
* input: make vnc use mouse mode notifiersAnthony Liguori2010-03-191-5/+8
* vnc: add no-lock-key-sync optionGerd Hoffmann2010-03-171-4/+12
* Fix SIGFPE for vnc display of width/height = 1Chris Webb2010-03-171-2/+4
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-3/+2Star
* kbd keds: vncGerd Hoffmann2010-03-091-1/+19
* Fix curses interaction with keymapsSamuel Thibault2010-03-061-10/+15
* vnc: Migrate to using QTAILQ instead of custom implementationAmit Shah2010-02-101-46/+28Star
* vnc.c: remove dead codePaolo Bonzini2010-02-051-3/+0Star
* vnc_refresh: calling vnc_update_client might free vsStefano Stabellini2010-01-271-2/+4
* vnc: Use inet_strfamily()Luiz Capitulino2010-01-201-21/+1Star
* QMP: Introduce VNC_INITIALIZED eventLuiz Capitulino2010-01-191-0/+1
* QMP: Introduce VNC_DISCONNECTED eventLuiz Capitulino2010-01-191-0/+2
* QMP: Introduce VNC_CONNECTED eventLuiz Capitulino2010-01-191-0/+25
* VNC: Cache client info at connection timeLuiz Capitulino2010-01-191-10/+30
* VNC: Add 'family' keyLuiz Capitulino2010-01-191-1/+25
* VNC: Rename client's 'username' keyLuiz Capitulino2010-01-191-4/+5
* VNC: Make 'auth' key mandatoryLuiz Capitulino2010-01-191-12/+14
* VNC: Use 'enabled' key instead of 'status'Luiz Capitulino2010-01-191-5/+5
* vnc_refresh: return if vd->timer is NULLStefano Stabellini2010-01-121-0/+4
* VNC: Convert do_info_vnc() to QObjectLuiz Capitulino2009-12-121-31/+162
* vnc: fix capslock tracking logic.Gerd Hoffmann2009-12-121-3/+5
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* vnc: improve capslock handling.Gerd Hoffmann2009-11-121-0/+21
* Win32: Fix vnc support.Stefan Weil2009-10-051-2/+21
* vnc: Set invalid buffer pointers to NULLStefan Weil2009-10-051-2/+8
* fix use after freeGlauber Costa2009-09-251-1/+1
* When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden2009-08-241-0/+5
* Don't segfault when changing VNC password on an SDL display.Zachary Amsden2009-08-241-0/+4
* variable timer intervalsStefano Stabellini2009-08-101-9/+30
* single vnc server surfaceStefano Stabellini2009-08-101-151/+189