| Commit message (Expand) | Author | Age | Files | Lines |
* | Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o... | DRC | 2011-07-28 | 1 | -15/+40 |
* | Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBR... | DRC | 2011-07-28 | 1 | -1/+19 |
* | Fix regression. We need to set WIN64 so it will be properly defined in resde... | DRC | 2011-07-06 | 1 | -0/+1 |
* | The previous fix for eliminating the console window in vncviewer.exe was not ... | DRC | 2011-07-05 | 1 | -3/+0 |
* | Build with -Wl,-subsystem,windows on Windows, to avoid console window. | Peter Åstrand | 2011-07-05 | 1 | -0/+3 |
* | Add uninstall target | DRC | 2011-06-25 | 1 | -0/+6 |
* | Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch | DRC | 2011-06-24 | 1 | -2/+2 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -1/+1 |
* | Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and... | DRC | 2011-06-24 | 1 | -1/+2 |
* | Installer needs to be built from the top-level CMake context. | DRC | 2011-06-24 | 1 | -0/+1 |
* | Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo" | DRC | 2011-06-24 | 1 | -2/+2 |
* | Automatically disable NLS if gettext and/or libiconv are missing. On some pl... | DRC | 2011-06-24 | 1 | -19/+22 |
* | Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building... | DRC | 2011-06-24 | 1 | -0/+4 |
* | Don't link against the X11 libraries on Mac, because FLTK doesn't use them. | DRC | 2011-06-23 | 1 | -13/+15 |
* | Build new FLTK-based viewer by default | DRC | 2011-06-23 | 1 | -1/+1 |
* | We don't use fltk_images or fltk_forms, so don't try to detect those (otherwi... | DRC | 2011-06-23 | 1 | -0/+2 |
* | Need to explicitly link with libiconv when using libintl.a. | DRC | 2011-06-22 | 1 | -1/+1 |
* | Don't define _WIN32_IE or _WIN32_WINNT except on Windows builds | DRC | 2011-06-22 | 1 | -6/+8 |
* | Detect and enable PAM authentication support | DRC | 2011-06-22 | 1 | -0/+15 |
* | Fix HAVE_FLTK_DEAD_KEYS test | DRC | 2011-06-10 | 1 | -1/+1 |
* | Exclude unix directory from compile on Apple platform, | Henrik Andersson | 2011-06-10 | 1 | -1/+4 |
* | Building the Xvnc server requires libtool control files of rdr, rfb, | Henrik Andersson | 2011-06-09 | 1 | -0/+2 |
* | Add support for cursors to the new viewer. | Pierre Ossman | 2011-06-08 | 1 | -0/+6 |
* | CMake 2.8 is necessary in order to properly detect and configure GnuTLS. | DRC | 2011-06-07 | 1 | -1/+1 |
* | Do not include the po/ subdirectory unless NLS is enabled. | DRC | 2011-06-07 | 1 | -1/+3 |
* | Fix detection of GnuTLS and its features when linking statically with an inst... | DRC | 2011-06-07 | 1 | -1/+9 |
* | Don't need to save the value of CMAKE_REQUIRED_FLAGS or CMAKE_REQUIRED_LIBRARIES | DRC | 2011-06-07 | 1 | -4/+5 |
* | If JPEG_INCLUDE_DIR or JPEG_LIBRARY have been overridden on the CMake command... | DRC | 2011-06-07 | 1 | -0/+6 |
* | Reenable the automatic enabling of GnuTLS if present, but retain the ability | Pierre Ossman | 2011-05-30 | 1 | -18/+19 |
* | Make use of GnuTLS an explicit choice to avoid surprises if it gets included | Pierre Ossman | 2011-05-27 | 1 | -2/+4 |
* | Implement full screen support in new vncviewer. | Pierre Ossman | 2011-05-26 | 1 | -0/+3 |
* | Add some more libraries that are generally needed by FLTK and CMake doesn't | Pierre Ossman | 2011-05-24 | 1 | -0/+6 |
* | Add support for multimedia keys. | Pierre Ossman | 2011-05-20 | 1 | -0/+3 |
* | Implement support for sending the local clipboard to the server. | Pierre Ossman | 2011-05-19 | 1 | -1/+11 |
* | The initial fix for FLTK to handle dead keys broke CJK input, so a new method | Pierre Ossman | 2011-05-13 | 1 | -1/+1 |
* | Finish up the gettext handling in CMake. The included functions in CMake only | Pierre Ossman | 2011-04-28 | 1 | -3/+37 |
* | This patch adds gettext support for our new vncviewer. CMake only. The | Peter Åstrand | 2011-04-28 | 1 | -1/+7 |
* | Handle dead keys more properly (through some fixing in FLTK). | Pierre Ossman | 2011-04-11 | 1 | -0/+8 |
* | Initial commit of new FLTK based vncviewer. Most of the code comes from the | Pierre Ossman | 2011-03-09 | 1 | -0/+14 |
* | Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson. | Pierre Ossman | 2011-03-08 | 1 | -1/+16 |
* | Fix up typo that's been copied around in several places. | Pierre Ossman | 2011-03-08 | 1 | -1/+1 |
* | Added complete checks of GnuTLS. | Henrik Andersson | 2011-03-08 | 1 | -0/+12 |
* | Set compiler flags early in case they influence the tests. | Pierre Ossman | 2011-03-08 | 1 | -9/+9 |
* | Separate and comment the platform tests a bit better. | Pierre Ossman | 2011-03-08 | 1 | -2/+5 |
* | Consolidate CMake modules includes at the top of the file. | Pierre Ossman | 2011-03-08 | 1 | -4/+5 |
* | Windows actually has socklen_t, it's just that it is in a special header. | Pierre Ossman | 2011-03-08 | 1 | -2/+3 |
* | Fixed socklen_t test unix compatible. | Henrik Andersson | 2011-03-08 | 1 | -2/+8 |
* | Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_ | Pierre Ossman | 2011-03-08 | 1 | -10/+2 |
* | The Win64 headers don't like us requesting Windows 2000 as the minimum version | Pierre Ossman | 2011-03-04 | 1 | -1/+8 |
* | Restore workaround for CMake's broken 64-bit detection, but in a more | Pierre Ossman | 2011-03-04 | 1 | -0/+8 |