Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'classes' dir to 'webclients'. | Christian Beier | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Check rfbGetScreen() return value everywhere. | Christian Beier | 2011-03-17 | 1 | -0/+2 |
| | | | | | This fixes a segfault when a server is invoked with the '-help' commandline argument. | ||||
* | Add doxygen documentation support. | Christian Beier | 2010-11-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | x11vnc: the big split. | runge | 2006-01-09 | 1 | -1/+2 |
| | |||||
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -2/+5 |
| | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -1/+1 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -1/+1 |
| | | | | 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 | ||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -2/+2 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -1/+1 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | moved files to include; moved a file to examples/ | dscho | 2003-02-07 | 1 | -4/+4 |
| | |||||
* | moved files to contrib/ and examples/ | dscho | 2003-02-07 | 1 | -0/+90 |