- 30 Apr, 2006 1 commit
-
-
dscho authored
-
- 27 Apr, 2006 2 commits
- 26 Apr, 2006 1 commit
-
-
runge authored
-
- 17 Apr, 2006 1 commit
-
-
steven_carr authored
-
- 01 Mar, 2006 2 commits
- 09 Jan, 2006 1 commit
-
-
runge authored
-
- 08 Jan, 2006 1 commit
-
-
runge authored
-
- 09 Dec, 2005 1 commit
-
-
dscho authored
-
- 08 Dec, 2005 1 commit
-
-
dscho authored
-
- 07 Oct, 2005 1 commit
-
-
dscho authored
If the client asked for an encoding, and no enabled extension handled it, LibVNCServer would walk through all extensions, and if they promised to handle the encoding, execute the extension's newClient() if it was not NULL. However, if newClient is not NULL, it will be called when a client connects, and if it returns TRUE, the extension will be enabled. Since all the state of the extension should be in the client data, there is no good reason why newClient should return FALSE the first time (thus not enabling the extension), but TRUE when called just before calling enablePseudoEncoding(). So in effect, the extension got enabled all the time, even if that was not necessary. The resolution is to pass a void** to enablePseudoEncoding. This has the further advantage that enablePseudoEncoding can remalloc() or free() the data without problems. Though keep in mind that if enablePseudoEncoding() is called on a not-yet-enabled extension, the passed data points to NULL.
-
- 06 Oct, 2005 3 commits
- 28 Sep, 2005 1 commit
-
-
dscho authored
Thank you very much, Rohit!
-
- 24 May, 2005 2 commits
- 18 May, 2005 1 commit
-
-
dscho authored
hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
-
- 15 May, 2005 1 commit
-
-
dscho authored
-
- 14 May, 2005 2 commits
- 07 May, 2005 1 commit
-
-
dscho authored
-
- 18 Jan, 2005 1 commit
-
-
dscho authored
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.
-
- 14 Jan, 2005 1 commit
-
-
dscho authored
-
- 20 Dec, 2004 1 commit
-
-
dscho authored
-
- 01 Dec, 2004 1 commit
-
-
dscho authored
-
- 30 Aug, 2004 1 commit
-
-
dscho authored
while structure members should not
-
- 18 Jun, 2004 1 commit
-
-
dscho authored
-
- 07 Jun, 2004 1 commit
-
-
dscho authored
-
- 25 May, 2004 1 commit
-
-
dscho authored
-
- 24 Mar, 2004 1 commit
-
-
dscho authored
-
- 04 Feb, 2004 1 commit
-
-
dscho authored
-
- 21 Jan, 2004 2 commits
- 11 Sep, 2003 1 commit
-
-
markmc authored
* Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
-
- 08 Sep, 2003 1 commit
-
-
dscho authored
-
- 18 Aug, 2003 1 commit
-
-
dscho authored
-
- 06 Aug, 2003 1 commit
-
-
dscho authored
-
- 30 Jul, 2003 1 commit
-
-
dscho authored
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
-