aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TigerVNC 1.15.0v1.15.01.15-branchPierre Ossman2025-02-133-3/+3
* Don't enable full screen until MapNotifyPierre Ossman2025-02-081-8/+13
* Don't touch macOS window level if not shownPierre Ossman2025-02-061-4/+7
* Update Chinese (traditional) translationYi-Jyun Pan2025-02-061-285/+405
* Closing auth window is Cancel, not OkPierre Ossman2025-02-061-1/+1
* Don't crash when closing auth dialogPierre Ossman2025-02-061-1/+9
* Fix handling of empty -parameter= argumentsPierre Ossman2025-02-062-2/+39
* Fix uncaught clipboard network errorsPierre Ossman2025-01-281-2/+12
* Update Czech translationPetr Pisar2025-01-271-284/+405
* Update Slovak translationMarián Haburaj2025-01-271-285/+403
* Fix argument parsing regression in x0vncserverPierre Ossman2025-01-231-1/+1
* Update Finnish translationLauri Nurmi2025-01-231-282/+402
* Disable macOS' native full screenPierre Ossman2025-01-223-3/+20
* Update Bulgarian translationAlexander Shopov2025-01-221-288/+392
* Update Swedish translationLuna Jernberg2025-01-221-291/+411
* Update Georgian translationTemuri Doghonadze2025-01-221-330/+499
* Update Indonesian translationAndika Triwidada2025-01-221-293/+396
* Update German translationMario Blättermann2025-01-221-280/+411
* Update Romanian translationRemus-Gabriel Chelu2025-01-221-300/+422
* Update Ukrainian translationYuri Chornoivan2025-01-221-282/+402
* Update Spanish translationCristian Othón Martínez Vera2025-01-221-290/+411
* Check that FLTK 1.3 is being usedPierre Ossman2025-01-221-0/+14
* TigerVNC 1.14.90 (1.15.0 beta)v1.14.90Pierre Ossman2025-01-143-3/+3
* Update translation template filePierre Ossman2025-01-141-271/+353
* Update visible copyright year to 2025Pierre Ossman2025-01-149-10/+10
* Sync up error messages reading from text filePierre Ossman2025-01-142-15/+17
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-148-9/+9
* Avoid fetching details of disabled pointerPierre Ossman2025-01-141-1/+1
* Avoid duplicate Xvnc bannersPierre Ossman2025-01-131-3/+1
* Merge branch 'mr-debian' of https://github.com/JoachimFalk/tigervncPierre Ossman2025-01-136-12/+45
|\
| * Mandatory features via the cmake command lineJoachim Falk2025-01-121-8/+35
| * TIGERVNC_BUILDDIR default keeps dir relationsJoachim Falk2025-01-121-1/+1
| * Removed obsolete syslog.target from service filesJoachim Falk2025-01-121-1/+1
| * TigerVNC Viewer AppStream file specifies developerJoachim Falk2025-01-121-0/+6
| * Fix some option dashes in man pages.Joachim Falk2025-01-122-2/+2
|/
*---. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-1043-1152/+1314
|\ \ \
| | | * Use "on"/"off" when displaying bool parametersPierre Ossman2025-01-101-3/+3
| | | * Print Xvnc banner before all the usage optionsPierre Ossman2025-01-103-4/+10
| | | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-073-3/+3
| | | * Document UseIPv4/UseIPv6 in viewer man pagePierre Ossman2025-01-071-0/+8
| | | * Document Xvnc "-SetPrimary" in man pagePierre Ossman2025-01-071-0/+5
| | | * Sort parameters in -help and man pagesPierre Ossman2025-01-075-454/+462
| | | * Prefer "PasswordFile" over "rfbauth"Pierre Ossman2025-01-072-2/+2
| | | * Move -interface argument to correct sectionPierre Ossman2025-01-071-4/+4
| | | * Use normal iterators for parametersPierre Ossman2025-01-072-31/+11
| | | * Use std::list for config parametersPierre Ossman2025-01-072-33/+34
| | | * Remove server and viewer config typesPierre Ossman2025-01-0713-120/+39
| | | * Don't save parameters with default valuesPierre Ossman2025-01-073-0/+20
| | | * Use registry string type for complex parametersPierre Ossman2025-01-071-9/+5
| | | * Don't duplicate encode/decode in parameters.cxxPierre Ossman2025-01-071-40/+11