summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Collapse)AuthorAgeFilesLines
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-59/+58
| | | | while structure members should not
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-1/+1
| | | | the redrawn part of the screen didn't get updated, and so left cursor trails).
* 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 ↵dscho2003-07-301-86/+86
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+2
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-8/+8
| | | | should not be used in a library (use rfbLog instead)
* 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