aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* Make use of IntParameter range validationPierre Ossman2025-03-062-5/+7
* Fix bad forward declarations of StringParameterPierre Ossman2025-03-031-1/+1
* Stop relying on "using namespace"Pierre Ossman2025-02-254-41/+32
* Rename core/util to core/stringPierre Ossman2025-02-251-1/+1
* Move timers to core libraryPierre Ossman2025-02-251-3/+3
* Move logging to core libraryPierre Ossman2025-02-256-18/+18
* Move configuration to core libraryPierre Ossman2025-02-256-39/+60
* Move base exception classes to core libraryPierre Ossman2025-02-251-1/+1
* Move utility functions to core libraryPierre Ossman2025-02-131-5/+8
* Move basic data types to core libraryPierre Ossman2025-02-138-21/+27
* Use initializer lists for basic data typesPierre Ossman2025-02-131-6/+6
* Reduce header #include:sPierre Ossman2025-02-135-2/+11
* Fix argument parsing regression in x0vncserverPierre Ossman2025-01-231-1/+1
* 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-102-177/+188
|\ \
| | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-071-1/+1
| | * Sort parameters in -help and man pagesPierre Ossman2025-01-071-160/+160
| | * Prefer "PasswordFile" over "rfbauth"Pierre Ossman2025-01-071-1/+1
| | * Remove server and viewer config typesPierre Ossman2025-01-071-2/+0
| |/ |/|
| * Give better error message on bad argumentsPierre Ossman2025-01-101-1/+12
| * Make all user commands handle --help and --versionPierre Ossman2025-01-101-0/+6
| * Consolidate argument parsing in single functionPierre Ossman2025-01-101-15/+11
|/
* Capitalize even more logging and exceptionsPierre Ossman2024-11-221-3/+3
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-224-7/+7
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-2/+2
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-113-5/+5
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-182-6/+6
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-222-6/+6
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-072-7/+6
|\ \ \ | |_|/ |/| |
| * | Use standard library naming for exceptionsPierre Ossman2024-11-061-1/+1
| * | Use standard exception classesPierre Ossman2024-11-061-2/+1
| * | Subclass exceptions from std::exceptionPierre Ossman2024-11-062-2/+2
| * | Use what() to access exception descriptionPierre Ossman2024-11-062-2/+2
| * | Use static string for exceptionsPierre Ossman2024-11-061-1/+1
* | | Do proper top level window setup for selection windowPierre Ossman2024-10-221-1/+1
|/ /
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-091-1/+1
|\ \
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-091-1/+1
| |/
* / Add clipboard support to x0vncserverGaurav Ujjwal2024-09-257-8/+334
|/
* Better type for pointer button maskPierre Ossman2024-08-122-3/+3
* Remove InputHandler interfacePierre Ossman2024-08-122-4/+0
* Improve x0vncserver key allocation log linePierre Ossman2024-08-061-1/+2
* Merge branch 'fix-unknown-keysym' of https://github.com/gujjwal00/tigervncPierre Ossman2024-08-062-16/+60
|\
| * Improve unknown keysym handlingGaurav Ujjwal2024-06-302-16/+60
* | Fix x0vncserver handling of timersPierre Ossman2024-07-051-3/+3
|/
* Avoid redundant argumentsPierre Ossman2024-06-242-14/+14
* Simplify code using range-based for loopsPierre Ossman2024-06-241-18/+9
* Prefer std::find() over manual searchPierre Ossman2024-06-241-6/+6
* Mark overridden virtual functionsPierre Ossman2024-06-244-21/+21
* Use nullptr in all C++ codePierre Ossman2024-06-246-53/+54
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-193-7/+13
|\