Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Shorten service identifier | Pierre Ossman | 2016-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The identifier is used to compute the registry path, and should ideally be kept short and without spaces. | |||||
* | | | Provide description for services | Pierre Ossman | 2016-01-12 | 3 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | The argument named "desc" was not actually the description, but rather the short "display name". Add handling for the actual description to reduce confusion. | |||||
* | | | Better check for on screen visibility | Pierre Ossman | 2016-01-11 | 1 | -13/+33 | |
| | | | | | | | | | | | | | | | | | | The check for visible drawables didn't account for compositing which can place a window off-screen. Put all of these checks in a common place and make sure it detects things properly. | |||||
* | | | Install viewer .desktop file and icons on all Unix systems | Pierre Ossman | 2016-01-11 | 9 | -96/+10 | |
|/ / | | | | | | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed. | |||||
* | | Ubuntu package fixes | Brian P. Hinz | 2016-01-09 | 4 | -5/+5 | |
| | | | | | | | | | | Adds missing build dependencies and fixes java compile issues caused by non-ascii characters in comments. | |||||
| * | Ubuntu package fixes | Brian P. Hinz | 2016-01-08 | 4 | -5/+5 | |
| | | | | | | | | | | Adds missing build dependencies and fixes java compile issues caused by non-ascii characters in comments. | |||||
| * | Merge remote-tracking branch 'upstream/master' | Brian P. Hinz | 2016-01-08 | 4 | -6/+18 | |
| |\ | |/ |/| | ||||||
* | | Allow Ubuntu 12.04 packages to build on any architecture | Brian P. Hinz | 2016-01-06 | 1 | -2/+2 | |
| | | | | | | | | Updating control file per suggestion in #258 | |||||
* | | Debian package updates | Brian P. Hinz | 2016-01-05 | 1 | -3/+3 | |
| | | | | | | | | [re #258] Add missing build-deps and allow deb to build on any arch | |||||
* | | Block signals from being handled on worker threads | Pierre Ossman | 2016-01-04 | 1 | -0/+12 | |
| | | ||||||
* | | Compile common code with -fPIC on all non-Windows platforms | Pierre Ossman | 2016-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | There are more platforms than x86_64 that need -fPIC, so include it whenever possible. | |||||
* | | Delete unnecessary patch files | Brian P. Hinz | 2016-01-03 | 3 | -111/+0 | |
| | | ||||||
* | | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 7 | -81/+0 | |
| | | | | | | | | Obsoleted by 7461517 | |||||
* | | Update Swedish translation | Göran Uddeborg | 2015-12-29 | 1 | -4/+4 | |
| | | ||||||
* | | Fix race problem with detecting listening inetd sockets | Tristan Schmelcher | 2015-12-29 | 3 | -15/+9 | |
| | | | | | | | | | | | | The previous detection would fail if the socket closed before we had time to inspect it, which got us stuck in a loop as we would try (and fail) to do accept() on a non-listening socket. | |||||
* | | Add workaround for Vino's VeNCrypt implementation | Pierre Ossman | 2015-12-29 | 1 | -1/+12 | |
| | | ||||||
* | | Set up Xauthority using a single invokation | Pierre Ossman | 2015-12-29 | 1 | -2/+4 | |
| | | ||||||
* | | Use mcookie to generate X server cookie | Pierre Ossman | 2015-12-29 | 1 | -19/+4 | |
| | | ||||||
* | | Check that xauth is in PATH | Pierre Ossman | 2015-12-29 | 1 | -17/+1 | |
| | | | | | | | | | | The rest of the code assumes xauth is in PATH, so let's check for that instead. | |||||
* | | Suppress/eliminate JDK warnings | Brian P. Hinz | 2015-12-26 | 11 | -28/+48 | |
| | | ||||||
* | | Upgrade in-tree jsch and jzlib to latest upstream versions | Brian P. Hinz | 2015-12-26 | 153 | -2368/+8073 | |
| | | ||||||
| * | Delete unnecessary patch files | Brian P. Hinz | 2016-01-03 | 3 | -111/+0 | |
| | | ||||||
| * | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 7 | -81/+0 | |
| | | | | | | | | Obsoleted by 7461517 | |||||
| * | Update Swedish translation | Göran Uddeborg | 2016-01-03 | 1 | -4/+4 | |
| | | ||||||
| * | Fix race problem with detecting listening inetd sockets | Tristan Schmelcher | 2016-01-03 | 3 | -15/+9 | |
| | | | | | | | | | | | | The previous detection would fail if the socket closed before we had time to inspect it, which got us stuck in a loop as we would try (and fail) to do accept() on a non-listening socket. | |||||
| * | Add workaround for Vino's VeNCrypt implementation | Pierre Ossman | 2016-01-03 | 1 | -1/+12 | |
| | | ||||||
| * | Set up Xauthority using a single invokation | Pierre Ossman | 2016-01-03 | 1 | -2/+4 | |
| | | ||||||
| * | Use mcookie to generate X server cookie | Pierre Ossman | 2016-01-03 | 1 | -19/+4 | |
| | | ||||||
| * | Check that xauth is in PATH | Pierre Ossman | 2016-01-03 | 1 | -17/+1 | |
| | | | | | | | | | | The rest of the code assumes xauth is in PATH, so let's check for that instead. | |||||
| * | Suppress/eliminate JDK warnings | Brian P. Hinz | 2015-12-26 | 11 | -28/+48 | |
| | | ||||||
| * | Upgrade in-tree jsch and jzlib to latest upstream versions | Brian P. Hinz | 2015-12-26 | 153 | -2368/+8073 | |
|/ | ||||||
* | Add snap tag to el7 packages | Brian P. Hinz | 2015-12-24 | 1 | -1/+1 | |
| | ||||||
* | Add support for building RPM packages for RHEL 7 derivatives | Brian P. Hinz | 2015-12-24 | 7 | -0/+969 | |
| | ||||||
* | Update French translation | Stéphane Aulery | 2015-12-23 | 1 | -547/+512 | |
| | ||||||
* | Update Brazilian Portuguese translation | Rafael Fontenelle | 2015-12-18 | 1 | -562/+544 | |
| | ||||||
* | Use --host and --build to prevent buildhost-specific optimizations | Brian P. Hinz | 2015-12-12 | 2 | -21/+41 | |
| | ||||||
* | Only show sendPrimary on X11 platforms | Pierre Ossman | 2015-12-11 | 5 | -0/+16 | |
| | | | | | Primary selection is inherently a X11 concept so there is no point showing the settings related to it on other platforms. | |||||
* | Include class keyword for friend declaration | Pierre Ossman | 2015-12-08 | 1 | -1/+1 | |
| | | | | | Only C++11 allows omitting the class keyword, so include it so the code compiles with older compilers. | |||||
* | Init socket subsystem before parsing filters | Pierre Ossman | 2015-12-07 | 1 | -0/+2 | |
| | | | | | | Parsing a filter might be the first thing we do so we need to make sure the socket subsystem is running so that we can look up names. | |||||
* | Merge branch 'master' of https://github.com/hackonteur/tigervnc | Pierre Ossman | 2015-12-07 | 1 | -2/+37 | |
|\ | ||||||
| * | Replace external wget with native Python version | Scott Roland | 2015-12-05 | 1 | -1/+36 | |
| | | | | | | | | | | | | | | | | This makes it easier to handle common exceptions. I was motivated because the Mesa URL is currently broken and wasn't handled well. Implementation mostly copied from here: http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python | |||||
| * | Fix coding to be utf-8 instead of UTF-8 | Scott Roland | 2015-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Old UTF-8 resulted in this error from GNU Emacs: Warning (mule): Invalid coding system `UTF-8' is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. | |||||
* | | Update German translation | Mario Blättermann | 2015-12-07 | 1 | -77/+86 | |
| | | ||||||
* | | Update Danish translation | Joe Hansen | 2015-12-07 | 1 | -77/+86 | |
| | | ||||||
* | | Update Dutch translation | Benno Schulenberg | 2015-12-07 | 1 | -562/+526 | |
|/ | ||||||
* | Update Bulgarian translation | Alexander Shopov | 2015-12-04 | 1 | -76/+85 | |
| | ||||||
* | Update Finnish translation | Jorma Karvonen | 2015-12-04 | 1 | -542/+593 | |
| | ||||||
* | Update Swedish translation | Göran Uddeborg | 2015-12-03 | 1 | -113/+86 | |
| | ||||||
* | Update Ukrainian translation | Yuri Chornoivan | 2015-12-02 | 1 | -76/+85 | |
| | ||||||
* | Merge branch 'multicore' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-12-02 | 63 | -772/+2225 | |
|\ |