aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Apply custom theme to FLTKPierre Ossman2023-07-142-7/+204
| * Fix correct background in Fl_Input_ChoicePierre Ossman2023-07-141-0/+2
| * Respect selection color in monitor widgetPierre Ossman2023-07-132-4/+2
|/
* Don't tag up gettext's *wprintf() functionsPierre Ossman2023-07-061-3/+3
* Unbreak -Wformat warnings when gettext is usedPierre Ossman2023-07-051-1/+23
* Use smaller, stable, int for history indexPierre Ossman2023-07-051-2/+2
* Merge branch 'hostexception' of https://github.com/CendioOssman/tigervncPierre Ossman2023-07-051-70/+198
|\
| * More logging for server cert exceptionsPierre Ossman2023-07-051-6/+8
| * Allow exception for cert hostname mismatchPierre Ossman2023-07-051-9/+43
| * Improve reporting of certificate errorsPierre Ossman2023-07-051-32/+44
| * Allow exception for weak certificate algorithmsPierre Ossman2023-07-051-3/+43
| * Remove double expired certificate promptsPierre Ossman2023-07-051-8/+0
| * Allow exception for not yet activated certificatesPierre Ossman2023-07-051-3/+43
| * Make sure we handle all certificate issuesPierre Ossman2023-07-051-0/+22
| * Handle GNUTLS_CERT_INVALID in TOFU codePierre Ossman2023-07-051-2/+4
| * Remove old GnuTLS compatibility codePierre Ossman2023-07-051-17/+1
|/
* Fix WM_CLASS in desktop filePierre Ossman2023-07-031-1/+1
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-3059-120/+273
|\
| * Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-302-0/+11
| * Clean up string encoding handlingPierre Ossman2023-06-3013-23/+156
| * Consistently use uint8_t for data buffersPierre Ossman2023-03-1852-99/+108
* | Emulate corking when TCP_CORK is missingPierre Ossman2023-06-281-1/+6
* | Move where -nodefaultlibs is specifiedPierre Ossman2023-06-281-4/+3
* | Drop xorg-x11-font-utils requirement for RHEL 9Pierre Ossman2023-06-202-2/+0
* | Merge branch 'noxtest' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-152-6/+26
|\ \
| * | Fix missing XRandR buildPierre Ossman2023-06-141-1/+4
| * | Fix missing XFixes buildPierre Ossman2023-06-142-0/+4
| * | Fix missing XTest buildPierre Ossman2023-06-142-5/+18
|/ /
* | Remove unneeded "using namespace"Pierre Ossman2023-06-145-6/+0
* | Avoid wildcards in cmake rulesPierre Ossman2023-04-171-4/+10
* | Handle REQUIRED in our CMake "find" modulesPierre Ossman2023-04-174-0/+17
* | Prefer target_include_directories()Pierre Ossman2023-03-3115-53/+46
* | Add all common inter-dependenciesPierre Ossman2023-03-314-2/+6
* | Include Debian debug files in artefactsPierre Ossman2023-03-313-0/+3
* | Raise Debian packaging versionPierre Ossman2023-03-313-3/+3
* | Don't prompt when installing dependenciesPierre Ossman2023-03-313-3/+6
* | Remove unnecessary ; from build scriptsPierre Ossman2023-03-316-34/+34
* | Limit GitHub action run timesPierre Ossman2023-03-251-0/+5
* | Update copyright year in READMESamuel Mannehed2023-03-241-1/+1
* | Detect leaving window on zaphod systemsPierre Ossman2023-03-081-1/+9
|/
* Merge branch 'types' of https://github.com/CendioOssman/tigervncPierre Ossman2023-03-02297-5504/+4469
|\
| * Merge "Pixel" type in to PixelFormat headerPierre Ossman2023-02-185-30/+3
| * Use operator overloading for comparisonPierre Ossman2023-02-0421-31/+44
| * Warn if Point/Rect/Region methods are used wrongPierre Ossman2023-02-042-9/+24
| * Avoid redefining errnoPierre Ossman2023-02-042-12/+12
| * Remove unneeded header from SDesktop.hPierre Ossman2023-02-044-3/+3
| * Remove unused rfb/util.h includesPierre Ossman2023-02-0429-12/+19
| * Remove "str" prefix from string helpersPierre Ossman2023-02-0414-67/+66
| * Use standard C string functionsPierre Ossman2023-02-046-50/+9
| * Remove custom CharArray typePierre Ossman2023-02-046-47/+6