summaryrefslogtreecommitdiffstats
path: root/libvncserver/cursor.c
Commit message (Expand)AuthorAgeFilesLines
* LibVNCClient: fix integer shifts for cursor colorsTobias Junghans2018-11-051-4/+4
* Add locks of updateMutex in rfbRedrawAfterHideCursor() andrunge2009-12-011-2/+5
* Fix various compilation warningsVic Lee2009-11-101-1/+1
* Fix short vs. char problem with X cursors. Have fg == bg == 0 imply interpol...runge2007-03-241-7/+51
* Corrected Cursor Statistics reporting as messagessteven_carr2006-05-161-2/+2
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-8/+3
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-0/+10
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-201-1/+1
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ...runge2005-06-141-14/+34
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-8/+10
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+38
* disappearing cursor fixed & debug message purgeddscho2005-01-201-1/+0
* fix disappearing cursordscho2005-01-201-4/+7
* redraw region under old cursor even if the old cursor doesn't have to be freed.dscho2005-01-191-2/+3
* oops, a debug message slipped throughdscho2005-01-191-2/+0
* pointerClient was still static.dscho2005-01-181-36/+64
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-6/+81
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-201-0/+1
* don't mix up width & height!dscho2004-12-171-1/+1
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-17/+17
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-2/+14
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+527