aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2290-380/+380
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-2148-212/+212
| * Standardize log message prefix formatMadeleine Nilsson2024-11-117-19/+19
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-1142-150/+150
* | Explicitly install dnf-plugins-core on Rocky 9Pierre Ossman2024-11-211-1/+1
* | Update gettext.h to latest versionPierre Ossman2024-11-181-16/+23
* | Make sure LC_MESSAGES is defined without ENABLE_NLSPierre Ossman2024-11-181-0/+12
* | Use (void) to mark unused arguments in gettext.hPierre Ossman2024-11-181-3/+3
* | Use std::string for connection infoPierre Ossman2024-11-183-55/+37
* | Make arguments as unused without GnuTLSPierre Ossman2024-11-181-0/+5
* | Add missing stdexcept includePierre Ossman2024-11-181-0/+3
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-1837-57/+217
|\ \
| * | vncviewer: support for back/forward mouse buttonsAdam Halim2024-10-2213-24/+82
| * | Use bit shifts for mouse buttonMaskAdam Halim2024-10-221-7/+7
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-2224-26/+128
* | | Merge pull request #1870 from tinyboxvk/patch-ci-javaBrian Hinz2024-11-171-1/+1
|\ \ \
| * | | Update build.ymltinyboxvk2024-11-131-1/+1
|/ / /
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-07131-1058/+1154
|\ \ \
| * | | Use standard library naming for exceptionsPierre Ossman2024-11-0681-386/+388
| * | | Include winsock2.h in Windows errno headerPierre Ossman2024-11-061-0/+2
| * | | Replace base exception class with standard libraryPierre Ossman2024-11-0615-43/+90
| * | | Use specific class for protocol problemsPierre Ossman2024-11-0619-77/+88
| * | | Use standard exception classesPierre Ossman2024-11-0670-343/+363
| * | | Use C++ allocation for temporary buffersPierre Ossman2024-11-062-20/+12
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-0644-146/+128
| * | | Use what() to access exception descriptionPierre Ossman2024-11-0634-122/+122
| * | | 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