| Commit message (Expand) | Author | Age | Files | Lines |
* | prepare_x11vnc_dist.sh: few tweaks for next release | runge | 2005-02-07 | 2 | -3/+8 |
* | configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfw | runge | 2005-02-07 | 2 | -20/+87 |
* | x11vnc -solid color, -opts; tightvnc unix viewer alpha patch | runge | 2005-02-05 | 8 | -405/+1155 |
* | 10l: really fix preferredEncoding set from outside | dscho | 2005-01-25 | 2 | -2/+2 |
* | whoops, test version of x11vnc.c leaked out... | runge | 2005-01-24 | 1 | -1889/+0 |
* | sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other ... | runge | 2005-01-24 | 7 | -303/+2423 |
* | test Floyd-Steinberg dither for alpha masks | dscho | 2005-01-23 | 1 | -2/+7 |
* | implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource | dscho | 2005-01-21 | 3 | -1/+39 |
* | 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 |
* | 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 |
* | 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 |