aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Better resize rate limitingPierre Ossman2025-02-054-4/+50
* Move all remote resize details to remoteResize()Pierre Ossman2025-02-052-53/+33
* Remove superfluous resizeFramebuffer() callsPierre Ossman2025-02-052-28/+0
* Silence false truncation warningPierre Ossman2025-02-031-2/+5
* Truncate long viewer window titlePierre Ossman2025-02-031-2/+32
* Avoid conflict with Fl_Window::maximize()Adrian Fedoreanu2025-01-291-2/+2
* Fix uncaught clipboard network errorsPierre Ossman2025-01-281-2/+12
* Disable macOS' native full screenPierre Ossman2025-01-223-3/+20
* Sanity checks in cocoa helper functionsPierre Ossman2025-01-221-0/+7
* Update visible copyright year to 2025Pierre Ossman2025-01-142-2/+2
* Sync up error messages reading from text filePierre Ossman2025-01-142-15/+17
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-142-3/+3
* TigerVNC Viewer AppStream file specifies developerJoachim Falk2025-01-121-0/+6
* Fix some option dashes in man pages.Joachim Falk2025-01-121-1/+1
*---. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-103-205/+197
|\ \ \
| | | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-071-1/+1
| | | * Document UseIPv4/UseIPv6 in viewer man pagePierre Ossman2025-01-071-0/+8
| | | * Sort parameters in -help and man pagesPierre Ossman2025-01-071-117/+122
| | | * Remove server and viewer config typesPierre Ossman2025-01-071-2/+0
| | | * Don't save parameters with default valuesPierre Ossman2025-01-071-0/+14
| | | * Use registry string type for complex parametersPierre Ossman2025-01-071-9/+5
| | | * Don't duplicate encode/decode in parameters.cxxPierre Ossman2025-01-071-40/+11
| | |/
| * | Give better error message on bad argumentsPierre Ossman2025-01-101-4/+15
| * | Translate vncviewer usage textPierre Ossman2025-01-101-6/+6
| * | Don't allow multiple server args to vncviewerPierre Ossman2025-01-101-0/+3
| * | Make all user commands handle --help and --versionPierre Ossman2025-01-101-0/+11
| * | Consolidate argument parsing in single functionPierre Ossman2025-01-101-30/+5
* | | Dynamically resize Fl_Choice widgetsPierre Ossman2025-01-092-0/+17
* | | Merge branch 'largeCursor' of https://github.com/krystof1119/tigervncPierre Ossman2025-01-098-17/+101
|\ \ \ | |_|/ |/| |
| * | Add local cursor selection for C++ versionKrystof Pistek2024-08-098-17/+101
* | | Size edge scroll after window, not remote sessionPierre Ossman2024-12-091-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