summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* close socket in ClientConnectionGonedscho2005-01-141-0/+3
|
* new version...dscho2005-01-141-2/+2
|
* VisualNacro, a visual macro recorder for VNC. Alpha versiondscho2005-01-1410-0/+1028
|
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-142-4/+11
|
* fix segfault when trying to write outside of frameBufferdscho2005-01-141-1/+1
|
* argc and argv may be zero (which means to ignore them)dscho2005-01-141-30/+36
|
* add hook to allow for custom client messagesdscho2005-01-033-0/+14
|
* x11vnc: improve XFIXES cursor transparency, more remote-control cmds.runge2004-12-277-606/+1590
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-233-11/+13
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-2/+2
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-1/+1
|
* x11vnc: minor tweaks for x11vnc 0.7 file releaserunge2004-12-237-49/+359
|
* Ooh, I'm lazy. Some news were added retroactively.dscho2004-12-201-0/+6
|
* released 0.7dscho2004-12-203-3/+8
|
* compile fix on mac; still untested...dscho2004-12-201-5/+5
|
* fix for MinGWdscho2004-12-201-1/+1
|
* x11vnc: minor tweaks for 0.7 file releaserunge2004-12-205-13/+74
|
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-208-619/+1303
|
* don't mix up width & height!dscho2004-12-171-1/+1
|
* x11vnc: XFIXES cursorshape, XRANDR resize, remote control, guirunge2004-12-178-1679/+11945
|
* fix compilation on non MinGW32...dscho2004-12-011-0/+4
|
* support MinGW32!dscho2004-12-0121-51/+183
|
* use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵dscho2004-12-014-17/+21
| | | | Andre Leiradella)
* fix long reads (in some events of success, no TRUE was returned)dscho2004-11-302-7/+11
|
* add EncodingUltra; it is not implemented in the libraries yet, so this is ↵dscho2004-11-301-0/+1
| | | | just a place holder
* TODOs from encodingstestdscho2004-10-161-0/+4
|
* tight-1 -> encodingstestdscho2004-10-161-1/+1
|
* rename tight-1.c into encodingstest.c, fixing it in the process. It nowdscho2004-10-162-17/+58
| | | | | passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient)
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-166-35/+46
| | | | overrideable
* compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,dscho2004-10-151-38/+120
| | | | libvncclient is not yet reentrant (or threadsafe).