summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'allowoverride' of https://github.com/michalsrb/tigervncPierre Ossman2016-04-084-8/+69
|\
| * Document AllowOverride parameter.Michal Srb2016-03-291-0/+15
| |
| * Add AllowOverride parameter.Michal Srb2016-03-213-8/+54
| | | | | | | | Allows to specify which configuration parameters can be modified on runtime.
* | Update Russian translationPavel Maryanov2016-04-081-3/+3
| |
* | Update Russian translationPavel Maryanov2016-04-051-600/+539
| |
* | Use cmake_policy() in a safe wayPierre Ossman2016-04-041-1/+3
| | | | | | | | | | | | cmake_policy() by itself raises the minimum requirement on CMake. We want it to be optional though, so add the necessary if() around it.
* | Apply nettle CVE patches to el6 buildBrian P. Hinz2016-04-022-1/+283
| | | | | | | | Patch taken directly from f22 nettle package
* | Overhaul of SSH tunneling features in Java viewerBrian P. Hinz2016-03-317-386/+958
| | | | | | | | | | | | | | | | | | Fixes numerous problems with the SSH tunneling implementation on the java viewer and adds many significant new SSH-related features. SSH tunneling is now highly configurable via the both the command line and GUI. The embedded client can parse openssh config files. An external client may be specified, along with a custom arguments template.
* | Don't mention cut buffersPierre Ossman2016-03-293-4/+4
| | | | | | | | | | We haven't supported them in a long time so we shouldn't mention them in the interface and documentation.
* | Add option to set primary selection for cut textPierre Ossman2016-03-296-1/+28
| | | | | | | | | | | | Previously the incoming clipboard was unconditionally set to both the PRIMARY and CLIPBOARD selection. This isn't always what the user want, so make it configurable.
* | Split out setPrimaryCB option in UNIX vncconfigScott Roland2016-03-291-2/+13
| | | | | | | | | | | | | | | | | | This is the simplest approach, with setPrimaryCB having the same relationship to acceptClipboard as sendPrimaryCB has to sendClipboard. This does not change vncviewer, which should probably have something similar on UNIX platforms only. Pierre Ossman: Changed naming from accept to set
* | Avoid builtin dgettext when checking libcPierre Ossman2016-03-291-0/+2
| | | | | | | | | | The builtin causes errors in the test, and we're also trying to determine if it is provided by libc or not.
* | Silence CMake link interface warningPierre Ossman2016-03-291-0/+1
| | | | | | | | | | | | | | We don't modify the link interface directly so these warnings are just useless noise. We could in theory use the new naming instead, but at least CMake 2.8.12 is buggy and screws up the link when that policy is active.
* | Don't probe libintl if it wasn't foundPierre Ossman2016-03-291-4/+6
|/ | | | | It just makes CMake error out rather than continue without NLS support.
* Merge branch 'master' of https://github.com/BojanCendio/tigervncPierre Ossman2016-03-212-2/+2
|\
| * change the Copyright year on Top README.TXT and vncviewer.cxxBojan Memetovic2016-03-212-2/+2
| |
* | Add missing BuildPrereq to el5 spec fileBrian P. Hinz2016-03-191-0/+1
| | | | | | | | NASM 2.01 can be rebuilt from el6 spec file
* | Add '-g' to CFLAGS in el5 builds to get debug infoBrian P. Hinz2016-03-191-1/+1
| |
* | Merge pull request #280 from BojanCendio/masterBrian Hinz2016-03-196-6/+6
|\| | | | | change the Copyright year
| * change the Copyright yearBojan Memetovic2016-03-186-6/+6
|/
* Merge pull request #279 from bphinz/ui-fixesBrian Hinz2016-03-179-514/+1036
|\ | | | | Various fixes for Java viewer UI
| * Fix names of menu keys in options dialog on OS XBrian P. Hinz2016-03-172-1/+8
| | | | | | | | | | | | Apple changed the implementation of KeyEvent.getKeyText() to return the unicode for the key glyph instead of a textual description.
| * Code formatting tweaks (shorter line lengths)Brian P. Hinz2016-03-171-6/+13
| |
| * Various fixes to Java viewer UIBrian P. Hinz2016-03-177-506/+1014
| | | | | | | | | | | | | | | | Significant improvements to the Java viewer UI to make it more robust and tolerant of new tabs, fonts, etc. TextFields and editable ComboBoxes that are specific to integer values now only accept integer input.
| * (U) Fix invalid String comparisonBrian P. Hinz2016-03-141-1/+1
| |
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2016-03-145-9/+724
| |\ | |/ |/|
* | Add Serbian translationМирослав Николић2016-03-072-1/+717
| |
* | Fixes for static linking of fltk for generic binariesBrian P. Hinz2016-03-021-3/+3
| |
* | More fixes for libX11 linkage problemsBrian P. Hinz2016-02-291-2/+2
| |
* | Missed change in 57b11d46Brian P. Hinz2016-02-291-1/+1
| | | | | | | | Additional change need for dynamic build of libX11
* | Link libX11 dynamicallyBrian P. Hinz2016-02-291-3/+2
| | | | | | | | | | | | | | | | | | Building libX11 statically causes problems with libpthread, however the version of libX11 that ships with el5 is too old to build libXext. So we have to build a dynamic version of libX11 and link against that while building. The resulting binary will actually be linked against the system libX11, which should be ABI compatible as far as Xvnc is concerned.
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2016-02-133-31/+20
| |\ | |/ |/|
* | Regression fix for Java window sizeBrian P. Hinz2016-02-103-31/+20
| | | | | | | | | | | | | | | | 6262bac introduced a regression that resulted in a 1 pixel border around the window on some platforms. The underlying issue was actually caused by overriding the getPreferredSize() method in DesktopWindow and returning the scaled width & height, which might not have been set to valid values.
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2016-02-103-167/+133
| |\ | |/ |/|
* | Early propagate of access rights to connection.Henrik Andersson2016-01-271-1/+1
| |
* | Update debian init scripts so that sysconfig settings are actually usedBrian P. Hinz2016-01-222-166/+132
| |
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2016-01-2246-1269/+355
| |\ | |/ |/|
* | Merge pull request #260 from TigerVNC/vencrypt-vinoBrian Hinz2016-01-171-2/+14
|\ \ | | | | | | Add workaround for Vino's VeNCrypt implementation to Java viewer
| * | Add workaround for Vino's VeNCrypt implementation to Java viewerBrian P. Hinz2016-01-171-2/+14
| | | | | | | | | | | | Implemented Pierre's workaround (1f8aba3) to java viewer.
* | | Remove legacy Windows codePierre Ossman2016-01-1233-1086/+288
| | | | | | | | | | | | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* | | Remove stub mirror driver codePierre Ossman2016-01-126-73/+3
| | | | | | | | | | | | | | | We don't have any meaningful code for the mirror driver, so remove the confusing stub and interface for it.
* | | 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