aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use pkg-config for pixmanPierre Ossman2022-06-073-42/+12
* Add target_link_directory() compat functionPierre Ossman2022-06-072-0/+14
* Avoid temporary cmake variablesPierre Ossman2022-06-076-61/+41
* Remove zlib copyright noticePierre Ossman2022-05-121-28/+0
* Merge branch 'icons' of https://github.com/CendioOssman/tigervncPierre Ossman2022-05-1126-1820/+1358
|\
| * Adjust icon margins and roundingPierre Ossman2022-05-1116-1501/+620
| * Automatically generate macOS icon filePierre Ossman2022-05-114-2/+19
| * Automatically generate Windows icon filePierre Ossman2022-05-114-4/+20
| * Add more Unix icon sizesPierre Ossman2022-05-115-5/+10
| * Avoid duplicating list of icon sizesPierre Ossman2022-05-111-41/+13
| * Remove redundant icon installationPierre Ossman2022-05-111-10/+0
| * Simplify icon generationPierre Ossman2022-05-118-1197/+1622
| * Remove dead codePierre Ossman2022-05-111-6/+0
| * Safer allocation of icon arrayPierre Ossman2022-05-111-1/+1
|/
* Merge pull request #1463 from TigerVNC/accessRightsFixesSamuel Mannehed2022-05-021-1/+4
|\
| * Assert that accessCheck isn't called too earlySamuel Mannehed2022-04-291-0/+3
| * Initialize SConnection's accessRightsSamuel Mannehed2022-04-291-1/+1
|/
* Add Georgian translationTemuri Doghonadze2022-04-272-0/+948
* Update Spanish translationCristian Othón Martínez Vera2022-04-071-289/+640
* Fix bad indentation in CConn::socketEvent()Pierre Ossman2022-04-061-5/+5
* Ignore socket whilst processing dataPierre Ossman2022-04-061-2/+3
* Enable stream sanity checks in debug buildsPierre Ossman2022-04-063-5/+8
* Don't trust GNUTLS_E_AGAINPierre Ossman2022-04-062-3/+17
* Print GnuTLS certificate status as hexPierre Ossman2022-03-241-1/+1
* Allow exceptions for expired certificatesPierre Ossman2022-03-241-20/+55
* Make sure server name is always a valid stringPierre Ossman2022-03-242-2/+9
* Change vncsession startup error messagePierre Ossman2022-03-111-1/+1
* Merge branch 'feature/appstream-vncviewer' of https://github.com/JoachimFalk/...Pierre Ossman2022-03-1011-5/+87
|\
| * Added AppStream meta info file for the vncviewerJoachim Falk2022-03-088-5/+87
| * Added screenshots for AppStream meta info file for vncviewerJoachim Falk2022-01-283-0/+0
* | Fix compilation issue.Chris2022-02-281-1/+1
* | Switch to CentOS Stream 8 for buildsPierre Ossman2022-02-181-1/+1
* | SELinux: use /root/.vnc in file context specificationZdenek Pytela2022-02-071-1/+1
* | Fix for reflection warnings for strongly encapsulated Desktop methods in Java...Brian P. Hinz2022-01-291-4/+14
* | Fix for #1414Brian P. Hinz2022-01-291-2/+2
|/
* get rid of c++11 stuffVladimir Sukhonosov2022-01-252-3/+3
* Improve logging around screen resizingPierre Ossman2022-01-255-17/+21
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-2110-162/+22
* Update packaging section of BUILDING.txtPierre Ossman2022-01-211-26/+2
* Merge branch 'h264dec' of https://github.com/xornet-sl/tigervncPierre Ossman2022-01-2123-10/+1067
|\
| * support H264 decoding with MediaFoundation on WindowsMārtiņš Možeiko2022-01-214-2/+384
| * H264 DecoderVladimir Sukhonosov2022-01-2121-10/+685
* | Log objects should be localPierre Ossman2022-01-212-2/+2
|/
* Always log screen layout if validation failsWilliam Sjöblom2022-01-191-3/+5
* Fix session resize after mirroring on Linux vncviewerWilliam Sjöblom2022-01-191-2/+6
* Fix handling of VMware cursorsPierre Ossman2022-01-181-2/+2
* Merge branch 'selinux-restorecon' of https://github.com/grulja/tigervncPierre Ossman2022-01-133-1/+30
|\
| * SELinux: restore SELinux context in case of different policiesJan Grulich2022-01-133-1/+30
* | Improve full-screen workaround on connectPierre Ossman2022-01-121-5/+11
* | Merge pull request #1405 from TigerVNC/monitorArrangementSyncSamuel Mannehed2022-01-102-1/+41
|\ \