Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat N | runge | 2005-03-20 | 7 | -1145/+1963 |
| | |||||
* | x11vnc: X DAMAGE support, -clip WxH+X+Y, identd. | runge | 2005-03-12 | 7 | -718/+1700 |
| | |||||
* | fix compilation when no libz is available | dscho | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | do the in_addr_t stuff correctly... | dscho | 2005-03-07 | 2 | -1/+6 |
| | |||||
* | check for in_addr_t | dscho | 2005-03-07 | 1 | -0/+11 |
| | |||||
* | fix for older SDL versions | dscho | 2005-03-06 | 1 | -3/+9 |
| | |||||
* | autoconf: rpm -> rpmbuild and echo -n -> printf | runge | 2005-03-05 | 4 | -3/+6 |
| | |||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 13 | -658/+1008 |
| | |||||
* | do not crash when /tmp is not writable | dscho | 2005-03-01 | 1 | -1/+5 |
| | |||||
* | x11vnc: final changes for 0.7.1 release. | runge | 2005-02-23 | 4 | -986/+1267 |
| | |||||
* | x11vnc: -nap is now the default, version str 0.7.1. | runge | 2005-02-22 | 6 | -216/+269 |
| | |||||
* | x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode. | runge | 2005-02-14 | 7 | -672/+1826 |
| | |||||
* | x11vnc -input to fine tune allow user input. per-client settings -R | runge | 2005-02-11 | 7 | -176/+1243 |
| | |||||
* | x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.h | runge | 2005-02-09 | 8 | -160/+965 |
| | |||||
* | 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 |
| | | | | info | ||||
* | 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 |
| | | | | 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 |
| |