summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* clear requested region after handling itdscho2005-04-272-1/+4
|
* x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, ↵runge2005-04-198-1095/+3114
| | | | -noviewonly
* x11vnc: add rawfb setup example misc/ranfb.plrunge2005-04-123-2/+159
|
* x11vnc: fix some -rawfb bugs, add setup:cmdrunge2005-04-117-573/+932
|
* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...runge2005-04-1020-290/+2862
|
* x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -httprunge2005-04-048-234/+551
|
* x11vnc: fix event leaks, build-time customizations, -nolookuprunge2005-03-297-1000/+1556
|
* x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat Nrunge2005-03-207-1145/+1963
|
* x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.runge2005-03-127-718/+1700
|
* fix compilation when no libz is availabledscho2005-03-091-0/+2
|
* do the in_addr_t stuff correctly...dscho2005-03-072-1/+6
|
* check for in_addr_tdscho2005-03-071-0/+11
|
* fix for older SDL versionsdscho2005-03-061-3/+9
|
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-054-3/+6
|
* add '-listen ipaddr' optionrunge2005-03-0513-658/+1008
|
* do not crash when /tmp is not writabledscho2005-03-011-1/+5
|
* x11vnc: final changes for 0.7.1 release.runge2005-02-234-986/+1267
|
* x11vnc: -nap is now the default, version str 0.7.1.runge2005-02-226-216/+269
|
* x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.runge2005-02-147-672/+1826
|
* x11vnc -input to fine tune allow user input. per-client settings -Rrunge2005-02-117-176/+1243
|
* x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.hrunge2005-02-098-160/+965
|
* prepare_x11vnc_dist.sh: few tweaks for next releaserunge2005-02-072-3/+8
|
* configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfwrunge2005-02-072-20/+87
|
* x11vnc -solid color, -opts; tightvnc unix viewer alpha patchrunge2005-02-058-405/+1155
|
* 10l: really fix preferredEncoding set from outsidedscho2005-01-252-2/+2
|
* whoops, test version of x11vnc.c leaked out...runge2005-01-241-1889/+0
|
* sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other ↵runge2005-01-247-303/+2423
| | | | info
* test Floyd-Steinberg dither for alpha masksdscho2005-01-231-2/+7
|
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-213-1/+39
|
* use Getoptdscho2005-01-211-0/+32
|
* if no argc & argv are passed, honour the serverHost&serverPort which was set ↵dscho2005-01-211-5/+4
| | | | by the application
* no need to strdup for MakeXCursordscho2005-01-201-5/+10
|
* disappearing cursor fixed & debug message purgeddscho2005-01-202-1/+4
|
* fix disappearing cursordscho2005-01-203-12/+12
|
* redraw region under old cursor even if the old cursor doesn't have to be freed.dscho2005-01-191-2/+3
|
* a granted wish has several children ;-)dscho2005-01-191-2/+7
|
* fix test (don't show cursor...); correctly set the encodings in the client;dscho2005-01-191-7/+5
| | | | really test 20 seconds
* oops, a debug message slipped throughdscho2005-01-191-2/+0
|
* pointerClient was still static.dscho2005-01-1810-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,hdscho2005-01-182-0/+25
|
* add a cursor test (interactive for now)dscho2005-01-182-1/+344
|
* more ignorancedscho2005-01-181-1/+4
|
* LibVNCClient is includeddscho2005-01-171-4/+6
|
* alpha cursor and VisualNaCro newsdscho2005-01-171-0/+4
|
* ignore generated filesdscho2005-01-161-0/+19
|
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-169-1660/+3078
|
* fix most TODOs; recorder.pl now actually records something; add nacro.pm to ↵dscho2005-01-145-59/+533
| | | | package
* reverted segfault fix; use rfbDrawCharWithClipdscho2005-01-141-1/+1
|
* add comment "if col=bcol, assume background is transparent"dscho2005-01-141-1/+2
|
* fix commentdscho2005-01-141-1/+2
|