Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use Getopt | dscho | 2005-01-21 | 1 | -0/+32 |
| | |||||
* | if no argc & argv are passed, honour the serverHost&serverPort which was set ↵ | dscho | 2005-01-21 | 1 | -5/+4 |
| | | | | by the application | ||||
* | no need to strdup for MakeXCursor | dscho | 2005-01-20 | 1 | -5/+10 |
| | |||||
* | disappearing cursor fixed & debug message purged | dscho | 2005-01-20 | 2 | -1/+4 |
| | |||||
* | fix disappearing cursor | dscho | 2005-01-20 | 3 | -12/+12 |
| | |||||
* | redraw region under old cursor even if the old cursor doesn't have to be freed. | dscho | 2005-01-19 | 1 | -2/+3 |
| | |||||
* | a granted wish has several children ;-) | dscho | 2005-01-19 | 1 | -2/+7 |
| | |||||
* | fix test (don't show cursor...); correctly set the encodings in the client; | dscho | 2005-01-19 | 1 | -7/+5 |
| | | | | really test 20 seconds | ||||
* | oops, a debug message slipped through | dscho | 2005-01-19 | 1 | -2/+0 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 10 | -245/+196 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+25 |
| | |||||
* | add a cursor test (interactive for now) | dscho | 2005-01-18 | 2 | -1/+344 |
| | |||||
* | more ignorance | dscho | 2005-01-18 | 1 | -1/+4 |
| | |||||
* | LibVNCClient is included | dscho | 2005-01-17 | 1 | -4/+6 |
| | |||||
* | alpha cursor and VisualNaCro news | dscho | 2005-01-17 | 1 | -0/+4 |
| | |||||
* | ignore generated files | dscho | 2005-01-16 | 1 | -0/+19 |
| | |||||
* | add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc.. | runge | 2005-01-16 | 9 | -1660/+3078 |
| | |||||
* | fix most TODOs; recorder.pl now actually records something; add nacro.pm to ↵ | dscho | 2005-01-14 | 5 | -59/+533 |
| | | | | package | ||||
* | reverted segfault fix; use rfbDrawCharWithClip | dscho | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | add comment "if col=bcol, assume background is transparent" | dscho | 2005-01-14 | 1 | -1/+2 |
| | |||||
* | fix comment | dscho | 2005-01-14 | 1 | -1/+2 |
| | |||||
* | close socket in ClientConnectionGone | dscho | 2005-01-14 | 1 | -0/+3 |
| | |||||
* | new version... | dscho | 2005-01-14 | 1 | -2/+2 |
| | |||||
* | VisualNacro, a visual macro recorder for VNC. Alpha version | dscho | 2005-01-14 | 10 | -0/+1028 |
| | |||||
* | return value of rfbProcessEvents tells if an update was pending | dscho | 2005-01-14 | 2 | -4/+11 |
| | |||||
* | fix segfault when trying to write outside of frameBuffer | dscho | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | argc and argv may be zero (which means to ignore them) | dscho | 2005-01-14 | 1 | -30/+36 |
| | |||||
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 3 | -0/+14 |
| | |||||
* | x11vnc: improve XFIXES cursor transparency, more remote-control cmds. | runge | 2004-12-27 | 7 | -606/+1590 |
| | |||||
* | x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package | runge | 2004-12-23 | 3 | -11/+13 |
| | |||||
* | x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package | runge | 2004-12-23 | 1 | -2/+2 |
| | |||||
* | x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package | runge | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | x11vnc: minor tweaks for x11vnc 0.7 file release | runge | 2004-12-23 | 7 | -49/+359 |
| | |||||
* | Ooh, I'm lazy. Some news were added retroactively. | dscho | 2004-12-20 | 1 | -0/+6 |
| | |||||
* | released 0.7 | dscho | 2004-12-20 | 3 | -3/+8 |
| | |||||
* | compile fix on mac; still untested... | dscho | 2004-12-20 | 1 | -5/+5 |
| | |||||
* | fix for MinGW | dscho | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | x11vnc: minor tweaks for 0.7 file release | runge | 2004-12-20 | 5 | -13/+74 |
| | |||||
* | x11vnc: synchronous mode for -remote, string cleanup | runge | 2004-12-20 | 8 | -619/+1303 |
| | |||||
* | don't mix up width & height! | dscho | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 8 | -1679/+11945 |
| | |||||
* | fix compilation on non MinGW32... | dscho | 2004-12-01 | 1 | -0/+4 |
| | |||||
* | support MinGW32! | dscho | 2004-12-01 | 21 | -51/+183 |
| | |||||
* | use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵ | dscho | 2004-12-01 | 4 | -17/+21 |
| | | | | Andre Leiradella) | ||||
* | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 2 | -7/+11 |
| | |||||
* | add EncodingUltra; it is not implemented in the libraries yet, so this is ↵ | dscho | 2004-11-30 | 1 | -0/+1 |
| | | | | just a place holder | ||||
* | TODOs from encodingstest | dscho | 2004-10-16 | 1 | -0/+4 |
| | |||||
* | tight-1 -> encodingstest | dscho | 2004-10-16 | 1 | -1/+1 |
| | |||||
* | rename tight-1.c into encodingstest.c, fixing it in the process. It now | dscho | 2004-10-16 | 2 | -17/+58 |
| | | | | | passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient) | ||||
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 6 | -35/+46 |
| | | | | overrideable |