summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Development] Add generic UserMsgBox class. (Guillaume Destuynder)Adam Tkac2010-11-182-3/+43
* [Doc] Add copyrights to recently added Message Box code.Adam Tkac2010-11-112-0/+2
* [Development] java: Add simple Message Box implementation. (Martin Koegler)Adam Tkac2010-11-113-2/+166
* [Development] Allow changing the default value of string parameters. (Martin ...Adam Tkac2010-11-112-0/+7
* [Development] java: Implement Plain Security type. (Martin Koegler)Adam Tkac2010-11-112-0/+20
* [Development] java: Support asking for a user name. (Martin Koegler)Adam Tkac2010-11-112-4/+40
* [Development] java: Implement VeNCrypt chooser (Martin Koegler)Adam Tkac2010-11-112-18/+58
* [Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitializedAdam Tkac2010-11-111-1/+2
* [Development] java: Add VeNCrypt security types. (Martin Koegler)Adam Tkac2010-11-111-4/+12
* [Bugfix] win: Enable server configuration parameters in winvnc.Adam Tkac2010-11-111-0/+2
* [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it.Adam Tkac2010-11-111-1/+0
* [Bugfix] win: Enable server configuration options in vncconfig.Adam Tkac2010-11-111-0/+2
* Generate config.h for Windows buildDRC2010-11-092-0/+22
* Static Xvnc build should now work with later versions of libgnutls that depen...DRC2010-11-042-39/+26
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-026-0/+101
* [Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)Adam Tkac2010-11-021-0/+1
* [Bugfix] Pass correct include path (-I) to nasm.Adam Tkac2010-11-021-2/+2
* [Bugfix] Add missing common/jpeg/win/jsimdcfg.inc file.Adam Tkac2010-11-021-0/+69
* [Bugfix] Don't compile gethomedir function on WIN32Adam Tkac2010-10-291-0/+3
* [Development] Use gethomedir() function in vncpasswd and vncviewer.Adam Tkac2010-10-294-10/+18
* [Development] Introduce gethomedir() function to retrieve home directory path.Adam Tkac2010-10-294-3/+104
* Work around issue in CMake 2.6DRC2010-10-271-1/+1
* Unix LFDRC2010-10-272-46/+46
* Fix 'make dist'DRC2010-10-279-18/+28
* Remove unneeded fileDRC2010-10-271-319/+0
* CMake build system for WindowsDRC2010-10-2742-92/+1030
* Oops. Need to include SecurityServer.hDRC2010-10-271-0/+1
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* Upgrade included zlib to 1.2.5 (the main purpose of this was to get a clean b...DRC2010-10-2635-3935/+8276
* Add unit tests from libjpeg-turboDRC2010-10-2515-1/+1652
* Add license and other supporting documentation from libjpeg-turboDRC2010-10-255-5/+775
* Converting a integer shift to a byte offset of course depends on endiannessPierre Ossman2010-10-131-6/+18
* Updated Swedish translation. Peter Åstrand2010-10-111-4/+37
* Updated template for translations (executed make tigervnc.pot-update). Peter Åstrand2010-10-111-2/+35
* Previous fix for statically linking against GnuTLS on OS X broke the build on...DRC2010-10-012-0/+8
* Support linking statically with GnuTLS on OS XDRC2010-10-013-2/+25
* Add GNUTLS_CFLAGS and GNUTLS_LDFLAGS to allow GnuTLS compile/link arguments t...DRC2010-10-011-7/+21
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-0116-128/+270
* "OS/X" = "OS X"DRC2010-09-301-5/+5
* [Cleanup] Remove obsolete comment in Security class.Adam Tkac2010-09-301-4/+0
* Use proper methods for pixel conversion in the cursor code as it previouslyPierre Ossman2010-09-301-6/+3
* The tight decoder is really working on pixel buffers, not Pixel arrays. ThisPierre Ossman2010-09-301-21/+18
* Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be inPierre Ossman2010-09-302-10/+1
* Hide the GNUTLS options in vncviewer when support isn't present.Pierre Ossman2010-09-302-10/+23
* OS X has the PAM library, but only 10.6 has the headers, so check for those. ...DRC2010-09-301-2/+4
* Sync with libjpeg-turbo 1.0.1DRC2010-09-302-3/+8
* Support building with older versions of gnutls; Fix gnutls detection when bui...DRC2010-09-303-2/+14
* Attempt to link statically with gnutls if -static is specified, so that Xvnc ...DRC2010-09-301-0/+16
* Add ifdef:s around TLS specific code in Unix vncviewer.Pierre Ossman2010-09-291-0/+4
* [Bugfix] Include rfb/Security.h in the source tarball.Adam Tkac2010-09-201-3/+3