summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround for Alt behaviour on OS X.Pierre Ossman2011-07-141-0/+17
* The password file must be opened in binary mode. Otherwise, you mightPeter Åstrand2011-07-141-1/+1
* make sure support for clientRedirect is enabled in java viewerBrian Hinz2011-07-141-0/+1
* Port over the AltGr hack that the old Windows viewer has. Seems we need thisPierre Ossman2011-07-131-0/+57
* Mostly we will catch socket errors when processing incoming data, butPierre Ossman2011-07-121-5/+32
* Destroy the main UI and connection objects before popping up the fatal errorPierre Ossman2011-07-123-5/+15
* More consolidation into handleKeyEvent().Pierre Ossman2011-07-121-5/+3
* Simplify things by using the handleKeyEvent() method for the fake pressesPierre Ossman2011-07-121-16/+11
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-125-9/+29
* Include instructions for specifying the location of libjpeg-turboDRC2011-07-061-4/+60
* 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-052-4/+5
* Build with -Wl,-subsystem,windows on Windows, to avoid console window. Peter Åstrand2011-07-051-0/+3
* corrected all inconsistent eol-styles and set eol-style:native on *.java. Al...Brian Hinz2011-06-307-2540/+2540
* fix for java arraystore exception when bpp=8 with Tight encodingBrian Hinz2011-06-291-1/+2
* cleaned up readVersion/writeVersion routines in java client. readVersion wasn...Brian Hinz2011-06-292-24/+19
* Fixes a typo introduced with commit 4570.Henrik Andersson2011-06-291-1/+1
* Added leftout cmake build of x0vncserver, fixes bug #3329519.Henrik Andersson2011-06-292-0/+22
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-2815-58/+37
* Make wording consistent with 1.1.x READMEDRC2011-06-281-6/+6
* Don't need Windows formatted copy of LICENCE.TXT anymoreDRC2011-06-281-340/+0
* Consolidate all README files into one and distribute it with the binary packa...DRC2011-06-286-149/+83
* Remove version number from Java README file (so we don't have to keep updatin...DRC2011-06-282-6/+3
* Update copyright messages to reflect actual source codeDRC2011-06-281-4/+3
* Mac app bundle and Linux tarball are fully implemented in CMake build system ...DRC2011-06-251-10/+7
* Override the tarball architecture to i686 if -m32 was used on a 64-bit systemDRC2011-06-251-1/+5
* Implement 'make tarball' and 'make servertarball'DRC2011-06-252-10/+45
* Add uninstall targetDRC2011-06-252-0/+30
* Rename man pages to .1 when installingDRC2011-06-254-4/+4
* Install man pages during 'make install' on Unix systemsDRC2011-06-255-1/+237
* Win32-->Windows (since there are Win64 builds as well); also remove copyright...DRC2011-06-241-9/+2
* Consolidate source README file, remote cruft, and update copyrightsDRC2011-06-243-437/+113
* Re-order from least to most recentDRC2011-06-241-3/+3
* Update copyrights to reflect the new Java code we're usingDRC2011-06-241-3/+5
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-244-5/+5
* Update release documentation (not sure how useful this documentation still is...DRC2011-06-243-18/+7
* Remove unused autotools build systemDRC2011-06-2435-1007/+3
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...DRC2011-06-241-12/+0
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...DRC2011-06-2415-492/+200
* Update Windows README fileDRC2011-06-241-6/+4
* Installer needs to be built from the top-level CMake context.DRC2011-06-243-3/+5
* Package new FLTK-based TigerVNC Viewer on WindowsDRC2011-06-241-1/+1
* Instructions for building with NLS and other tweaksDRC2011-06-241-11/+45
* 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
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-244-4/+12
* Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building...DRC2011-06-241-0/+4
* Ensure that FLTK is built with the static run-time library if using Visual C++DRC2011-06-241-1/+18
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-247-14/+33
* Make sure that CMAKE_BUILD_TYPE is set to Release by default when building FLTKDRC2011-06-231-16/+27