summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* oops, a debug message slipped throughdscho2005-01-191-2/+0
* pointerClient was still static.dscho2005-01-1810-245/+196
* 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 p...dscho2005-01-145-59/+533
* 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 Andr...dscho2004-12-014-17/+21
* 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 jus...dscho2004-11-301-0/+1
* 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
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-166-35/+46
* compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,dscho2004-10-151-38/+120
* no need to modify argvdscho2004-10-151-2/+4
* ideasdscho2004-10-151-73/+2
* compiling, non functional version of a unit test for encodingsdscho2004-10-151-18/+211
* cursor problemdscho2004-10-041-0/+1