1. 0878eca Move the last remnants of autotools into config.h. by Pierre Ossman · 13 years ago
  2. 8eb3508 Set a proper icon for the vncviewer windows on Unix and Windows. by Pierre Ossman · 13 years ago
  3. 6412770 Convert media Makefile to CMake. by Pierre Ossman · 13 years ago
  4. e43d1aa Using libXft means using libfontconfig, so make sure we add that to by Pierre Ossman · 13 years ago
  5. 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
  6. 550a4df Bump version number to prepare for post-1.2 development by DRC · 14 years ago
  7. 2f4fd6b Failure to find FLTK dependencies is only fatal for our version of FLTK. by Pierre Ossman · 14 years ago
  8. 60d6158 Typo by DRC · 14 years ago
  9. 16457a2 Don't perform checks for extra X11 libs on Windows by DRC · 14 years ago
  10. 4f3b254 Bump version to 1.1.91 (1.2 beta2) by DRC · 14 years ago
  11. 0141bd5 Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XFIXES and HAVE_XCURSOR were defined in FLTK's config.h, but those changes never made it into the CMake-based build system used by the in-tree version of FLTK. Further, our build system was allowing silent failures whenever Xft, Xinerama, Xcursor, or Xfixes were not present on the build system. Now, the lack of these libraries is treated as a fatal error, since these libraries are critical for TigerVNC functionality. by DRC · 14 years ago
  12. 9462d6f Make sure that all FLTK features are enabled when using the in-tree FLTK library by DRC · 14 years ago
  13. a2f5f1a 1.1.90 (1.2 beta1) by DRC · 14 years ago
  14. 37596dd Some platforms (I'm looking at you, MinGW64) have gettext but not iconv, so the build fails because iconv.h is missing. Thus, disable NLS if either gettext or iconv is not found. by DRC · 14 years ago
  15. ccc0969 Remove Visual C++ support by DRC · 14 years ago
  16. 3591fa5 The Tight decoding optimizations broke the build of the legacy viewers, so this seems like a good time to get rid of them like we discussed. by DRC · 14 years ago
  17. 7f2f25b This is subtle, but add_definitions() also adds definitions to the windres command line when building with MinGW, and this causes subsequent barfage because windres doesn't grok the -static-libgcc flag. by DRC · 14 years ago
  18. 3080ec4 Enable WinVNC build with MinGW and MinGW64 by DRC · 14 years ago
  19. c19ab9e Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) by DRC · 14 years ago
  20. 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago
  21. e4e604f Fix BUILD_STATIC on MinGW and document the feature by DRC · 14 years ago
  22. ce33190 Oops. Apple version doesn't need to link with libdl, and we don't want to clobber the existing value of FLTK_LIBRARIES. by DRC · 14 years ago
  23. c3f1be6 Included FLTK depends on libdl by DRC · 14 years ago
  24. f340e7c Clarify when in-tree version of Zlib is being used, and remove redundant "not found" message for the system version (find_package() already takes care of that.) by DRC · 14 years ago
  25. fcc0d1c Avoid MSVC linker warning when doing a Debug build if dependent libraries, such as libjpeg-turbo, are built using the release version of libc by DRC · 14 years ago
  26. ca91758 Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build system doesn't define it. by DRC · 14 years ago
  27. cebb1ce Only try to run the libjpeg-turbo test program if we aren't cross-compiling. In a cross-compile environment, we'll settle for just making sure it compiles and links. Even though that can theoretically produce situations in which the wrong libjpeg is linked, such situations would be exceedingly rare in a cross-compile environment, since there is no "system libjpeg" to accidentally link with. by DRC · 14 years ago
  28. d8e93dc Include build date/time and bitness in the About dialog by DRC · 14 years ago
  29. 883f2d6 Add a BUILD_STATIC option which links statically against libgcc and libstdc++ (if applicable.) Remove the corresponding code from build-xorg. by DRC · 14 years ago
  30. 685f17e Apply our FLTK extensions by DRC · 14 years ago
  31. 2ff39b8 Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK option to build against it. by DRC · 14 years ago
  32. 4e326a0 Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBRARY is set correctly by DRC · 14 years ago
  33. 7cf9fbc Fix regression. We need to set WIN64 so it will be properly defined in resdefs.h. Failing to do so causes the incorrect manifest file to be included in the Win64 version of WinVNC4.exe, which causes it to fail to run. by DRC · 14 years ago
  34. c3a8517 The previous fix for eliminating the console window in vncviewer.exe was not portable (it only worked in MinGW, which isn't what most people use.) Use the CMake "WIN32" target property instead. by DRC · 14 years ago
  35. db56f51 Build with -Wl,-subsystem,windows on Windows, to avoid console window. by Peter Åstrand · 14 years ago
  36. b714002 Add uninstall target by DRC · 14 years ago
  37. de30d95 Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch by DRC · 14 years ago
  38. 1980dd5 Remove unused autotools build system by DRC · 14 years ago
  39. 1a18407 Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/ by DRC · 14 years ago
  40. d22efe4 Installer needs to be built from the top-level CMake context. by DRC · 14 years ago
  41. 1953b51 Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo" by DRC · 14 years ago
  42. 2690f7a 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. by DRC · 14 years ago
  43. 56e625c 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. by DRC · 14 years ago
  44. 1b7abb9 Don't link against the X11 libraries on Mac, because FLTK doesn't use them. by DRC · 14 years ago
  45. de22ae9 Build new FLTK-based viewer by default by DRC · 14 years ago
  46. 71f2199 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.) by DRC · 14 years ago
  47. 61729dc Need to explicitly link with libiconv when using libintl.a. by DRC · 14 years ago
  48. 2301beb Don't define _WIN32_IE or _WIN32_WINNT except on Windows builds by DRC · 14 years ago
  49. 777290b Detect and enable PAM authentication support by DRC · 14 years ago
  50. fdb348e Fix HAVE_FLTK_DEAD_KEYS test by DRC · 14 years ago
  51. a7a38a6 Exclude unix directory from compile on Apple platform, by Henrik Andersson · 14 years ago
  52. 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
  53. 835b4ef Add support for cursors to the new viewer. by Pierre Ossman · 14 years ago
  54. aeff331 CMake 2.8 is necessary in order to properly detect and configure GnuTLS. by DRC · 14 years ago
  55. d0b64c9 Do not include the po/ subdirectory unless NLS is enabled. by DRC · 14 years ago
  56. 17331b9 Fix detection of GnuTLS and its features when linking statically with an installation of GnuTLS installed in an arbitrary directory by DRC · 14 years ago
  57. fe06e61 Don't need to save the value of CMAKE_REQUIRED_FLAGS or CMAKE_REQUIRED_LIBRARIES by DRC · 14 years ago
  58. 63b40b7 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. by DRC · 14 years ago
  59. 9506420 Reenable the automatic enabling of GnuTLS if present, but retain the ability by Pierre Ossman · 14 years ago
  60. 32c88c4 Make use of GnuTLS an explicit choice to avoid surprises if it gets included by Pierre Ossman · 14 years ago
  61. 4c613d3 Implement full screen support in new vncviewer. by Pierre Ossman · 14 years ago
  62. 34dde79 Add some more libraries that are generally needed by FLTK and CMake doesn't by Pierre Ossman · 14 years ago
  63. cb0cffe Add support for multimedia keys. by Pierre Ossman · 14 years ago
  64. 4a6be4a Implement support for sending the local clipboard to the server. by Pierre Ossman · 14 years ago
  65. f8c5ef6 The initial fix for FLTK to handle dead keys broke CJK input, so a new method by Pierre Ossman · 14 years ago
  66. b232b5f Finish up the gettext handling in CMake. The included functions in CMake only by Pierre Ossman · 14 years ago
  67. bb445ef This patch adds gettext support for our new vncviewer. CMake only. The by Peter Åstrand · 14 years ago
  68. 89f868a Handle dead keys more properly (through some fixing in FLTK). by Pierre Ossman · 14 years ago
  69. 5156d5e Initial commit of new FLTK based vncviewer. Most of the code comes from the by Pierre Ossman · 15 years ago
  70. 8f64ef7 Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson. by Pierre Ossman · 15 years ago
  71. d0f0f03 Fix up typo that's been copied around in several places. by Pierre Ossman · 15 years ago
  72. 2a032ad Added complete checks of GnuTLS. by Henrik Andersson · 15 years ago
  73. 9640f44 Set compiler flags early in case they influence the tests. by Pierre Ossman · 15 years ago
  74. ee0e362 Separate and comment the platform tests a bit better. by Pierre Ossman · 15 years ago
  75. 7f44326 Consolidate CMake modules includes at the top of the file. by Pierre Ossman · 15 years ago
  76. 0153e23 Windows actually has socklen_t, it's just that it is in a special header. by Pierre Ossman · 15 years ago
  77. e1fd8e1 Fixed socklen_t test unix compatible. by Henrik Andersson · 15 years ago
  78. 69314c7 Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_ by Pierre Ossman · 15 years ago
  79. 20dea46 The Win64 headers don't like us requesting Windows 2000 as the minimum version by Pierre Ossman · 15 years ago
  80. d027edd Restore workaround for CMake's broken 64-bit detection, but in a more by Pierre Ossman · 15 years ago
  81. 6fa0749 Check that we are using libjpeg-turbo and not the standard one and complain by Pierre Ossman · 15 years ago
  82. 2c66a63 Comment our change of default build type. by Pierre Ossman · 15 years ago
  83. e811516 Make the build id generation work on other targets than Windows. by Pierre Ossman · 15 years ago
  84. 0bfc1cd Clean up the 64-bit handling a bit. Trust CMake to tell use when we have a by Pierre Ossman · 15 years ago
  85. 481b03e Consolidate all the Windows installer stuff to its own directory. by Pierre Ossman · 15 years ago
  86. 4c6bd4c Look for libjpeg in a more proper manner and don't just assume it's in a by Pierre Ossman · 15 years ago
  87. a7769f2 Use the system copy of zlib by default, like we do with autotools. by Pierre Ossman · 15 years ago
  88. b9b9e4f Include version number in package names by DRC · 15 years ago
  89. ed1ef85 Fix MinGW build breakage by DRC · 15 years ago
  90. 125bd25 [Development] Add possibility to build Windows programs with GNUTLS via cmake. by Adam Tkac · 15 years ago
  91. 6375809 Generate config.h for Windows build by DRC · 15 years ago
  92. 180c016 CMake build system for Windows by DRC · 15 years ago