| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump development version now that 1.3 has been branched off. | Pierre Ossman | 2013-04-25 | 1 | -2/+2 |
* | We forgot to port over the getaddrinfo() test from the autoconf | Pierre Ossman | 2012-12-13 | 1 | -0/+1 |
* | Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have | Pierre Ossman | 2012-10-24 | 1 | -0/+3 |
* | Remove the in-tree versin of FLTK. Maintaining such a copy is way too | Peter Åstrand | 2012-08-09 | 1 | -40/+0 |
* | Implement client side multi-head support. Requires a FLTK patched to support | Pierre Ossman | 2012-07-13 | 1 | -0/+3 |
* | GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of | Pierre Ossman | 2012-07-03 | 1 | -1/+2 |
* | Move the last remnants of autotools into config.h. | Pierre Ossman | 2012-03-27 | 1 | -5/+0 |
* | Set a proper icon for the vncviewer windows on Unix and Windows. | Pierre Ossman | 2012-03-27 | 1 | -2/+5 |
* | Convert media Makefile to CMake. | Pierre Ossman | 2012-03-27 | 1 | -0/+3 |
* | Using libXft means using libfontconfig, so make sure we add that to | Pierre Ossman | 2012-03-27 | 1 | -1/+4 |
* | Consolidate the installation paths and make sure we have decent defaults. | Pierre Ossman | 2012-03-27 | 1 | -2/+13 |
* | Bump version number to prepare for post-1.2 development | DRC | 2012-02-12 | 1 | -2/+2 |
* | Failure to find FLTK dependencies is only fatal for our version of FLTK. | Pierre Ossman | 2012-01-23 | 1 | -8/+16 |
* | Typo | DRC | 2012-01-18 | 1 | -1/+1 |
* | Don't perform checks for extra X11 libs on Windows | DRC | 2012-01-17 | 1 | -1/+1 |
* | Bump version to 1.1.91 (1.2 beta2) | DRC | 2012-01-17 | 1 | -2/+2 |
* | Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF... | DRC | 2012-01-17 | 1 | -1/+9 |
* | Make sure that all FLTK features are enabled when using the in-tree FLTK libraryv1.1.90 | DRC | 2011-12-31 | 1 | -0/+5 |
* | 1.1.90 (1.2 beta1) | DRC | 2011-12-23 | 1 | -2/+2 |
* | Some platforms (I'm looking at you, MinGW64) have gettext but not iconv, so t... | DRC | 2011-11-08 | 1 | -1/+1 |
* | Remove Visual C++ support | DRC | 2011-11-08 | 1 | -35/+5 |
* | The Tight decoding optimizations broke the build of the legacy viewers, so th... | DRC | 2011-11-03 | 1 | -63/+55 |
* | This is subtle, but add_definitions() also adds definitions to the windres co... | DRC | 2011-10-12 | 1 | -1/+1 |
* | Enable WinVNC build with MinGW and MinGW64 | DRC | 2011-10-12 | 1 | -5/+9 |
* | Move Java source up one level and allow Java viewer to be built as a standalo... | DRC | 2011-10-07 | 1 | -1/+1 |
* | Integrate Java TigerVNC Viewer build into CMake build system | DRC | 2011-10-04 | 1 | -0/+5 |
* | Fix BUILD_STATIC on MinGW and document the feature | DRC | 2011-10-01 | 1 | -3/+8 |
* | Oops. Apple version doesn't need to link with libdl, and we don't want to cl... | DRC | 2011-09-14 | 1 | -2/+1 |
* | Included FLTK depends on libdl | DRC | 2011-09-14 | 1 | -0/+3 |
* | Clarify when in-tree version of Zlib is being used, and remove redundant "not... | DRC | 2011-08-23 | 1 | -1/+3 |
* | Avoid MSVC linker warning when doing a Debug build if dependent libraries, su... | DRC | 2011-08-10 | 1 | -0/+4 |
* | Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build s... | DRC | 2011-08-08 | 1 | -1/+1 |
* | Only try to run the libjpeg-turbo test program if we aren't cross-compiling. ... | DRC | 2011-08-01 | 1 | -2/+8 |
* | Include build date/time and bitness in the About dialog | DRC | 2011-07-28 | 1 | -0/+1 |
* | Add a BUILD_STATIC option which links statically against libgcc and libstdc++... | DRC | 2011-07-28 | 1 | -0/+38 |
* | Apply our FLTK extensions | DRC | 2011-07-28 | 1 | -6/+0 |
* | 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 |