summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Collapse)AuthorAgeFilesLines
...
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ↵runge2005-06-141-14/+34
| | | | beta-testing fixes, RFE's.
* main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add ↵runge2005-06-041-7/+3
| | | | -fixscreen
* main.c: fix copyRect for non-cursor-shape-aware clients.runge2005-05-311-0/+43
|
* fix off by one bugdscho2005-05-241-2/+4
|
* fix off by one bugdscho2005-05-181-2/+2
|
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-183-3/+9
| | | | socklen_t test from configure.ac
* also distribute private.h...dscho2005-05-171-1/+1
|
* fix SIGSEGV when client has incompatible protocol; release mutex before ↵dscho2005-05-161-2/+5
| | | | freeing it
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-1522-454/+408
|
* libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaksrunge2005-05-152-2/+3
|
* fix memory leaks detected using valgrinddscho2005-05-142-6/+6
|
* socketInitDone -> socketStatedscho2005-05-074-9/+56
|
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; ↵runge2005-05-031-0/+2
| | | | configure.ac tweaks.
* clear requested region after handling itdscho2005-04-271-1/+1
|
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-051-1/+1
|
* add '-listen ipaddr' optionrunge2005-03-054-12/+47
|
* 10l: really fix preferredEncoding set from outsidedscho2005-01-251-1/+2
|
* 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-203-12/+12
|
* 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-184-158/+148
| | | | | | | | | | | | | | | | | | | | | | 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-181-0/+22
|
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-6/+81
|
* 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
|
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+8
|
* fix segfault when trying to write outside of frameBufferdscho2005-01-141-1/+1
|
* add hook to allow for custom client messagesdscho2005-01-032-0/+9
|
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-201-0/+1
|
* don't mix up width & height!dscho2004-12-171-1/+1
|
* support MinGW32!dscho2004-12-013-13/+17
|
* release client list mutex earlierdscho2004-10-021-2/+2
|
* output only via rfbErrdscho2004-09-031-4/+4
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-3020-423/+423
| | | | while structure members should not
* convert c++ comments to c commentsdscho2004-06-181-8/+8
|
* debugdscho2004-06-181-0/+8
|
* fix CoRRE with maxRectsPerUpdate bugdscho2004-06-151-2/+4
|
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-0/+4
|
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-2/+14
| | | | the redrawn part of the screen didn't get updated, and so left cursor trails).
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-1/+1
| | | | automake CFLAGS nagging
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-272-13/+15
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-2537-0/+12775