Commit Graph

36 Commits (be5b1296e4aa4d8a51cd709853408ec0cd7b768b)

Author SHA1 Message Date
runge be5b1296e4 libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks
19 years ago
dscho 446a6fabac fix memory leaks detected using valgrind
19 years ago
dscho 34f714bcdc socketInitDone -> socketState
19 years ago
runge 1bb36df34e libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; configure.ac tweaks.
19 years ago
dscho 6602a22f2b clear requested region after handling it
19 years ago
runge 4301cdf1df autoconf: rpm -> rpmbuild and echo -n -> printf
19 years ago
runge b8b96689bf add '-listen ipaddr' option
19 years ago
dscho 914f7b71c5 10l: really fix preferredEncoding set from outside
19 years ago
dscho 6273f2065a implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource
19 years ago
dscho cafeb40fed disappearing cursor fixed & debug message purged
19 years ago
dscho 155f4c1053 fix disappearing cursor
19 years ago
dscho 47646a200f redraw region under old cursor even if the old cursor doesn't have to be freed.
19 years ago
dscho 81ac5600be oops, a debug message slipped through
19 years ago
dscho a84b3d072a pointerClient was still static.
19 years ago
dscho dd923e8660 add convenience function to clip using x2,y2 instead of w,h
19 years ago
runge b58e460fac add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
19 years ago
dscho 8d2ae4ea51 add comment "if col=bcol, assume background is transparent"
19 years ago
dscho 135767a93e fix comment
19 years ago
dscho a87e288f09 close socket in ClientConnectionGone
19 years ago
dscho 2cd3c824c6 return value of rfbProcessEvents tells if an update was pending
19 years ago
dscho b9a8f19bb4 fix segfault when trying to write outside of frameBuffer
19 years ago
dscho e78a41c69c add hook to allow for custom client messages
20 years ago
runge 2cc1b1d3e7 x11vnc: synchronous mode for -remote, string cleanup
20 years ago
dscho f28038b28a don't mix up width & height!
20 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 28d09a73ce release client list mutex earlier
20 years ago
dscho 3060d5fa15 output only via rfbErr
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho 2a4a0f487e convert c++ comments to c comments
20 years ago
dscho 1589d04d50 debug
20 years ago
dscho 6bda09f03c fix CoRRE with maxRectsPerUpdate bug
20 years ago
dscho 35236477c4 all this moving and renaming needs changes in the cvsignores, too!
20 years ago
dscho fefcb9188a fix cursor trails (when not using cursor encoding and moving the cursor,
20 years ago
dscho 2b8c2a5c3a add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
20 years ago
runge e3c8cddef9 x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfile
20 years ago
dscho 876868553d move the library into libvncserver/, x11vnc into x11vnc/
20 years ago