aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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-226-18/+18
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2212-21/+21
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-214-10/+10
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-119-11/+11
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-185-9/+26
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-225-9/+26
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-077-52/+52
|\ \ \
| * | | Use standard library naming for exceptionsPierre Ossman2024-11-063-3/+3
| * | | Use standard exception classesPierre Ossman2024-11-063-3/+4
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-066-24/+23
| * | | Use what() to access exception descriptionPierre Ossman2024-11-065-22/+22
| * | | Use static string for exceptionsPierre Ossman2024-11-061-1/+1
* | | | 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
* | | Do proper top level window setup for selection windowPierre Ossman2024-10-221-1/+1
* | | Avoid invalid XFree for XClassHintPierre Ossman2024-10-221-0/+1
|/ /
* | Allow empty value for config valuesLinn Mattsson2024-10-091-1/+1
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-093-3/+3
|\ \
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-093-3/+3
| |/
* / Add clipboard support to x0vncserverGaurav Ujjwal2024-09-259-14/+344
|/
* Improve error messages for base directory creationPierre Ossman2024-08-292-3/+4
* Handle existing config directory in vncpasswdPierre Ossman2024-08-151-2/+4
* Let pwquality check minimum lengthPierre Ossman2024-08-151-7/+10
* Merge branch 'master' of https://github.com/prownd/tigervncPierre Ossman2024-08-152-0/+51
|\
| * Limit the maximum length of a password to 8 charactershanjinpeng2024-08-141-0/+5
| * vncpasswd add password complexity rule check to enhance securityhanjinpeng2024-08-142-0/+46
* | 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
* | | Better type for pointer button maskPierre Ossman2024-08-124-5/+5
* | | 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-065-19/+155
|\ \ \ | |/ / |/| |
| * | Improve unknown keysym handlingGaurav Ujjwal2024-06-305-19/+155
* | | vncsession: use /bin/sh if the user shell is not setCarlos Santos2024-07-261-1/+1
* | | Generate better (fake) modelinesPierre Ossman2024-07-234-5/+66
* | | Fix x0vncserver handling of timersPierre Ossman2024-07-051-3/+3
|/ /
* | Merge branch 'c++11' of github.com:CendioOssman/tigervncPierre Ossman2024-06-2424-250/+237
|\ \
| * | Avoid shadowing variablesPierre Ossman2024-06-243-14/+14
| * | Simplify RandR output name handlingPierre Ossman2024-06-241-36/+26
| * | Avoid redundant argumentsPierre Ossman2024-06-242-14/+14
| * | Simplify code using range-based for loopsPierre Ossman2024-06-242-23/+11
| * | Prefer std::find() over manual searchPierre Ossman2024-06-241-6/+6
| * | Mark overridden virtual functionsPierre Ossman2024-06-2411-48/+48
| * | Use nullptr in all C++ codePierre Ossman2024-06-2417-109/+116
| * | Make sure we use C++ 11Pierre Ossman2024-06-241-0/+2
* | | Change development version to 1.14.80Pierre Ossman2024-06-201-1/+1
* | | Merge branch 'dri3' of github.com:CendioOssman/tigervncPierre Ossman2024-06-2011-87/+1623
|\ \ \ | |/ / |/| |
| * | Automatically pick a suitable DRI3 render nodePierre Ossman2024-06-202-4/+37