Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do the in_addr_t stuff correctly... | dscho | 2005-03-07 | 1 | -0/+4 |
| | |||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+4 |
| | |||||
* | implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource | dscho | 2005-01-21 | 1 | -0/+1 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -48/+10 |
| | | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not. | ||||
* | add convenience function to clip using x2,y2 instead of w,h | dscho | 2005-01-18 | 1 | -0/+3 |
| | |||||
* | add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc.. | runge | 2005-01-16 | 1 | -0/+2 |
| | |||||
* | return value of rfbProcessEvents tells if an update was pending | dscho | 2005-01-14 | 1 | -2/+3 |
| | |||||
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 1 | -0/+5 |
| | |||||
* | fix compilation on non MinGW32... | dscho | 2004-12-01 | 1 | -0/+4 |
| | |||||
* | support MinGW32! | dscho | 2004-12-01 | 2 | -3/+7 |
| | |||||
* | add EncodingUltra; it is not implemented in the libraries yet, so this is ↵ | dscho | 2004-11-30 | 1 | -0/+1 |
| | | | | just a place holder | ||||
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -4/+12 |
| | | | | overrideable | ||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 2 | -63/+62 |
| | | | | while structure members should not | ||||
* | more comments; support playing vncrec'orded files | dscho | 2004-06-18 | 1 | -1/+13 |
| | |||||
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -1/+1 |
| | | | | the redrawn part of the screen didn't get updated, and so left cursor trails). | ||||
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -18/+12 |
| | | | | automake CFLAGS nagging | ||||
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 1 | -0/+9 |
| | |||||
* | ignore SIGPIPE by default; it is handled via EPIPE | dscho | 2004-01-21 | 1 | -0/+1 |
| | |||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 2 | -5/+5 |
| | |||||
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION ↵ | dscho | 2003-08-03 | 1 | -9/+10 |
| | | | | unneccessary... | ||||
* | rfbLog can be overridden; EINTR on read/write means just try again | dscho | 2003-07-31 | 1 | -1/+2 |
| | |||||
* | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 2 | -4/+1 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 5 | -215/+197 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 2 | -0/+3 |
| | |||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 3 | -66/+86 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 2 | -0/+9 |
| | |||||
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+186 |
| | |||||
* | make vncauth usable also for upcoming libvncclient | dscho | 2003-07-27 | 2 | -56/+58 |
| | |||||
* | these files are generated by configure | dscho | 2003-07-11 | 2 | -209/+0 |
| | |||||
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 4 | -0/+401 |
| | |||||
* | #include <rfb/rfbregion.h> instead of #include "rfbregion.h" | dscho | 2003-02-21 | 1 | -4/+4 |
| | |||||
* | forgotten .cvsignore | dscho | 2003-02-19 | 1 | -0/+5 |
| | |||||
* | moved include/ to rfb/ | dscho | 2003-02-18 | 5 | -0/+3730 |