- 04 Jan, 2010 1 commit
-
-
Christian Beier authored
This fixes Debian Bug #399501: Switch to tty1. Run "linuxvnc 1 -help". You see help text, followed by "Segmentation fault". Signed-off-by:
Christian Beier <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 10 Nov, 2009 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 12 Sep, 2006 1 commit
-
-
dscho authored
-
- 15 May, 2005 1 commit
-
-
dscho authored
-
- 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.
-
- 30 Aug, 2004 1 commit
-
-
dscho authored
while structure members should not
-
- 18 Jun, 2004 1 commit
-
-
dscho authored
-
- 19 Jan, 2004 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_"
-
- 28 Jul, 2003 1 commit
-
-
dscho authored
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
-
- 10 Feb, 2003 2 commits
- 09 Feb, 2003 1 commit
-
-
dscho authored
-