Commit Graph

16 Commits (658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee)

Author SHA1 Message Date
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho fefcb9188a fix cursor trails (when not using cursor encoding and moving the cursor,
20 years ago
dscho 34fc97a52a add "-progressive height" option to make SendFramebufferUpdate "preemptive"
21 years ago
dscho d58d3af1ce ignore SIGPIPE by default; it is handled via EPIPE
21 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho 4fcb60871b rfbErr introduced
21 years ago
dscho 48029a3a0b rfbLog can be overridden; EINTR on read/write means just try again
21 years ago
dscho ae5142bdbd add rfbclient.h to distribution; avoid C++ style comments
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs
21 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
21 years ago
dscho 9f0a1a3bc1 synced with TightVNC and RealVNC
21 years ago
dscho a1ce2ac48f make vncauth usable also for upcoming libvncclient
21 years ago
dscho d75c85d737 #include <rfb/rfbregion.h> instead of #include "rfbregion.h"
21 years ago
dscho e22be6634d moved include/ to rfb/
22 years ago