aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump development version now that 1.3 has been branched off.Pierre Ossman2013-04-251-2/+2
* We forgot to port over the getaddrinfo() test from the autoconfPierre Ossman2012-12-131-0/+1
* Fl::screen_work_area() was added after FLTK 1.3.0, so we need to havePierre Ossman2012-10-241-0/+3
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-091-40/+0
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-0/+3
* GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour ofPierre Ossman2012-07-031-1/+2
* Move the last remnants of autotools into config.h.Pierre Ossman2012-03-271-5/+0
* Set a proper icon for the vncviewer windows on Unix and Windows.Pierre Ossman2012-03-271-2/+5
* Convert media Makefile to CMake.Pierre Ossman2012-03-271-0/+3
* Using libXft means using libfontconfig, so make sure we add that toPierre Ossman2012-03-271-1/+4
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-271-2/+13
* Bump version number to prepare for post-1.2 developmentDRC2012-02-121-2/+2
* Failure to find FLTK dependencies is only fatal for our version of FLTK.Pierre Ossman2012-01-231-8/+16
* TypoDRC2012-01-181-1/+1
* Don't perform checks for extra X11 libs on WindowsDRC2012-01-171-1/+1
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-171-2/+2
* Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...DRC2012-01-171-1/+9
* Make sure that all FLTK features are enabled when using the in-tree FLTK libraryv1.1.90DRC2011-12-311-0/+5
* 1.1.90 (1.2 beta1)DRC2011-12-231-2/+2
* Some platforms (I'm looking at you, MinGW64) have gettext but not iconv, so t...DRC2011-11-081-1/+1
* Remove Visual C++ supportDRC2011-11-081-35/+5
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-031-63/+55
* This is subtle, but add_definitions() also adds definitions to the windres co...DRC2011-10-121-1/+1
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-121-5/+9
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-1/+1
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-041-0/+5
* Fix BUILD_STATIC on MinGW and document the featureDRC2011-10-011-3/+8
* Oops. Apple version doesn't need to link with libdl, and we don't want to cl...DRC2011-09-141-2/+1
* Included FLTK depends on libdlDRC2011-09-141-0/+3
* Clarify when in-tree version of Zlib is being used, and remove redundant "not...DRC2011-08-231-1/+3
* Avoid MSVC linker warning when doing a Debug build if dependent libraries, su...DRC2011-08-101-0/+4
* Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build s...DRC2011-08-081-1/+1
* Only try to run the libjpeg-turbo test program if we aren't cross-compiling. ...DRC2011-08-011-2/+8
* Include build date/time and bitness in the About dialogDRC2011-07-281-0/+1
* Add a BUILD_STATIC option which links statically against libgcc and libstdc++...DRC2011-07-281-0/+38
* Apply our FLTK extensionsDRC2011-07-281-6/+0
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-281-15/+40
* Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBR...DRC2011-07-281-1/+19
* Fix regression. We need to set WIN64 so it will be properly defined in resde...DRC2011-07-061-0/+1
* The previous fix for eliminating the console window in vncviewer.exe was not ...DRC2011-07-051-3/+0
* Build with -Wl,-subsystem,windows on Windows, to avoid console window. Peter Åstrand2011-07-051-0/+3
* Add uninstall targetDRC2011-06-251-0/+6
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-2/+2
* Remove unused autotools build systemDRC2011-06-241-1/+1
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...DRC2011-06-241-1/+2
* Installer needs to be built from the top-level CMake context.DRC2011-06-241-0/+1
* Make it clear that we were looking for "libjpeg-turbo", not "jpeg-turbo"DRC2011-06-241-2/+2
* Automatically disable NLS if gettext and/or libiconv are missing. On some pl...DRC2011-06-241-19/+22
* Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building...DRC2011-06-241-0/+4
* Don't link against the X11 libraries on Mac, because FLTK doesn't use them.DRC2011-06-231-13/+15