aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix cmake add_dependencies callViorel Munteanu2025-06-201-5/+5
| | | | | | | | | | | | | | | Try to fix this error: CMake Error at release/CMakeLists.txt:66 (add_dependencies): Cannot add target-level dependencies to non-existent target "tigervnc-Linux-x86_64-1.15.80.tar.gz". The add_dependencies works for top-level logical targets created by the add_executable, add_library, or add_custom_target commands. If you want to add file-level dependencies see the DEPENDS option of the add_custom_target and add_custom_command commands. I get this error with cmake 3.31.7 and with cmake 4.0.2.
* Refer to the viewer as just "TigerVNC"Pierre Ossman2025-03-133-6/+6
| | | | | | | | | Most users will not care that there is also server components in our project, so the "viewer" or "client" qualifier is just unnecessary noise. As an added bonus, it reduces the number of places that need to be translated.
* Be consistent in copyright and team descriptionPierre Ossman2025-03-133-4/+4
|
* Remove version from macOS bundle namePierre Ossman2025-03-131-1/+1
| | | | | Other applications don't include the version number in the application name, so it's just confusing that we do.
* Stop renaming macOS binary filenamePierre Ossman2025-03-132-2/+2
| | | | | The user never sees this, so let's keep the original filename for consistency.
* Use add_custom_command() for installersPierre Ossman2025-03-131-13/+18
| | | | | | We generate files in these targets, so let's use the proper CMake constructs for it. If nothing else, it let's CMake properly track when they need to be rebuilt or not.
* Don't change working dir in makemacappPierre Ossman2025-03-131-5/+3
| | | | Make it more robust by having it work anywhere.
* Remove servertarball make targetPierre Ossman2025-03-132-19/+1
| | | | | It didn't really work anyway as it made a bunch of assumptions on how you had built Xvnc and mesa.
* Update visible copyright year to 2025Pierre Ossman2025-01-141-2/+2
|
* Fix for regression in 260a3e0 that broke code signingBrian P. Hinz2024-12-011-1/+1
|
* Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-113-26/+26
| | | | The reason for this is to keep a consistency through out the project.
* 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