| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <rfb/rfb.h> instead of "rfb.h" | dscho | 2003-02-20 | 1 | -1/+1 |
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 15 | -18/+23 |
* | webpage update | dscho | 2003-02-19 | 1 | -0/+5 |
* | forgotten .cvsignore | dscho | 2003-02-19 | 1 | -0/+5 |
* | fixed header installation into $(prefix)/include/rfb | dscho | 2003-02-19 | 1 | -2/+4 |
* | moved include/ to rfb/ | dscho | 2003-02-18 | 8 | -10/+6 |
* | fixed a bug when closing a client if no longer listening for new clients. | dscho | 2003-02-18 | 1 | -1/+2 |
* | export rfbReverseBytes; undefine VERSION, because it's too common | dscho | 2003-02-17 | 2 | -3/+3 |
* | INSTALL is copied by automake | dscho | 2003-02-17 | 1 | -231/+0 |
* | INSTALL was missing | dscho | 2003-02-17 | 1 | -0/+231 |
* | fixed --link option to libvncserver-config | dscho | 2003-02-16 | 2 | -3/+11 |
* | cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined | dscho | 2003-02-10 | 2 | -6/+12 |
* | really fixed ClientConnectionGone problem | dscho | 2003-02-10 | 2 | -8/+10 |
* | fixed LinuxVNC colours | dscho | 2003-02-10 | 2 | -3/+17 |
* | fixed a bug that prevented the first connection to be closed | dscho | 2003-02-10 | 2 | -2/+21 |
* | fixed pthread debugging (locks...) | dscho | 2003-02-10 | 1 | -11/+11 |
* | fixed dependecy to libvncserver.a; if the lib is newer, the programs are reli... | dscho | 2003-02-10 | 3 | -3/+3 |
* | removed superfluous file | dscho | 2003-02-10 | 1 | -1/+0 |
* | added colourmapexample; fixed LinuxVNC to show the right colours | dscho | 2003-02-10 | 4 | -3/+38 |
* | vncterm imported, porting issues solved (IRIX, OS X, Solaris) | dscho | 2003-02-09 | 1 | -1/+2 |
* | support for OS X is better now | dscho | 2003-02-09 | 5 | -9/+16 |
* | trying again to support OS X | dscho | 2003-02-09 | 2 | -1/+9 |
* | included vncterm | dscho | 2003-02-09 | 14 | -3/+1266 |
* | moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows t... | dscho | 2003-02-09 | 3 | -14/+18 |
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 9 | -11/+11 |
* | portability changes | dscho | 2003-02-09 | 1 | -0/+4 |
* | order of X libraries is not good for IRIX | dscho | 2003-02-09 | 1 | -1/+1 |
* | include order was wrong | dscho | 2003-02-09 | 2 | -5/+5 |
* | source from CVS always will need a current autoconf/automake | dscho | 2003-02-09 | 4 | -9308/+0 |
* | I give up supporting old autoconf/automake; now require at least 2.52 | dscho | 2003-02-09 | 5 | -262/+9308 |
* | more macros included for older autoconf/automake | dscho | 2003-02-09 | 1 | -0/+124 |
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 30 | -385/+1063 |
* | ignore libvncserver-config | dscho | 2003-02-09 | 1 | -0/+1 |
* | bigendian is now determined at configure time | dscho | 2003-02-09 | 3 | -39/+8 |
* | added website | dscho | 2003-02-09 | 1 | -0/+132 |
* | small adjustments for autoconf/automake compatibility | dscho | 2003-02-09 | 2 | -5/+5 |
* | make dist fixed; make rpm introduced | dscho | 2003-02-09 | 7 | -13/+122 |
* | removed Makefiles; these are generated now | dscho | 2003-02-08 | 7 | -1420/+5 |
* | ignore generated files | dscho | 2003-02-08 | 4 | -0/+69 |
* | missing files | dscho | 2003-02-08 | 5 | -0/+14 |
* | further autoconf'ing | dscho | 2003-02-08 | 4 | -1/+59 |
* | autoconf'ed everything | dscho | 2003-02-08 | 18 | -154/+1572 |
* | added files | dscho | 2003-02-07 | 2 | -0/+203 |
* | added Makefile in examples; "export" in cvs_update_anonymously | dscho | 2003-02-07 | 2 | -2/+52 |
* | moved files to include; moved a file to examples/ | dscho | 2003-02-07 | 11 | -270/+55 |
* | moved files to contrib/ and examples/ | dscho | 2003-02-07 | 8 | -0/+1 |
* | fixed cargs (segmentation fault!) | dscho | 2002-12-30 | 2 | -18/+14 |
* | strange, but standard X11 behaviour from Sun keymappings... | dscho | 2002-12-25 | 1 | -0/+19 |
* | include commented debug functionality | dscho | 2002-12-20 | 1 | -0/+5 |
* | AltGr fixes in x11vnc, renamed from altgr to modtweak | dscho | 2002-12-20 | 1 | -19/+26 |