summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix timeout handling in x0vncserverPierre Ossman2016-04-291-10/+11
| | | | | | | | | | We need to proper respect the timeouts set up by the core RFB code and not just the polling scheduler.
| * Flush socket after ever rectPierre Ossman2016-04-291-0/+1
| | | | | | | | | | This makes sure we keep the socket busy even if one rect takes some time to encode.
| * Move socket write event handling in to the RFB corePierre Ossman2016-04-2910-14/+72
| | | | | | | | | | | | What to do when a socket is writeable should be handled in the RFB core code as there may be other events we want to fire off when this happens.
| * Clean up FdOutStream::flush()Pierre Ossman2016-04-291-21/+3
| | | | | | | | The logic was a bit confusing and superfluous.
| * Remove Windows 98 socket workaroundPierre Ossman2016-04-291-26/+22
|/ | | | We haven't supported such an old version of Windows for some time.
* Add Chinese (simplified) translationMingye Wang (Arthur2e5)2016-04-282-1/+720
|
* Avoid calling GetMaster() with old XorgPierre Ossman2016-04-151-0/+4
| | | | | GetMaster() wasn't exported until Xorg 1.18 so it is unsafe to use from libvnc.so for older versions.
* contrib: Add ubuntu-xenial debian source package to build on xenial.Dominik Muth2016-04-1415-0/+746
| | | | | | | | | | | | | | | | | | | | | | | | | | | The package is based on the contrib ubuntu-trusty debian package. The following modifications have been made: The current tigervnc sources can be used unmodified as the .orig tarball for the debian package, so get-orig-source.sh is gone. The ubuntu xorg-server-sources package provides the xorg sources used to build tigervnc. The two small patches which where in the trusty quilt series are now applied to the xorg sources after they have been extracted. There is no quilt series anymore at this point. Fltk 1.3.3 is available in the xenial repositories and it is used to build xtigervncviewer. No need to get the fltk sources. patch_fltk.sh is gone. Fixed some dependencies to reflect changes between trusty and xenial. Removed configure options not recognized by configure. The install target is not called a second time for the viewer package, but the viewer files are moved from the server installation. (Eliminate file conflicts during binary package installation.) Note: Some dependencies (including libfltk1.3 and xorg-server-source) are found in the xenial universe repository only.
* xserver: Add support for xorg version 1.18.Dominik Muth2016-04-113-2/+143
| | | | xserver118.patch is identical to xserver117.patch by content.
* 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.