summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clean upsdscho2001-10-255-41/+41
|
* changesdscho2001-10-191-0/+2
|
* add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike"dscho2001-10-186-1/+175
|
* scheduleCopyRegion no longer sends frameBufferUpdates (no longer clobbersdscho2001-10-161-4/+23
| | | | deferring)
* deferUpdatedscho2001-10-165-8/+30
|
* font errors, requestedRegion bugdscho2001-10-163-6/+11
|
* unneccessary filedscho2001-10-151-21/+0
|
* INT_MAX maybe not defineddscho2001-10-131-0/+4
|
* tododscho2001-10-131-0/+1
|
* rfbSelectBox, consoleFonts, too many changesdscho2001-10-1317-261/+1148
|
* changes to Makefiledscho2001-10-121-1/+1
|
* cleanupsdscho2001-10-123-2/+5
|
* replaced xalloc with malloc functions, udp input support (untested), fixed httpdscho2001-10-1113-236/+204
|
* copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreadsdscho2001-10-105-11/+46
| | | | problem
* pthreads correctionsdscho2001-10-106-35/+48
|
* start udpdscho2001-10-091-0/+1
|
* removes region.hdscho2001-10-083-51/+4
|
* fixed 24bit (update was garbled)dscho2001-10-073-5/+9
|
* font corrections, displayHookdscho2001-10-075-24/+45
|
* WIN32 compatibility, removed kbdptr.cdscho2001-10-0616-96/+585
|
* changed cursor functions to use screen info, not cursordscho2001-10-057-36/+38
| | | | fixed copy rect.
* extracted font routines from exampledscho2001-10-056-66/+99
|
* rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.dscho2001-10-046-13/+96
|
* 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-046-73/+81
|
* working on IRIX pthreads problemdscho2001-10-032-2/+3
|
* java viewer bug fixeddscho2001-10-032-5/+9
|
* upgraded to TridiaVNC 1.2.1dscho2001-10-039-57/+190
|
* no more compile warnings, pthread final(?) fixesdscho2001-10-0210-238/+227
|
* some todo itemsdscho2001-10-021-9/+13
|
* implemented rfbSetCursordscho2001-10-023-17/+30
|
* prototype for rfbSendBelldscho2001-10-021-0/+1
|
* changesdscho2001-10-021-0/+14
|
* forgot files for 3 bppdscho2001-10-023-0/+528
|
* support for server side colour maps, fix for non-pthread, support for 3bppdscho2001-10-0210-80/+199
|
* have to upgrade to newest VNC sourcesdscho2001-10-011-0/+1
|
* finally fixed pthreadsdscho2001-09-298-53/+94
|
* nother trydscho2001-09-292-1/+9
|
* more pthread debuggingdscho2001-09-296-52/+88
|
* cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE)dscho2001-09-293-3/+5
|
* dropped miregion and all the X stuff in favour of Wez' sraRegion, added doxdscho2001-09-2939-13903/+1071
|
* exported rfbReverseBytedscho2001-09-282-10/+8
|
* don't send a cursor update if there is no cursordscho2001-09-281-0/+1
|
* small changes to README (contact) and TODO (autoconf?)dscho2001-09-282-2/+4
|
* libvncserver.a is not deleted by make cleandscho2001-09-281-2/+2
|
* unnecessary includedscho2001-09-281-3/+0
|
* now compiles on FreeBSDdscho2001-09-283-10/+13
|
* make clean now cleans mac.o pnmshow.o and example.odscho2001-09-281-2/+2
|
* added setTranslateFunction as member of rfbScreenInfo,dscho2001-09-275-4/+26
| | | | cursor may be NULL (no cursor).
* try to make OSXvnc run again.dscho2001-09-273-117/+42
|