summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Shorten service identifierPierre Ossman2016-01-121-1/+1
| | | | | | | | | | | | | | | The identifier is used to compute the registry path, and should ideally be kept short and without spaces.
* | | Provide description for servicesPierre Ossman2016-01-123-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 visibilityPierre Ossman2016-01-111-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 systemsPierre Ossman2016-01-119-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 fixesBrian P. Hinz2016-01-094-5/+5
| | | | | | | | | | Adds missing build dependencies and fixes java compile issues caused by non-ascii characters in comments.
| * Ubuntu package fixesBrian P. Hinz2016-01-084-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. Hinz2016-01-084-6/+18
| |\ | |/ |/|
* | Allow Ubuntu 12.04 packages to build on any architectureBrian P. Hinz2016-01-061-2/+2
| | | | | | | | Updating control file per suggestion in #258
* | Debian package updatesBrian P. Hinz2016-01-051-3/+3
| | | | | | | | [re #258] Add missing build-deps and allow deb to build on any arch
* | Block signals from being handled on worker threadsPierre Ossman2016-01-041-0/+12
| |
* | Compile common code with -fPIC on all non-Windows platformsPierre Ossman2016-01-041-1/+1
| | | | | | | | | | There are more platforms than x86_64 that need -fPIC, so include it whenever possible.
* | Delete unnecessary patch filesBrian P. Hinz2016-01-033-111/+0
| |
* | Remove uncessary Xauth cookie patch from deb & rpm packagesBrian P. Hinz2016-01-037-81/+0
| | | | | | | | Obsoleted by 7461517
* | Update Swedish translationGöran Uddeborg2015-12-291-4/+4
| |
* | Fix race problem with detecting listening inetd socketsTristan Schmelcher2015-12-293-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 implementationPierre Ossman2015-12-291-1/+12
| |
* | Set up Xauthority using a single invokationPierre Ossman2015-12-291-2/+4
| |
* | Use mcookie to generate X server cookiePierre Ossman2015-12-291-19/+4
| |
* | Check that xauth is in PATHPierre Ossman2015-12-291-17/+1
| | | | | | | | | | The rest of the code assumes xauth is in PATH, so let's check for that instead.
* | Suppress/eliminate JDK warningsBrian P. Hinz2015-12-2611-28/+48
| |
* | Upgrade in-tree jsch and jzlib to latest upstream versionsBrian P. Hinz2015-12-26153-2368/+8073
| |
| * Delete unnecessary patch filesBrian P. Hinz2016-01-033-111/+0
| |
| * Remove uncessary Xauth cookie patch from deb & rpm packagesBrian P. Hinz2016-01-037-81/+0
| | | | | | | | Obsoleted by 7461517
| * Update Swedish translationGöran Uddeborg2016-01-031-4/+4
| |
| * Fix race problem with detecting listening inetd socketsTristan Schmelcher2016-01-033-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 implementationPierre Ossman2016-01-031-1/+12
| |
| * Set up Xauthority using a single invokationPierre Ossman2016-01-031-2/+4
| |
| * Use mcookie to generate X server cookiePierre Ossman2016-01-031-19/+4
| |
| * Check that xauth is in PATHPierre Ossman2016-01-031-17/+1
| | | | | | | | | | The rest of the code assumes xauth is in PATH, so let's check for that instead.
| * Suppress/eliminate JDK warningsBrian P. Hinz2015-12-2611-28/+48
| |
| * Upgrade in-tree jsch and jzlib to latest upstream versionsBrian P. Hinz2015-12-26153-2368/+8073
|/
* Add snap tag to el7 packagesBrian P. Hinz2015-12-241-1/+1
|
* Add support for building RPM packages for RHEL 7 derivativesBrian P. Hinz2015-12-247-0/+969
|
* Update French translationStéphane Aulery2015-12-231-547/+512
|
* Update Brazilian Portuguese translationRafael Fontenelle2015-12-181-562/+544
|
* Use --host and --build to prevent buildhost-specific optimizationsBrian P. Hinz2015-12-122-21/+41
|
* Only show sendPrimary on X11 platformsPierre Ossman2015-12-115-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 declarationPierre Ossman2015-12-081-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 filtersPierre Ossman2015-12-071-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/tigervncPierre Ossman2015-12-071-2/+37
|\
| * Replace external wget with native Python versionScott Roland2015-12-051-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-8Scott Roland2015-12-041-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 translationMario Blättermann2015-12-071-77/+86
| |
* | Update Danish translationJoe Hansen2015-12-071-77/+86
| |
* | Update Dutch translationBenno Schulenberg2015-12-071-562/+526
|/
* Update Bulgarian translationAlexander Shopov2015-12-041-76/+85
|
* Update Finnish translationJorma Karvonen2015-12-041-542/+593
|
* Update Swedish translationGöran Uddeborg2015-12-031-113/+86
|
* Update Ukrainian translationYuri Chornoivan2015-12-021-76/+85
|
* Merge branch 'multicore' of https://github.com/CendioOssman/tigervncPierre Ossman2015-12-0263-772/+2225
|\