aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Update MonitorArrangement widget after changeSamuel Mannehed2022-01-102-1/+41
* | | Properly set XDG_CURRENT_DESKTOPPierre Ossman2022-01-101-1/+1
|/ /
* | Update copyright year to 2022Pierre Ossman2022-01-059-10/+10
* | Don't add . to error message stringPierre Ossman2022-01-041-1/+1
* | Avoid creating windows larger than current monitorPierre Ossman2021-12-301-0/+23
* | Don't move window in full-screen workaroundPierre Ossman2021-12-301-1/+0
* | Be consistent in including config.hPierre Ossman2021-12-30151-36/+592
* | Only restore level if it is wrongPierre Ossman2021-12-301-1/+2
* | Relicense MonitorArrangement widgetPierre Ossman2021-12-272-51/+50
* | Avoid leaking overlay memoryPierre Ossman2021-12-231-0/+1
* | Handle empty lines in server historyPierre Ossman2021-12-231-4/+8