summaryrefslogtreecommitdiffstats
path: root/vncterm
Commit message (Collapse)AuthorAgeFilesLines
* convert c++ comments to c commentsdscho2004-06-184-5/+3
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-2/+2
|
* inherit CFLAGSdscho2004-01-191-1/+1
|
* fix usage of non-existent attribute bufferdscho2004-01-191-8/+11
|
* 2002-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-111-361/+0
| | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
* ZRLE no longer uses C++, but Cdscho2003-09-081-6/+5
|
* added --disable-cxx flag to configuredscho2003-08-291-4/+4
|
* using autoconf 1.6dscho2003-08-181-32/+46
|
* rfbErr introduceddscho2003-08-062-5/+5
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-305-73/+58
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-285-54/+69
| | | | should not be used in a library (use rfbLog instead)
* another try to make CVS more helpful with configuredscho2003-07-101-0/+348
|
* the correct way to include rfb.h is now "#include <rfb/rfb.h>"dscho2003-02-202-1/+3
|
* fixed LinuxVNC coloursdscho2003-02-102-3/+17
|
* fixed dependecy to libvncserver.a; if the lib is newer, the programs are ↵dscho2003-02-101-1/+1
| | | | relinked
* added colourmapexample; fixed LinuxVNC to show the right coloursdscho2003-02-101-1/+4
|
* support for OS X is better nowdscho2003-02-092-7/+14
|
* included vnctermdscho2003-02-0911-0/+1259