aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Filter duplicate server history entriesPierre Ossman2024-09-061-4/+42
* Move recent server to top of historyPierre Ossman2024-09-061-6/+5
* Use std::list for server historyPierre Ossman2024-09-064-18/+25
* Handle server history with '/' in entriesPierre Ossman2024-09-061-1/+3
* Add more usage of SystemExceptionPierre Ossman2024-09-044-17/+25
* Fix reporting of some TLS errorsPierre Ossman2024-09-042-22/+20
* Correctly handling rejecting server keyPierre Ossman2024-09-041-1/+1
* Add missing config.h includesPierre Ossman2024-09-045-0/+19
* Remove ConnFailedExceptionPierre Ossman2024-09-024-26/+22
* Update Chinese (simplified) translationMingye Wang (Artoria2e5)2024-09-021-270/+685
* Merge branch 'master' of https://github.com/0-wiz-0/tigervncPierre Ossman2024-08-301-0/+2
|\
| * vncviewer: add missing include for struct timevalThomas Klausner2024-08-301-0/+2
* | Correctly handle ZRLE cursorsPierre Ossman2024-08-301-2/+2
* | Only read first password from filePierre Ossman2024-08-301-1/+1
* | Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-3021-145/+100
* | Improve error messages for base directory creationPierre Ossman2024-08-295-10/+14
* | Handle failure getting VNC directoriesPierre Ossman2024-08-291-6/+25
* | Move base directory creation to helper functionPierre Ossman2024-08-291-25/+31
* | Merge pull request #1825 from LMattsson/macos-minimize-fixmelinma (ThinLinc team)2024-08-271-0/+2
|\ \ | |/ |/|
| * Add FIXME comment regarding macOS minimise fixLinn Mattsson2024-08-271-0/+2
|/
* Merge pull request #1813 from rudironsonijr/fix/macos-not-minimizinglinma (ThinLinc team)2024-08-231-0/+4
|\
| * Apple only: exit FL_Window fullscreen if active in order to minimize.Rudimar Ronsoni Jr2024-08-191-0/+4
* | Merge branch 'h264-colour-spaces' of https://github.com/any1/tigervncPierre Ossman2024-08-231-1/+16
|\ \ | |/ |/|
| * H264Libav: Use nearest-neighbour sampling in scalerAndri Yngvason2024-08-221-1/+1
| * H264Libav: Handle colour space conversionAndri Yngvason2024-08-191-0/+15
|/
* Merge branch 'h264-buffer-size-fix' of https://github.com/any1/tigervncPierre Ossman2024-08-192-11/+19
|\
| * H264Libav: Clean up sws contextAndri Yngvason2024-08-161-0/+1
| * H264Libav: Use AVFrame for pixel format conversion bufferAndri Yngvason2024-08-162-11/+18
* | Handle existing config directory in vncpasswdPierre Ossman2024-08-151-2/+4
* | Let pwquality check minimum lengthPierre Ossman2024-08-151-7/+10
* | Only show pwquality setting where relevantPierre Ossman2024-08-151-3/+3
* | Merge branch 'master' of https://github.com/prownd/tigervncPierre Ossman2024-08-154-0/+68
|\ \
| * | Limit the maximum length of a password to 8 charactershanjinpeng2024-08-141-0/+5
| * | vncpasswd add password complexity rule check to enhance securityhanjinpeng2024-08-144-0/+63
* | | Merge branch 'old-log' of https://github.com/jcpunk/tigervncPierre Ossman2024-08-141-11/+36
|\ \ \
| * | | vncsession: Move existing log to log.old if presentPat Riehecky2024-08-131-11/+36
| | |/ | |/|
* | | Use proper gnutls_free() on WindowsPierre Ossman2024-08-132-10/+4
* | | Avoid using excessive namespacesPierre Ossman2024-08-136-16/+8
* | | Avoid connection failed exceptionPierre Ossman2024-08-134-12/+12
* | | Fix typosAndrew Kreimer2024-08-121-2/+2
* | | Don't adjust manually sized windowPierre Ossman2024-08-121-7/+0
* | | Remove unused setPixelFormat() callbackPierre Ossman2024-08-124-20/+7
* | | Remove fake framebuffer update request callPierre Ossman2024-08-121-1/+0
* | | Update processMsg() descriptionPierre Ossman2024-08-122-12/+10
* | | Include key code for fake key eventsPierre Ossman2024-08-121-6/+6
* | | Better type for pointer button maskPierre Ossman2024-08-1222-36/+36
* | | Remove InputHandler interfacePierre Ossman2024-08-126-58/+32