summaryrefslogtreecommitdiffstats
path: root/rfb.h
Commit message (Expand)AuthorAgeFilesLines
* compiler warnings, contrib directory, new x11vnc from Karl Rungedscho2002-12-061-6/+16
* patch from Const for CursorPosUpdate encodingdscho2002-10-291-3/+8
* updated to vnc-3.3.4 (ZRLE encoding)dscho2002-10-221-1/+9
* a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added.dscho2002-08-221-3/+1
* unwarn compilationdscho2002-08-191-6/+7
* NewFB encoding addeddscho2002-07-281-4/+14
* solaris fixes (INADDR_NONE)dscho2002-05-031-1/+4
* Tim's Changesdscho2002-05-021-10/+15
* command line handlingdscho2002-04-301-0/+1
* another solaris clean compiledscho2002-04-231-9/+3
* solaris endian changesdscho2002-04-231-1/+14
* changes from Tim Jansen: threading issues, new client can be rejected, and moredscho2002-02-181-23/+51
* correct BackChannel handling, compile cleanupsdscho2002-01-171-0/+3
* clean ups and encoding "backchannel"dscho2002-01-161-2/+5
* cmdline arg -passwd addeddscho2001-11-191-0/+3
* start x11vnc, an x0rfbserver clonedscho2001-11-181-2/+3
* Visual C++ / win32 compatibility reestablisheddscho2001-11-151-1/+2
* changes from Justin, zippy addeddscho2001-11-141-2/+15
* add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike"dscho2001-10-181-0/+3
* deferUpdatedscho2001-10-161-2/+6
* rfbSelectBox, consoleFonts, too many changesdscho2001-10-131-5/+32
* cleanupsdscho2001-10-121-0/+3
* replaced xalloc with malloc functions, udp input support (untested), fixed httpdscho2001-10-111-106/+56
* copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreadsdscho2001-10-101-4/+9
* pthreads correctionsdscho2001-10-101-20/+25
* font corrections, displayHookdscho2001-10-071-5/+9
* WIN32 compatibility, removed kbdptr.cdscho2001-10-061-19/+46
* changed cursor functions to use screen info, not cursordscho2001-10-051-2/+2
* extracted font routines from exampledscho2001-10-051-0/+21
* rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.dscho2001-10-041-2/+9
* tried to compile on Sparcs. Original cc has problems. ar isn't there.dscho2001-10-041-0/+10
* fixed 2 pthreads issues, added noXCursor option.dscho2001-10-041-14/+13
* upgraded to TridiaVNC 1.2.1dscho2001-10-031-1/+4
* no more compile warnings, pthread final(?) fixesdscho2001-10-021-17/+54
* implemented rfbSetCursordscho2001-10-021-17/+3
* prototype for rfbSendBelldscho2001-10-021-0/+1
* support for server side colour maps, fix for non-pthread, support for 3bppdscho2001-10-021-5/+19
* finally fixed pthreadsdscho2001-09-291-3/+2
* more pthread debuggingdscho2001-09-291-0/+3
* cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE)dscho2001-09-291-0/+2
* dropped miregion and all the X stuff in favour of Wez' sraRegion, added doxdscho2001-09-291-18/+13
* exported rfbReverseBytedscho2001-09-281-0/+4
* now compiles on FreeBSDdscho2001-09-281-9/+11
* added setTranslateFunction as member of rfbScreenInfo,dscho2001-09-271-1/+16
* try to make OSXvnc run again.dscho2001-09-271-0/+6
* docu and cursors in examples.dscho2001-09-271-1/+2
* API correctionsdscho2001-09-261-3/+9
* moved vncauth to libvncserverdscho2001-09-251-1/+12
* fix cursor bug; missing keysym; fix align problem on SGI; clean up cursor.cdscho2001-09-251-49/+20
* bugfix: cursor (works now without xcursor encoding)dscho2001-09-241-7/+71