aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix log name typo for SSecurityRSAAESHEADmasterPierre Ossman4 days1-1/+1
* Update Serbian translationМирослав Николић4 days1-207/+238
* Always flush sockets on shutdown()Pierre Ossman4 days10-19/+87
* Reduce header includes in TLS/RSA-AES headersPierre Ossman4 days4-9/+26
* Fix bad restore point handling in RSA-AES handlerPierre Ossman4 days1-1/+1
* Size edge scroll after window, not remote sessionPierre Ossman12 days1-5/+5
* Manually force FLTK 1.3.9 from MSYS2Pierre Ossman13 days1-1/+5
* Fix encoder solid area detectionPierre Ossman2024-12-072-19/+25
* Update Chinese (traditional) translationYi-Jyun Pan2024-12-041-208/+239
* Merge branch 'keysplit' of https://github.com/CendioOssman/tigervncPierre Ossman2024-12-0416-1394/+1761
|\
| * Move keyboard handling to separate classesPierre Ossman2024-12-0414-1294/+1611
| * Move keyboard tracking to CConnectionPierre Ossman2024-12-044-84/+134
| * Track keys using system key codePierre Ossman2024-10-162-75/+74
* | Merge pull request #1881 from bphinz/fix_apple_code_signingBrian Hinz2024-12-011-1/+1
|\ \
| * | Fix for regression in 260a3e0 that broke code signingBrian P. Hinz2024-12-011-1/+1
|/ /
* | Explicitly use FLTK 1.3 for macOS buildsPierre Ossman2024-11-261-1/+2
* | Also mark tls_error with noexceptPierre Ossman2024-11-262-2/+2
* | Mark all exception type methods as noexceptPierre Ossman2024-11-263-28/+30
* | Don't save exceptions as std::exceptionPierre Ossman2024-11-263-7/+15
* | Hook sprite functions instead to monitor cursorPierre Ossman2024-11-261-96/+194
* | Handle "no cursor", not just "empty cursor"Pierre Ossman2024-11-261-5/+3
* | Capitalize even more logging and exceptionsPierre Ossman2024-11-2221-57/+57
* | Change some assertions to exceptionsPierre Ossman2024-11-224-5/+13
* | Capitalize some more logging and exceptionsPierre Ossman2024-11-2223-103/+103
* | 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