Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Fix blooptest example | dscho | 2006-03-01 | 1 | -0/+1 |
| | |||||
* | fix off by one bug | dscho | 2005-05-24 | 1 | -2/+4 |
| | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -12/+16 |
| | |||||
* | fix memory leaks detected using valgrind | dscho | 2005-05-14 | 1 | -0/+1 |
| | |||||
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -2/+7 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | reverted segfault fix; use rfbDrawCharWithClip | dscho | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -2/+2 |
| | | | | while structure members should not | ||||
* | now that the examples reside in a subdirectory, the classes path has to be ↵ | dscho | 2004-06-18 | 1 | -1/+1 |
| | | | | adapted | ||||
* | make examples g++ compileable, thanks to Juan Jose Costello | dscho | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -3/+3 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | autoconf'ed everything | dscho | 2003-02-08 | 1 | -5/+5 |
| | |||||
* | moved files to contrib/ and examples/ | dscho | 2003-02-07 | 1 | -0/+330 |