Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | examples/mac: disable the cursor | dscho | 2008-05-13 | 1 | -0/+3 |
| | | | | | | | | We cannot write access the frame buffer, and we do not have a sensible cursor anyway, so better disable the cursor (which would have to be drawn for clients that do not support CursorShapeUpdates). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | previous patch turned compile warning in a compile error; fix that ;-) | dscho | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | fix compile warnings | dscho | 2005-12-08 | 1 | -3/+5 |
| | |||||
* | kill BackChannel and CustomClientMessage: the new extension technique makes ↵ | dscho | 2005-10-06 | 1 | -60/+0 |
| | | | | these hooks obsolete | ||||
* | compile fix on mac; still untested... | dscho | 2004-12-20 | 1 | -5/+5 |
| | |||||
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -13/+13 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -2/+2 |
| | | | | 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 |
| | |||||
* | support for OS X is better now | dscho | 2003-02-09 | 1 | -2/+0 |
| | |||||
* | moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows ↵ | dscho | 2003-02-09 | 1 | -0/+608 |
there) |