| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for Alt behaviour on OS X. | Pierre Ossman | 2011-07-14 | 1 | -0/+17 |
* | The password file must be opened in binary mode. Otherwise, you might | Peter Åstrand | 2011-07-14 | 1 | -1/+1 |
* | make sure support for clientRedirect is enabled in java viewer | Brian Hinz | 2011-07-14 | 1 | -0/+1 |
* | Port over the AltGr hack that the old Windows viewer has. Seems we need this | Pierre Ossman | 2011-07-13 | 1 | -0/+57 |
* | Mostly we will catch socket errors when processing incoming data, but | Pierre Ossman | 2011-07-12 | 1 | -5/+32 |
* | Destroy the main UI and connection objects before popping up the fatal error | Pierre Ossman | 2011-07-12 | 3 | -5/+15 |
* | More consolidation into handleKeyEvent(). | Pierre Ossman | 2011-07-12 | 1 | -5/+3 |
* | Simplify things by using the handleKeyEvent() method for the fake presses | Pierre Ossman | 2011-07-12 | 1 | -16/+11 |
* | Create a proper header file for the exported functions from vncviewer.cxx. | Pierre Ossman | 2011-07-12 | 5 | -9/+29 |
* | Include instructions for specifying the location of libjpeg-turbo | DRC | 2011-07-06 | 1 | -4/+60 |
* | 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 | 2 | -4/+5 |
* | Build with -Wl,-subsystem,windows on Windows, to avoid console window. | Peter Åstrand | 2011-07-05 | 1 | -0/+3 |
* | corrected all inconsistent eol-styles and set eol-style:native on *.java. Al... | Brian Hinz | 2011-06-30 | 7 | -2540/+2540 |
* | fix for java arraystore exception when bpp=8 with Tight encoding | Brian Hinz | 2011-06-29 | 1 | -1/+2 |
* | cleaned up readVersion/writeVersion routines in java client. readVersion wasn... | Brian Hinz | 2011-06-29 | 2 | -24/+19 |
* | Fixes a typo introduced with commit 4570. | Henrik Andersson | 2011-06-29 | 1 | -1/+1 |
* | Added leftout cmake build of x0vncserver, fixes bug #3329519. | Henrik Andersson | 2011-06-29 | 2 | -0/+22 |
* | Use generic copyright message which refers the user to the complete copyright... | DRC | 2011-06-28 | 15 | -58/+37 |
* | Make wording consistent with 1.1.x README | DRC | 2011-06-28 | 1 | -6/+6 |
* | Don't need Windows formatted copy of LICENCE.TXT anymore | DRC | 2011-06-28 | 1 | -340/+0 |
* | Consolidate all README files into one and distribute it with the binary packa... | DRC | 2011-06-28 | 6 | -149/+83 |
* | Remove version number from Java README file (so we don't have to keep updatin... | DRC | 2011-06-28 | 2 | -6/+3 |
* | Update copyright messages to reflect actual source code | DRC | 2011-06-28 | 1 | -4/+3 |
* | Mac app bundle and Linux tarball are fully implemented in CMake build system ... | DRC | 2011-06-25 | 1 | -10/+7 |
* | Override the tarball architecture to i686 if -m32 was used on a 64-bit system | DRC | 2011-06-25 | 1 | -1/+5 |
* | Implement 'make tarball' and 'make servertarball' | DRC | 2011-06-25 | 2 | -10/+45 |
* | Add uninstall target | DRC | 2011-06-25 | 2 | -0/+30 |
* | Rename man pages to .1 when installing | DRC | 2011-06-25 | 4 | -4/+4 |
* | Install man pages during 'make install' on Unix systems | DRC | 2011-06-25 | 5 | -1/+237 |
* | Win32-->Windows (since there are Win64 builds as well); also remove copyright... | DRC | 2011-06-24 | 1 | -9/+2 |
* | 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 |