Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do away with rfbint.h generation and use stdint.h directly instead. | Christian Beier | 2015-05-28 | 1 | -3/+2 |
| | |||||
* | Use an m4 script subdirectory, fix automake init and two macro names. | Brian Bidulock | 2014-10-02 | 1 | -0/+1 |
| | |||||
* | Move vncterm to https://github.com/LibVNC/vncterm. | Christian Beier | 2014-09-09 | 1 | -2/+2 |
| | |||||
* | Remove x11vnc from autotools build system. | Christian Beier | 2014-09-03 | 1 | -4/+1 |
| | |||||
* | Rename 'classes' dir to 'webclients'. | Christian Beier | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ↵ | Christian Beier | 2011-03-28 | 1 | -1/+1 |
|\ | | | | | | | ssh://libvncserver.git.sourceforge.net/gitroot/libvncserver/libvncserver | ||||
| * | Include cmake configure file templates in dist tarball. | Christian Beier | 2011-03-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | | Add libvncserver.pc and libvncclient.pc files. | Vic Lee | 2011-03-28 | 1 | -0/+3 |
|/ | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | Move zippy.c to examples. | Christian Beier | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | Include CMakeLists.txt file in dist tarball. | Christian Beier | 2011-02-02 | 1 | -0/+1 |
| | |||||
* | clean up build flags | dscho | 2009-02-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc | dscho | 2008-01-31 | 1 | -1/+5 |
| | | | | | | | | | | Since we separated the packages LibVNCServer and x11vnc, there is a configure switch --with-x11vnc, without which x11vnc is not built. However, even _with_ this switch, it is not built, because the Makefile would not recurse into the x11vnc/ subdirectory. Fix that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | configure: make more of a split between libvncserver and x11vnc pkgs. | runge | 2007-05-27 | 1 | -3/+3 |
| | |||||
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 1 | -2/+2 |
| | |||||
* | make libvncserver-conf executable the autoconf way | dscho | 2005-05-24 | 1 | -5/+0 |
| | |||||
* | "make t" now executes the tests | dscho | 2005-05-24 | 1 | -0/+2 |
| | |||||
* | autoconf: rpm -> rpmbuild and echo -n -> printf | runge | 2005-03-05 | 1 | -1/+1 |
| | |||||
* | fix bug 968264: make rpm did not work with x11vnc package | dscho | 2004-06-07 | 1 | -2/+2 |
| | |||||
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -2/+2 |
| | | | | automake CFLAGS nagging | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -26/+2 |
| | |||||
* | Honour the check for libz, libjpeg again | dscho | 2004-01-29 | 1 | -2/+9 |
| | |||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -15/+7 |
| | |||||
* | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -2/+2 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | debug flags | dscho | 2003-07-28 | 1 | -0/+2 |
| | |||||
* | also distribute classes/ directory | dscho | 2003-07-10 | 1 | -2/+2 |
| | |||||
* | let libvncserver-config behave as expected when called without installing | dscho | 2003-02-28 | 1 | -0/+7 |
| | |||||
* | fixed header installation into $(prefix)/include/rfb | dscho | 2003-02-19 | 1 | -2/+4 |
| | |||||
* | moved include/ to rfb/ | dscho | 2003-02-18 | 1 | -3/+4 |
| | |||||
* | included vncterm | dscho | 2003-02-09 | 1 | -2/+2 |
| | |||||
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 1 | -4/+3 |
| | |||||
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 1 | -1/+1 |
| | |||||
* | small adjustments for autoconf/automake compatibility | dscho | 2003-02-09 | 1 | -4/+4 |
| | |||||
* | make dist fixed; make rpm introduced | dscho | 2003-02-09 | 1 | -0/+21 |
| | |||||
* | autoconf'ed everything | dscho | 2003-02-08 | 1 | -0/+21 |