summaryrefslogtreecommitdiffstats
path: root/vncterm
Commit message (Expand)AuthorAgeFilesLines
* LinuxVNC: Fix for no input possible because of ctrl key being stuck.Christian Beier2010-01-071-1/+2
* LinuxVNC: fix segfault at "linuxvnc 1 -help".Christian Beier2010-01-042-3/+5
* Fix various compilation warningsVic Lee2009-11-101-2/+2
* mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+2
* clean up build flagsdscho2009-02-031-2/+1
* Build shared libraries per defaultdscho2007-03-301-1/+1
* do not always include rfb/keysym.hdscho2006-09-122-0/+2
* fix some build issues WRT ultravnc code.runge2006-05-131-2/+2
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+2
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-152-1/+2
* socketInitDone -> socketStatedscho2005-05-072-3/+4
* pointerClient was still static.dscho2005-01-181-9/+2
* support MinGW32!dscho2004-12-011-3/+9
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-303-34/+34
* 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
* 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 ge...dscho2003-07-305-73/+58
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-285-54/+69
* 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 reli...dscho2003-02-101-1/+1
* 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