Commit Graph

73 Commits (56234cd0b656de3c8827288f2adf78c9cb12d0c5)

Author SHA1 Message Date
Christian Beier 56234cd0b6 Fix remaining compiler warnings.
13 years ago
Christian Beier bf2470cec6 Check rfbGetScreen() return value everywhere.
13 years ago
Christian Beier c8fc0ad5a7 Move zippy.c to examples.
13 years ago
Christian Beier 558a58e039 Remove unneeded files concerning CVS.
13 years ago
Johannes Schindelin 617a5f8b6b Remove completely broken Visual Studio project files
13 years ago
Christian Beier 705a5d46e6 Add doxygen documentation support.
14 years ago
Vic Lee a4cc897222 Fix various compilation warnings
15 years ago
dscho 3d2eab575e clean up build flags
15 years ago
dscho f164dc1893 examples/mac: disable the cursor
16 years ago
dscho ca805667e6 Build shared libraries per default
17 years ago
dscho 188ccd2ee2 include rotatetemplate.c in the tarball
18 years ago
dscho 21b1fd476f add rotate and flip example
18 years ago
dscho 6370f25f13 malloc.h should not be needed (it is missing on quite a few platforms)
18 years ago
runge 3c80351a1c Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
18 years ago
steven_carr 6a6ccc8c58 Added an example camera application to demonstrate another way to write a server application.
18 years ago
dscho f38f67e4e9 Fix blooptest example
18 years ago
dscho 3c2ea8d05a if compiling with pthreads, also compile blooptest
18 years ago
runge 71f2ec7918 x11vnc: the big split.
19 years ago
runge def3012663 fix client non-jpeg/libz builds
19 years ago
dscho 065e2ebb7e previous patch turned compile warning in a compile error; fix that ;-)
19 years ago
dscho efbf1d7240 fix compile warnings
19 years ago
dscho 951ec26b7c The PseudoEncoding extension code was getting silly:
19 years ago
dscho 11fc700c5d add BackChannel extension example
19 years ago
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho 808b6a0b23 do it right: it is not DEFINES, but AM_CFLAGS
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho ff590d0afa mac works!
19 years ago
dscho 6fb77fb0c1 fix off by one bug
19 years ago
dscho ee52441372 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
dscho 320edc794f more files to ignore
19 years ago
dscho 446a6fabac fix memory leaks detected using valgrind
19 years ago
dscho 34f714bcdc socketInitDone -> socketState
19 years ago
dscho a84b3d072a pointerClient was still static.
20 years ago
dscho 2d03c071df reverted segfault fix; use rfbDrawCharWithClip
20 years ago
dscho 19a0d05bb9 compile fix on mac; still untested...
20 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho 97a1de323b now that the examples reside in a subdirectory, the classes path has to be adapted
20 years ago
dscho 2b8c2a5c3a add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
20 years ago
dscho 876868553d move the library into libvncserver/, x11vnc into x11vnc/
20 years ago
dscho e68063f246 add support for pgm and pbm (8-bit and 1-bit grayscale images)
20 years ago
dscho 50a80e7304 make examples g++ compileable, thanks to Juan Jose Costello
21 years ago
dscho ce4c02b6f4 ignore all test programs
21 years ago
dscho c0c5aace2f add a simple example how to use rfbDoCopyRect
21 years ago
markmc d02db5cac4 2002-09-11 Mark McLoughlin <mark@skynet.ie>
21 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho 7dc44503f6 using autoconf 1.6
21 years ago
dscho 4fcb60871b rfbErr introduced
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago