| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | oops, a debug message slipped through | dscho | 2005-01-19 | 1 | -2/+0 |
* | pointerClient was still static. | dscho | 2005-01-18 | 10 | -245/+196 |
* | 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 p... | dscho | 2005-01-14 | 5 | -59/+533 |
* | 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 Andr... | dscho | 2004-12-01 | 4 | -17/+21 |
* | 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 jus... | dscho | 2004-11-30 | 1 | -0/+1 |
* | 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 |
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 6 | -35/+46 |
* | compiles, 1st run is okay, 2nd and subsequent give errors. Evidently, | dscho | 2004-10-15 | 1 | -38/+120 |
* | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 |
* | ideas | dscho | 2004-10-15 | 1 | -73/+2 |
* | compiling, non functional version of a unit test for encodings | dscho | 2004-10-15 | 1 | -18/+211 |
* | cursor problem | dscho | 2004-10-04 | 1 | -0/+1 |