summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Expand)AuthorAgeFilesLines
* fix compilation for systems without socklen_tdscho2005-05-181-4/+0
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+4
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-1/+4
* socketInitDone -> socketStatedscho2005-05-071-1/+11
* add '-listen ipaddr' optionrunge2005-03-051-2/+4
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+1
* pointerClient was still static.dscho2005-01-181-48/+10
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-0/+2
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+3
* add hook to allow for custom client messagesdscho2005-01-031-0/+5
* fix compilation on non MinGW32...dscho2004-12-011-0/+4
* support MinGW32!dscho2004-12-011-1/+5
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-59/+58
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-1/+1
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-211-0/+9
* ignore SIGPIPE by default; it is handled via EPIPEdscho2004-01-211-0/+1
* ZRLE no longer uses C++, but Cdscho2003-09-081-4/+4
* rfbErr introduceddscho2003-08-061-1/+1
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-311-1/+2
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-301-2/+1
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-86/+86
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+2
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-8/+8
* synced with TightVNC and RealVNCdscho2003-07-281-0/+7
* make vncauth usable also for upcoming libvncclientdscho2003-07-271-56/+0
* #include <rfb/rfbregion.h> instead of #include "rfbregion.h"dscho2003-02-211-4/+4
* moved include/ to rfb/dscho2003-02-181-0/+826