55 İşlemeler (1980dd537cb4c85ac04dc23fbde542c2495ed1fc)

Yazar SHA1 Mesaj Tarih
  DRC 1980dd537c Remove unused autotools build system 13 yıl önce
  DRC 1a1840795d Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/ 13 yıl önce
  DRC d22efe4781 Installer needs to be built from the top-level CMake context. 13 yıl önce
  DRC 1953b5111a Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo" 13 yıl önce
  DRC 2690f7ae11 Automatically disable NLS if gettext and/or libiconv are missing. On some platforms, such as Windows and OS X, NLS can't be enabled without a lot of custom configuration, so the build simply fails on those platforms unless -DENABLE_NLS=0 is specified. This change makes the CMake system behave more like autotools used to, and it is consistent with the detection behavior of other non-essential modules, such as GnuTLS. 13 yıl önce
  DRC 56e625c5da Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building with the GnuTLS static libs (using MinGW) requires user32 and ws2_32. 13 yıl önce
  DRC 1b7abb9acf Don't link against the X11 libraries on Mac, because FLTK doesn't use them. 13 yıl önce
  DRC de22ae92b3 Build new FLTK-based viewer by default 13 yıl önce
  DRC 71f2199496 We don't use fltk_images or fltk_forms, so don't try to detect those (otherwise, when linking against libfltk.a, the build system will try to link with libfltk_images.a and libfltk_forms.a as well, which can introduce external dependencies that we don't want.) 13 yıl önce
  DRC 61729dc902 Need to explicitly link with libiconv when using libintl.a. 13 yıl önce
  DRC 2301beb511 Don't define _WIN32_IE or _WIN32_WINNT except on Windows builds 13 yıl önce
  DRC 777290b469 Detect and enable PAM authentication support 13 yıl önce
  DRC fdb348e16f Fix HAVE_FLTK_DEAD_KEYS test 13 yıl önce
  Henrik Andersson a7a38a6028 Exclude unix directory from compile on Apple platform, 13 yıl önce
  Henrik Andersson 23029ccd59 Building the Xvnc server requires libtool control files of rdr, rfb, 13 yıl önce
  Pierre Ossman 835b4ef7cd Add support for cursors to the new viewer. 13 yıl önce
  DRC aeff3314dc CMake 2.8 is necessary in order to properly detect and configure GnuTLS. 13 yıl önce
  DRC d0b64c9207 Do not include the po/ subdirectory unless NLS is enabled. 13 yıl önce
  DRC 17331b9570 Fix detection of GnuTLS and its features when linking statically with an installation of GnuTLS installed in an arbitrary directory 13 yıl önce
  DRC fe06e61471 Don't need to save the value of CMAKE_REQUIRED_FLAGS or CMAKE_REQUIRED_LIBRARIES 13 yıl önce
  DRC 63b40b75a7 If JPEG_INCLUDE_DIR or JPEG_LIBRARY have been overridden on the CMake command line (necessary when building against the libjpeg-turbo SDK, which is installed in /opt/libjpeg-turbo), then use the overridden values when performing the test to determine whether or not the JPEG library is libjpeg-turbo. 13 yıl önce
  Pierre Ossman 950642027b Reenable the automatic enabling of GnuTLS if present, but retain the ability 13 yıl önce
  Pierre Ossman 32c88c4b02 Make use of GnuTLS an explicit choice to avoid surprises if it gets included 13 yıl önce
  Pierre Ossman 4c613d30e8 Implement full screen support in new vncviewer. 13 yıl önce
  Pierre Ossman 34dde79d89 Add some more libraries that are generally needed by FLTK and CMake doesn't 13 yıl önce
  Pierre Ossman cb0cffe6db Add support for multimedia keys. 13 yıl önce
  Pierre Ossman 4a6be4a2a0 Implement support for sending the local clipboard to the server. 13 yıl önce
  Pierre Ossman f8c5ef62fc The initial fix for FLTK to handle dead keys broke CJK input, so a new method 13 yıl önce
  Pierre Ossman b232b5fd73 Finish up the gettext handling in CMake. The included functions in CMake only 13 yıl önce
  Peter Åstrand bb445ef944 This patch adds gettext support for our new vncviewer. CMake only. The 13 yıl önce
  Pierre Ossman 89f868a44f Handle dead keys more properly (through some fixing in FLTK). 13 yıl önce
  Pierre Ossman 5156d5e49b Initial commit of new FLTK based vncviewer. Most of the code comes from the 13 yıl önce
  Pierre Ossman 8f64ef73b3 Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson. 13 yıl önce
  Pierre Ossman d0f0f034d2 Fix up typo that's been copied around in several places. 13 yıl önce
  Henrik Andersson 2a032adc8e Added complete checks of GnuTLS. 13 yıl önce
  Pierre Ossman 9640f445ec Set compiler flags early in case they influence the tests. 13 yıl önce
  Pierre Ossman ee0e362c18 Separate and comment the platform tests a bit better. 13 yıl önce
  Pierre Ossman 7f44326f4a Consolidate CMake modules includes at the top of the file. 13 yıl önce
  Pierre Ossman 0153e23fac Windows actually has socklen_t, it's just that it is in a special header. 13 yıl önce
  Henrik Andersson e1fd8e15f9 Fixed socklen_t test unix compatible. 13 yıl önce
  Pierre Ossman 69314c7721 Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_ 13 yıl önce
  Pierre Ossman 20dea4620c The Win64 headers don't like us requesting Windows 2000 as the minimum version 13 yıl önce
  Pierre Ossman d027edd441 Restore workaround for CMake's broken 64-bit detection, but in a more 13 yıl önce
  Pierre Ossman 6fa0749aa7 Check that we are using libjpeg-turbo and not the standard one and complain 13 yıl önce
  Pierre Ossman 2c66a63d37 Comment our change of default build type. 13 yıl önce
  Pierre Ossman e8115169a9 Make the build id generation work on other targets than Windows. 13 yıl önce
  Pierre Ossman 0bfc1cd416 Clean up the 64-bit handling a bit. Trust CMake to tell use when we have a 13 yıl önce
  Pierre Ossman 481b03ecd4 Consolidate all the Windows installer stuff to its own directory. 13 yıl önce
  Pierre Ossman 4c6bd4c770 Look for libjpeg in a more proper manner and don't just assume it's in a 13 yıl önce
  Pierre Ossman a7769f2eee Use the system copy of zlib by default, like we do with autotools. 13 yıl önce