| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Other applications don't include the version number in the application
name, so it's just confusing that we do.
|
|
|
|
|
| |
The user never sees this, so let's keep the original filename for
consistency.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Make it more robust by having it work anywhere.
|
|
|
|
|
| |
It didn't really work anyway as it made a bunch of assumptions on how
you had built Xvnc and mesa.
|
| |
|
| |
|
|
|
|
| |
The reason for this is to keep a consistency through out the project.
|
|
|
|
|
| |
Make sure the dependencies point to the correct files, even if an out of
tree build is used.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If InnoSetup is run on a case sensitive system then the configuration
files must match what the file is actually called.
|
| |
|
|
|
|
| |
It doesn't work very well so it shouldn't be included by default.
|
|
|
|
| |
It uses bash-isms so a POSIX shell will not work correctly.
|
|
|
|
| |
It's just confusing when this is split over two directories.
|
|
|
|
| |
Don't just build things, also test the various packaging.
|
| |
|
|
|
|
| |
Our main web site now supports https, so update all references.
|
| |
|
| |
|
|\
| |
| | |
Hook up the "Load X.509 Cert/Key" dialogs in winvnc. Fixes #106
|
| | |
|
|/
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5089 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4776 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4690 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
|
|
| |
packages.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4562 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4556 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4555 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4285 3789f03b-4d11-0410-bbf8-ca57d06f2519
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4284 3789f03b-4d11-0410-bbf8-ca57d06f2519
|