summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.c
Commit message (Collapse)AuthorAgeFilesLines
...
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; ↵runge2005-05-031-0/+2
| | | | configure.ac tweaks.
* add '-listen ipaddr' optionrunge2005-03-051-0/+2
|
* fix disappearing cursordscho2005-01-201-3/+0
|
* pointerClient was still static.dscho2005-01-181-37/+12
| | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not.
* fix commentdscho2005-01-141-1/+2
|
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+8
|
* add hook to allow for custom client messagesdscho2005-01-031-0/+6
|
* support MinGW32!dscho2004-12-011-0/+2
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-149/+149
| | | | while structure members should not
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-271-2/+4
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+851