116 Commits (7614a12315b2fd7fe6a744fa98adb67c28c64c39)

Author SHA1 Message Date
  Pierre Ossman 7614a12315 TigerVNC 1.4.0 9 years ago
  Pierre Ossman 37ebdeca07 Revert IPv6 listening support 9 years ago
  Pierre Ossman 59c5a55c0f TigerVNC 1.3.90 (1.4 beta) 9 years ago
  Pierre Ossman 820c0ceb2e Assume inet_pton() is missing on Windows 9 years ago
  Tim Waugh 6abf3f4c87 IPv6 loopback support too. 9 years ago
  Pierre Ossman f95272de30 Extend "static" build option 9 years ago
  Pierre Ossman ec3dfe6893 Clean up GnuTLS linking and instructions 9 years ago
  Pierre Ossman 5945d73be7 Fix the build timestamp to be more translation friendly 9 years ago
  Pierre Ossman 64ff1ca14f Update FLTK patches based on feeback from upstream 9 years ago
  Pierre Ossman 6d66d6deb7 Protect the optional IM disabling calls with #ifdef:s 9 years ago
  Pierre Ossman 4f3ac69a11 Add xhandler hook 9 years ago
  Pierre Ossman 25188c448c Remove simple keyboard model 10 years ago
  Pierre Ossman 5ad4d06006 Remove a lot of platform compatibilty stuff 10 years ago
  Pierre Ossman 236c03cc33 Add pixel conversion speed test 10 years ago
  Pierre Ossman 8eaa19010f We don't want to lose the checks performed by assert() in release builds 10 years ago
  Peter Åstrand 889b4896f4 Applied patch from: 10 years ago
  Brian Hinz 236b019980 Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt uses check_function_exists to identify legacy versions of GnuTLS but cmake performs this test by linking a small test program. If libgnutls, libgcrypt, or libgpg-error are outside the default library search path, linking the test program fails even though gnutls and it's dependencies are installed. This patch makes it possible to specify the location of each of the three libraries independently and only as needed. 10 years ago
  Pierre Ossman 607c9d0e59 Bump development version now that 1.3 has been branched off. 11 years ago
  Pierre Ossman 32c46228f5 We forgot to port over the getaddrinfo() test from the autoconf 11 years ago
  Pierre Ossman 208b2ead8a Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have 11 years ago
  Peter Åstrand 956a636506 Remove the in-tree versin of FLTK. Maintaining such a copy is way too 11 years ago
  Pierre Ossman aae3891bc7 Implement client side multi-head support. Requires a FLTK patched to support 12 years ago
  Pierre Ossman 2137f4f78f GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
  Pierre Ossman 0878eca6aa Move the last remnants of autotools into config.h. 12 years ago
  Pierre Ossman 8eb3508b73 Set a proper icon for the vncviewer windows on Unix and Windows. 12 years ago
  Pierre Ossman 64127708e0 Convert media Makefile to CMake. 12 years ago
  Pierre Ossman e43d1aaea6 Using libXft means using libfontconfig, so make sure we add that to 12 years ago
  Pierre Ossman 95e28f74a2 Consolidate the installation paths and make sure we have decent defaults. 12 years ago
  DRC 550a4df9a3 Bump version number to prepare for post-1.2 development 12 years ago
  Pierre Ossman 2f4fd6b920 Failure to find FLTK dependencies is only fatal for our version of FLTK. 12 years ago
  DRC 60d6158656 Typo 12 years ago
  DRC 16457a286a Don't perform checks for extra X11 libs on Windows 12 years ago
  DRC 4f3b25479e Bump version to 1.1.91 (1.2 beta2) 12 years ago
  DRC 0141bd5e69 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. 12 years ago
  DRC 9462d6f3d2 Make sure that all FLTK features are enabled when using the in-tree FLTK library 12 years ago
  DRC a2f5f1a662 1.1.90 (1.2 beta1) 12 years ago
  DRC 37596ddea2 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. 12 years ago
  DRC ccc0969dd9 Remove Visual C++ support 12 years ago
  DRC 3591fa5b96 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. 12 years ago
  DRC 7f2f25bb45 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. 12 years ago
  DRC 3080ec4065 Enable WinVNC build with MinGW and MinGW64 12 years ago
  DRC c19ab9ec7f Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) 12 years ago
  DRC 7636ad0cc4 Integrate Java TigerVNC Viewer build into CMake build system 12 years ago
  DRC e4e604f6ff Fix BUILD_STATIC on MinGW and document the feature 12 years ago
  DRC ce33190fbe Oops. Apple version doesn't need to link with libdl, and we don't want to clobber the existing value of FLTK_LIBRARIES. 12 years ago
  DRC c3f1be6fb5 Included FLTK depends on libdl 12 years ago
  DRC f340e7c338 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.) 12 years ago
  DRC fcc0d1cdf9 Avoid MSVC linker warning when doing a Debug build if dependent libraries, such as libjpeg-turbo, are built using the release version of libc 13 years ago
  DRC ca91758fde Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build system doesn't define it. 13 years ago
  DRC cebb1ce44f 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. 13 years ago