aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't specify SOURCE in custom targetsPierre Ossman2021-11-051-4/+2
| * Drop Ubuntu 16.04 from buildsPierre Ossman2021-11-0517-794/+0
|/
* Log decoding stats on disconnectPierre Ossman2021-11-042-0/+66
* Increase maximum input bufferPierre Ossman2021-11-041-1/+1
* Throw more descriptive error on rect read errorPierre Ossman2021-11-041-2/+6
* Remove single cpu decoder shortcutPierre Ossman2021-11-041-27/+1
* Update Swedish translationGöran Uddeborg2021-10-261-16/+16
* Fix closing reconnect dialog logicPierre Ossman2021-10-141-2/+2
* Merge branch 'master' of https://github.com/twhitehead/tigervncPierre Ossman2021-10-141-1/+1
|\
| * System certificate load returns number loaded not GNUTLS_E_SUCCESSTyson Whitehead2021-10-071-1/+1
* | Don't fail on user CA/CRL problemsPierre Ossman2021-10-141-2/+2
* | Merge pull request #1349 from samhed/fullscreenLevelSamuel Mannehed2021-10-063-4/+29
|\ \
| * | Workaround options window appearing behind viewerSamuel Mannehed2021-10-063-4/+29
* | | Merge pull request #1350 from samhed/serverdialogmodalSamuel Mannehed2021-10-061-2/+0
|\ \ \
| * | | Remove modal property from ServerDialogSamuel Mannehed2021-10-051-2/+0
| |/ /
* | | Merge branch 'master' of https://github.com/johahauf/tigervncPierre Ossman2021-10-064-13/+69
|\ \ \ | |/ / |/| |
| * | Adjust default directory for configuration file save and loadJohannes2021-09-214-13/+69
* | | Merge pull request #1344 from samhed/grabOnFocusSamuel Mannehed2021-10-052-18/+29
|\ \ \ | |_|/ |/| |
| * | Only grab keyboard when we have focusSamuel Mannehed2021-09-242-1/+17
| * | Create helper function for grabKeyboard conditionsSamuel Mannehed2021-09-242-18/+13
|/ /
* | Update Korean translationJiYoon Kwon2021-09-201-241/+526
* | Update Russian translationYuri Kozlov2021-09-161-234/+517
* | Update Swedish translationGöran Uddeborg2021-09-161-232/+465
* | Update Chinese (traditional) translationYi-Jyun Pan2021-09-161-231/+519
* | Update Finnish translationLauri Nurmi2021-09-161-240/+515
* | Update Czech translationPetr Pisar2021-09-131-232/+519
|/
* Update Bulgarian translationAlexander Shopov2021-09-101-236/+470
* Test Java builds in github actionsPierre Ossman2021-09-101-0/+19
* Update Hebrew translationYaron Shahrabani2021-09-101-230/+534
* Update German translationMario Blättermann2021-09-101-230/+516
* Update Ukrainian translationYuri Chornoivan2021-09-091-233/+516
* Update Indonesian translationAndika Triwidada2021-09-091-231/+464
* Give all monitor names when mirroredPierre Ossman2021-09-091-16/+29
* More user friendly monitor name on WindowsPierre Ossman2021-09-091-1/+5
* Use std::string for monitor namesPierre Ossman2021-09-092-27/+27
* Inline the Windows monitor name codePierre Ossman2021-09-093-54/+35
* Fix corner case in monitor index calculationPierre Ossman2021-09-091-4/+6
* Handle mirrored monitors on X11Pierre Ossman2021-09-093-17/+63
* Change development version to 1.12.80Pierre Ossman2021-09-083-4/+4
* Update translation template filePierre Ossman2021-09-081-202/+328
* Clean up some error stringsPierre Ossman2021-09-085-24/+18
* Consistently use exceptions for parameter errorsPierre Ossman2021-09-082-184/+227
* Use classic FILE I/O for storing server historyPierre Ossman2021-09-081-28/+50
* Merge pull request #1253 from binary-manu/accented-charsBrian Hinz2021-09-064-33/+45
|\
| * Handle AltGr + accented letter key combo on Windowsbinary-manu2021-06-071-15/+24
| * Merge branch 'TigerVNC:master' into accented-charsbinary-manu2021-05-263-32/+51
| |\
| * | Prefer a non-zero getKeyCode() over getExtendedKeyCode()binary-manu2021-05-254-9/+14
| * | Handle keys reported only by KeyEvent.getExtendedKeyCodebinary-manu2021-05-194-20/+18
* | | Clean up global event handler structurePierre Ossman2021-09-062-37/+49
* | | Restore FLTK event dispatcher on exitPierre Ossman2021-09-061-0/+2