You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DRC 5aa0650322 Call Fl::args() to properly parse the "hidden" arguments that FLTK understands. This has two primary benefits: (1) On X11 systems, you can now override the X display by passing '-display {display}' as the first argument, as is the case for most other X11 apps, and (2) on OS X, this allows the application to run within an application (.app) bundle, because Fl::args() parses the hidden arguments passed to the app by the launcher. 13 years ago
cmake Fix several bugs in the generation of .la files 13 years ago
common Detect and enable PAM authentication support 13 years ago
doc Remove obsolete Visual C++ 7 build instructions 13 years ago
fltk Update extensions to cleanly apply against FLTK 1.3.0, and fix several bugs (including the inability to build FLTK with Visual C++ or CMake) 13 years ago
java/src/com corrected missing index ptr in new ZlibInStream implementation 13 years ago
media Add some basic icon files. 15 years ago
po This patch adds gettext support for our new vncviewer. CMake only. The 13 years ago
release The installed package is called "com.tigervnc.tigervnc" (our convention is to use lowercase "tigervnc" for package names), so this fixes an issue whereby it would not uninstall. 13 years ago
unix Integrate Xvnc build with CMake and new FLTK-based vncviewer build 13 years ago
vncviewer Call Fl::args() to properly parse the "hidden" arguments that FLTK understands. This has two primary benefits: (1) On X11 systems, you can now override the X display by passing '-display {display}' as the first argument, as is the case for most other X11 apps, and (2) on OS X, this allows the application to run within an application (.app) bundle, because Fl::args() parses the hidden arguments passed to the app by the launcher. 13 years ago
win Make full-screen mode span all monitors in a multi-monitor system 13 years ago
BUILDING.txt First pass at build instructions for the new FLTK-based viewer and CMake build system 13 years ago
CMakeLists.txt Don't link against the X11 libraries on Mac, because FLTK doesn't use them. 13 years ago
LICENCE.TXT Initial revision 19 years ago
Makefile.am Install OpenGL software renderer when doing 'make xserver-install' 13 years ago
config.h.cmake.in Detect and enable PAM authentication support 13 years ago
configure.ac Require gettext 0.14.4 to fix a problem with detection of NLS support 13 years ago