aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Don't modify exception description dynamicallyPierre Ossman2024-11-062-56/+56
| * | | | Use static string for exceptionsPierre Ossman2024-11-0623-110/+141
| * | | | Get Unicode Windows error stringsPierre Ossman2024-11-061-0/+9
* | | | | Merge branch 'login-is-not-a-verb' of https://github.com/ThinLinc-Zeijlon/tig...Pierre Ossman2024-11-041-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't use login as a verb in Xvnc.manAlexander Zeijlon2024-11-041-2/+2
* | | | | Keep saved username/password between connectsPierre Ossman2024-11-042-2/+5
|/ / / /
* | | | Fudge library path to work around dependency loopsPierre Ossman2024-10-311-5/+8
* | | | Avoid .la files getting removed on "make clean"Pierre Ossman2024-10-291-2/+4
* | | | Do proper top level window setup for selection windowPierre Ossman2024-10-221-1/+1
* | | | Avoid invalid XFree for XClassHintPierre Ossman2024-10-221-0/+1
|/ / /
* | | Use getHostAndPort() to handle -viaPierre Ossman2024-10-171-43/+15
* | | Explicitly tag getHostAndPort() as inlinePierre Ossman2024-10-171-2/+2
| |/ |/|
* | Explicity install missing deps GitHub ActionsPierre Ossman2024-10-151-0/+1
* | Allow empty value for config valuesLinn Mattsson2024-10-091-1/+1
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-0950-190/+206
|\ \
| * | Split SystemException to handle WindowsPierre Ossman2024-10-0939-167/+184
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-099-17/+17
| * | Move SocketException to rdrPierre Ossman2024-10-093-8/+7
| |/
* | Update Friulian translationFabio T.2024-10-041-219/+250
* | Clear clipboard state when its not plain textSamuel Mannehed2024-10-021-0/+3
* | Merge branch 'clipboard_contains' of https://github.com/samhed/TigerVNCSamuel Mannehed (ThinLinc team)2024-10-011-0/+5
|\ \
| * | Only announce clipboard for plain text dataSamuel Mannehed2024-10-011-0/+5
|/ /
* | Merge branch 'x0vncserver-clipboard' of https://github.com/gujjwal00/tigervncPierre Ossman2024-09-279-14/+344
|\ \
| * | Add clipboard support to x0vncserverGaurav Ujjwal2024-09-259-14/+344
* | | More carefully release mouse buttons on closePierre Ossman2024-09-242-4/+4
* | | Explicitly clean up grabs on disconnectPierre Ossman2024-09-231-0/+5
| |/ |/|
* | Filter duplicate server history entriesPierre Ossman2024-09-061-4/+42
* | Move recent server to top of historyPierre Ossman2024-09-061-6/+5
* | Use std::list for server historyPierre Ossman2024-09-064-18/+25
* | Handle server history with '/' in entriesPierre Ossman2024-09-061-1/+3
* | Add more usage of SystemExceptionPierre Ossman2024-09-044-17/+25
|/
* Fix reporting of some TLS errorsPierre Ossman2024-09-042-22/+20
* Correctly handling rejecting server keyPierre Ossman2024-09-041-1/+1
* Add missing config.h includesPierre Ossman2024-09-045-0/+19
* Remove ConnFailedExceptionPierre Ossman2024-09-024-26/+22
* Update Chinese (simplified) translationMingye Wang (Artoria2e5)2024-09-021-270/+685
* Merge branch 'master' of https://github.com/0-wiz-0/tigervncPierre Ossman2024-08-301-0/+2
|\
| * vncviewer: add missing include for struct timevalThomas Klausner2024-08-301-0/+2
* | Correctly handle ZRLE cursorsPierre Ossman2024-08-301-2/+2
* | Only read first password from filePierre Ossman2024-08-301-1/+1
* | Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-3021-145/+100
* | Improve error messages for base directory creationPierre Ossman2024-08-295-10/+14
* | Handle failure getting VNC directoriesPierre Ossman2024-08-291-6/+25
* | Move base directory creation to helper functionPierre Ossman2024-08-291-25/+31
* | Merge pull request #1825 from LMattsson/macos-minimize-fixmelinma (ThinLinc team)2024-08-271-0/+2
|\ \ | |/ |/|
| * Add FIXME comment regarding macOS minimise fixLinn Mattsson2024-08-271-0/+2
|/
* Merge pull request #1813 from rudironsonijr/fix/macos-not-minimizinglinma (ThinLinc team)2024-08-231-0/+4
|\
| * Apple only: exit FL_Window fullscreen if active in order to minimize.Rudimar Ronsoni Jr2024-08-191-0/+4
* | Merge branch 'h264-colour-spaces' of https://github.com/any1/tigervncPierre Ossman2024-08-231-1/+16
|\ \ | |/ |/|
| * H264Libav: Use nearest-neighbour sampling in scalerAndri Yngvason2024-08-221-1/+1