summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Expand)AuthorAgeFilesLines
* 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