aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
* Fix accidental old style functionPierre Ossman20 hours1-1/+1
* Avoid mixing declarations and codePierre Ossman20 hours1-2/+3
* Exclude old Xorg stuff when not neededPierre Ossman20 hours1-0/+6
* Convert AllowOverride to StringListParameterPierre Ossman2025-03-131-30/+8
* Make use of IntParameter range validationPierre Ossman2025-03-062-3/+5
* Stop relying on "using namespace"Pierre Ossman2025-02-252-27/+24
* Use absolute paths for librariesPierre Ossman2025-02-251-2/+2
* Revert Xvnc double slash hackPierre Ossman2025-02-251-8/+5
* Move concurrency abstration layer to corePierre Ossman2025-02-251-1/+1
* Rename core/util to core/stringPierre Ossman2025-02-251-1/+1
* Move timers to core libraryPierre Ossman2025-02-252-6/+7
* Move logging to core libraryPierre Ossman2025-02-253-26/+22
* Move configuration to core libraryPierre Ossman2025-02-253-50/+63
* Move utility functions to core libraryPierre Ossman2025-02-131-5/+7
* Move basic data types to core libraryPierre Ossman2025-02-134-13/+18
* Use initializer lists for basic data typesPierre Ossman2025-02-132-8/+8
* Move getHostAndPort() to network libraryPierre Ossman2025-02-131-2/+1
* Order libraries for Xvnc in dependency orderPierre Ossman2025-02-131-1/+1
* Reduce header #include:sPierre Ossman2025-02-133-1/+6
* Change development version to 1.15.80Pierre Ossman2025-01-141-1/+1
* Update visible copyright year to 2025Pierre Ossman2025-01-141-1/+1
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-141-1/+1
* Avoid fetching details of disabled pointerPierre Ossman2025-01-141-1/+1
* Avoid duplicate Xvnc bannersPierre Ossman2025-01-131-3/+1
* TIGERVNC_BUILDDIR default keeps dir relationsJoachim Falk2025-01-121-1/+1
*-. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-107-201/+216
|\ \
| | * Print Xvnc banner before all the usage optionsPierre Ossman2025-01-101-2/+8
| | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-071-1/+1
| | * Document Xvnc "-SetPrimary" in man pagePierre Ossman2025-01-071-0/+5
| | * Sort parameters in -help and man pagesPierre Ossman2025-01-071-163/+163
| | * Prefer "PasswordFile" over "rfbauth"Pierre Ossman2025-01-071-1/+1
| | * Move -interface argument to correct sectionPierre Ossman2025-01-071-4/+4
| | * Use normal iterators for parametersPierre Ossman2025-01-071-6/+6
| | * Remove server and viewer config typesPierre Ossman2025-01-071-1/+0
| |/ |/|
| * Consolidate argument parsing in single functionPierre Ossman2025-01-103-12/+11
| * Separate parameter name and value in VNC extensionPierre Ossman2024-12-033-15/+21
|/
* Hook sprite functions instead to monitor cursorPierre Ossman2024-11-261-96/+194
* Handle "no cursor", not just "empty cursor"Pierre Ossman2024-11-261-5/+3
* Capitalize even more logging and exceptionsPierre Ossman2024-11-223-7/+7
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-224-10/+10
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-212-7/+7
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-113-3/+3
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-183-3/+20
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-223-3/+20
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-073-41/+40
|\ \ \
| * | | Use standard exception classesPierre Ossman2024-11-061-1/+1
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-063-21/+20
| * | | Use what() to access exception descriptionPierre Ossman2024-11-062-19/+19
| |/ /
* | / Don't use login as a verb in Xvnc.manAlexander Zeijlon2024-11-041-2/+2
| |/ |/|
* | Fudge library path to work around dependency loopsPierre Ossman2024-10-311-5/+8
|/