aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Size edge scroll after window, not remote sessionPierre Ossman13 days1-5/+5
* Merge branch 'keysplit' of https://github.com/CendioOssman/tigervncPierre Ossman2024-12-0414-1394/+1654
|\
| * Move keyboard handling to separate classesPierre Ossman2024-12-0414-1294/+1611
| * Move keyboard tracking to CConnectionPierre Ossman2024-12-042-84/+27
| * Track keys using system key codePierre Ossman2024-10-162-75/+74
* | Capitalize even more logging and exceptionsPierre Ossman2024-11-221-1/+1
* | Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-228-19/+19
|\ \
| * | Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-212-2/+2
| * | Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-117-17/+17
* | | 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
* | | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-184-22/+38
|\ \ \
| * | | vncviewer: support for back/forward mouse buttonsAdam Halim2024-10-224-15/+31
| * | | Use bit shifts for mouse buttonMaskAdam Halim2024-10-221-7/+7
* | | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-0714-173/+186
|\ \ \ \ | |_|/ / |/| | |
| * | | Use standard library naming for exceptionsPierre Ossman2024-11-066-36/+36
| * | | Replace base exception class with standard libraryPierre Ossman2024-11-064-2/+10
| * | | Use standard exception classesPierre Ossman2024-11-069-64/+72
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-067-35/+30
| * | | Use what() to access exception descriptionPierre Ossman2024-11-066-41/+41
| * | | Use static string for exceptionsPierre Ossman2024-11-062-20/+22
* | | | Keep saved username/password between connectsPierre Ossman2024-11-042-2/+5
|/ / /
* | / Use getHostAndPort() to handle -viaPierre Ossman2024-10-171-43/+15
| |/ |/|
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-095-32/+32
|\ \
| * | Split SystemException to handle WindowsPierre Ossman2024-10-094-31/+31
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-091-1/+1
| |/
* | Clear clipboard state when its not plain textSamuel Mannehed2024-10-021-0/+3
* | Only announce clipboard for plain text dataSamuel Mannehed2024-10-011-0/+5
* | Explicitly clean up grabs on disconnectPierre Ossman2024-09-231-0/+5
|/
* 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-043-15/+22
* 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
* | Only read first password from filePierre Ossman2024-08-301-1/+1
* | Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-306-23/+36
* | Improve error messages for base directory creationPierre Ossman2024-08-293-7/+10
* | Handle failure getting VNC directoriesPierre Ossman2024-08-291-6/+25
* | Move base directory creation to helper functionPierre Ossman2024-08-291-25/+31
* | Add FIXME comment regarding macOS minimise fixLinn Mattsson2024-08-271-0/+2
|/
* Apple only: exit FL_Window fullscreen if active in order to minimize.Rudimar Ronsoni Jr2024-08-191-0/+4
* Fix typosAndrew Kreimer2024-08-121-2/+2
* Don't adjust manually sized windowPierre Ossman2024-08-121-7/+0
* Better type for pointer button maskPierre Ossman2024-08-124-15/+15
* Don't ask for login data when reconnectingJohannes2024-08-075-2/+57