aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows installer dependenciesPierre Ossman2024-06-241-2/+2
| | | | | Make sure the dependencies point to the correct files, even if an out of tree build is used.
* Update copyright year to 2024Samuel Mannehed2024-01-091-2/+2
|
* Make NSHighResolutionCapable a Boolean in Info.plist.inRyan Schmidt2023-08-111-1/+1
|
* Update copyright year to 2023Samuel Mannehed2023-07-201-2/+2
|
* Automatically generate macOS icon filePierre Ossman2022-05-112-1/+1
|
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-214-48/+4
| | | | | The migration from 32-bit to 64-bit has long passed. Let's get rid of all distinctions as native applications it the norm now.
* Update copyright year to 2022Pierre Ossman2022-01-051-2/+2
|
* Don't specify SOURCE in custom targetsPierre Ossman2021-11-051-4/+2
| | | | | | They don't really contribute to anything as the command line is fixed, and it makes CMake 3.20+ upset since it cannot find that file and instead thinks we meant maketarball.in (CMP0115).
* Include translations in macOS and Windows buildsPierre Ossman2021-08-272-0/+14
|
* Update copyright year to 2021Pierre Ossman2021-01-251-2/+2
|
* High-resolution app icon for MacOSMatteo Seclì2020-10-291-0/+0
|
* Fix capitalisation of LICENCE.TXTPierre Ossman2020-08-172-2/+2
| | | | | If InnoSetup is run on a case sensitive system then the configuration files must match what the file is actually called.
* Warn that WinVNC is unmaintainedPierre Ossman2020-07-161-0/+1
|
* Split WinVNC to a separate installerPierre Ossman2020-07-163-155/+172
| | | | It doesn't work very well so it shouldn't be included by default.
* Run maketarball through bashPierre Ossman2020-07-161-2/+2
| | | | It uses bash-isms so a POSIX shell will not work correctly.
* Move release cmake stuff to release directoryPierre Ossman2020-07-164-18/+24
| | | | It's just confusing when this is split over two directories.
* Test packaging on TravisPierre Ossman2020-07-161-0/+90
| | | | Don't just build things, also test the various packaging.
* Update Info.plist copyright, added recommended key.Brian P. Hinz2020-05-311-2/+4
|
* Change to https for tigervnc URLPierre Ossman2018-10-191-1/+1
| | | | Our main web site now supports https, so update all references.
* Add a basic gitignoreLauri Kasanen2018-07-111-0/+1
|
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-312-3/+3
|
* Merge pull request #500 from bphinz/issue106-rebaseBrian Hinz2017-11-151-0/+5
|\ | | | | Hook up the "Load X.509 Cert/Key" dialogs in winvnc. Fixes #106
| * Hook up the "Load X.509 Cert/Key" dialogs in winvncBrian P. Hinz2017-08-211-0/+5
| |
* | Switch back to low resolution mode on macOSPierre Ossman2017-09-211-1/+1
|/ | | | | | This is a revert of 6c0181c. Testing showed that we got a big performance hit by enabling this, and we also saw some graphical artifacts. More work is needed before this can be enabled by default.
* MacOS package: Added NSHighResolutionCapable tag to Info.plistFriedrich Beckmann2016-10-251-0/+2
| | | | | | With the flag the application will start enable the high resolution display. I tested this on a Macbook Pro with a High Resolution Display. The fonts are better to read.
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-071-0/+109
| | | | | | | | Patch by Jochen Tucht, fixes bug 135. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5158 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix incorrect dll location in windows setup file templateBrian Hinz2013-04-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5089 3789f03b-4d11-0410-bbf8-ca57d06f2519
* We don't need BUILD_DIR anymore since we divorced Visual StudioDRC2011-11-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4776 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove Visual C++ supportDRC2011-11-081-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-041-7/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4690 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Consolidate all README files into one and distribute it with the binary ↵DRC2011-06-283-20/+6
| | | | | | packages. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4562 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Override the tarball architecture to i686 if -m32 was used on a 64-bit systemDRC2011-06-251-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4556 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement 'make tarball' and 'make servertarball'DRC2011-06-251-9/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4555 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, ↵DRC2011-06-241-12/+0
| | | | | | and consolidate all of the installer scripts under release/ and cmake/ git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4539 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Deploy Mac TigerVNC Viewer as an application bundle instead of a package, ↵DRC2011-06-2412-452/+185
| | | | | | and consolidate all of the installer scripts under release/ and cmake/ git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4538 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The installed package is called "com.tigervnc.tigervnc" (our convention is ↵DRC2011-04-291-2/+2
| | | | | | to use lowercase "tigervnc" for package names), so this fixes an issue whereby it would not uninstall. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4398 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move BUILDING.txt to the top of the tree, since it contains general build ↵DRC2011-02-101-531/+0
| | | | | | instructions that are useful to all users, not just users who are using the packaging tools under release/ git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4286 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Further documentation regarding building with GnuTLSDRC2011-02-101-34/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4285 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include version number in package namesDRC2011-02-102-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4284 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add mechanism for creating binary tarballsDRC2011-02-092-0/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4274 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use "TigerVNC" as the Mac package name rather than "tigervnc"DRC2011-02-092-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4270 3789f03b-4d11-0410-bbf8-ca57d06f2519
* WordsmithingDRC2011-02-091-7/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4269 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Modify Mac packaging to accommodate VeNCrypt-enabled builds or other ↵DRC2011-02-092-53/+77
| | | | | | customizations; Change build documentation accordingly git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4265 3789f03b-4d11-0410-bbf8-ca57d06f2519
* CMake build system for WindowsDRC2010-10-271-17/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support linking statically with GnuTLS on OS XDRC2010-10-011-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4158 3789f03b-4d11-0410-bbf8-ca57d06f2519
* "OS/X" = "OS X"DRC2010-09-301-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4155 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include vncviewer man page in OS X packageDRC2010-07-082-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4084 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 64-bit support exists in OS X versions prior to 10.6DRC2010-07-081-8/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4083 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Build wrappers no longer necessary. The Linux cross-compatible build is now ↵DRC2010-04-166-137/+169
| | | | | | part of build-xorg, and Mac recipes are in BUILDING.txt. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4030 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Mac package buildDRC2010-04-128-0/+451
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4017 3789f03b-4d11-0410-bbf8-ca57d06f2519