| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate source README file, remote cruft, and update copyrights | DRC | 2011-06-24 | 3 | -437/+113 |
* | Re-order from least to most recent | DRC | 2011-06-24 | 1 | -3/+3 |
* | Update copyrights to reflect the new Java code we're using | DRC | 2011-06-24 | 1 | -3/+5 |
* | Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch | DRC | 2011-06-24 | 4 | -5/+5 |
* | Update release documentation (not sure how useful this documentation still is... | DRC | 2011-06-24 | 3 | -18/+7 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 35 | -1007/+3 |
* | Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and... | DRC | 2011-06-24 | 1 | -12/+0 |
* | Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and... | DRC | 2011-06-24 | 15 | -492/+200 |
* | Update Windows README file | DRC | 2011-06-24 | 1 | -6/+4 |
* | Installer needs to be built from the top-level CMake context. | DRC | 2011-06-24 | 3 | -3/+5 |
* | Package new FLTK-based TigerVNC Viewer on Windows | DRC | 2011-06-24 | 1 | -1/+1 |
* | Instructions for building with NLS and other tweaks | DRC | 2011-06-24 | 1 | -11/+45 |
* | 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 |
* | Do not run libtool_create_control_file() on Windows. Windows does not like it. | DRC | 2011-06-24 | 4 | -4/+12 |
* | Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building... | DRC | 2011-06-24 | 1 | -0/+4 |
* | Ensure that FLTK is built with the static run-time library if using Visual C++ | DRC | 2011-06-24 | 1 | -1/+18 |
* | Fix build issues with Visual C++ (implemented macro version of snprintf + re-... | DRC | 2011-06-24 | 7 | -14/+33 |
* | Make sure that CMAKE_BUILD_TYPE is set to Release by default when building FLTK | DRC | 2011-06-23 | 1 | -16/+27 |
* | Call Fl::args() to properly parse the "hidden" arguments that FLTK understand... | DRC | 2011-06-23 | 1 | -13/+16 |
* | 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 |
* | First pass at build instructions for the new FLTK-based viewer and CMake buil... | DRC | 2011-06-23 | 1 | -275/+257 |
* | We don't use fltk_images or fltk_forms, so don't try to detect those (otherwi... | DRC | 2011-06-23 | 1 | -0/+2 |
* | Call setMenuKey before initContextMenu to avoid uninitialised | Peter Åstrand | 2011-06-23 | 1 | -2/+1 |
* | Update extensions to cleanly apply against FLTK 1.3.0, and fix several bugs (... | DRC | 2011-06-23 | 3 | -4455/+4147 |
* | FULLSCREEN should be 1<<19, not 1<<18 | DRC | 2011-06-23 | 1 | -1/+1 |
* | 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 |
* | Integrate Xvnc build with CMake and new FLTK-based vncviewer build | DRC | 2011-06-22 | 1 | -14/+19 |
* | No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ... | DRC | 2011-06-22 | 7 | -49/+25 |
* | Detect and enable PAM authentication support | DRC | 2011-06-22 | 3 | -0/+22 |
* | Fix several bugs in the generation of .la files | DRC | 2011-06-22 | 1 | -3/+3 |
* | Translate comments into English and remove blindingly obvious ones. | DRC | 2011-06-22 | 1 | -28/+32 |
* | Tabs to spaces | DRC | 2011-06-22 | 1 | -31/+31 |
* | Make '-version 7.4' the default. | DRC | 2011-06-21 | 1 | -4/+4 |
* | Fix 3305357 (Enabling custom compression level on client crashes server) | DRC | 2011-06-18 | 1 | -6/+8 |
* | corrected missing index ptr in new ZlibInStream implementation | Brian Hinz | 2011-06-17 | 1 | -0/+2 |
* | Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil... | Brian Hinz | 2011-06-17 | 23 | -178/+5436 |
* | Turns out that TXImage wasn't just being overly cautious with the custom error | Pierre Ossman | 2011-06-17 | 1 | -0/+24 |
* | Implement optimised drawing operations for OS X. Didn't see any reduction in | Pierre Ossman | 2011-06-17 | 4 | -2/+150 |
* | Remove unused structure definition. | Pierre Ossman | 2011-06-17 | 1 | -12/+0 |
* | Translate the default menu items we get on OS X. | Pierre Ossman | 2011-06-16 | 1 | -0/+8 |
* | Using build-xorg without -static is not useful, because it causes Xvnc to dep... | DRC | 2011-06-14 | 2 | -52/+27 |
* | Implement a more robust method to handle the keyboard grab/focus voodoo as | Pierre Ossman | 2011-06-14 | 4 | -21/+58 |
* | Flushing screen updates after 100 ms turned out to be too aggressive and | Pierre Ossman | 2011-06-13 | 1 | -1/+1 |
* | Optimised drawing routines for Win32, based on the old Windows viewer. | Pierre Ossman | 2011-06-13 | 4 | -2/+136 |
* | Optimised drawing routines for X11, roughly based on how the old Unix viewer | Pierre Ossman | 2011-06-13 | 4 | -1/+240 |
* | Basic framework for more optimised, platform specific, drawing routines. | Pierre Ossman | 2011-06-13 | 3 | -19/+66 |
* | Fix HAVE_FLTK_DEAD_KEYS test | DRC | 2011-06-10 | 1 | -1/+1 |