aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-063-3/+3
* Fix shared memory leakAdam Halim2024-01-261-1/+1
* Increase time required to override pointerClientSamuel Mannehed2024-01-261-1/+1
* Break long lines in new pointerEvent logicSamuel Mannehed2024-01-261-3/+4
* Fix bad variable reference in file loggerPierre Ossman2024-01-251-1/+1
* Merge pull request #1718 from MikeLooijmans/server-mousebuttonowner-timeoutlinma (ThinLinc team)2024-01-252-2/+8
|\
| * VNCServerST: Add a timeout to pointer button ownershipMike Looijmans2024-01-222-2/+8
* | Set all HAVE_ macros on the top levelPierre Ossman2024-01-244-9/+18
* | Remove superfluous X11_FOUND checkPierre Ossman2024-01-241-4/+4
* | Merge branch 'systemd' of https://github.com/CendioOssman/tigervncPierre Ossman2024-01-245-3/+64
|\ \ | |/ |/|
| * Document optional libsystemd requirementPierre Ossman2024-01-241-0/+3
| * Allow combining socket activation and extra portsPierre Ossman2024-01-242-36/+50
| * Log when sd_listen_fds() failsPierre Ossman2024-01-241-0/+5
| * Use SD_LISTEN_FDS_START constantPierre Ossman2024-01-241-4/+2
| * Make systemd detection more robustPierre Ossman2024-01-241-1/+6
| * x0vncserver: Add support for systemd socket activationMike Looijmans2024-01-124-29/+65
* | VNCSConnectionST: Release mouse button(s) on closeMike Looijmans2024-01-151-0/+3
|/
* Set Pixmap depths after creating visualsPierre Ossman2024-01-101-2/+2
* Update copyright year to 2024Samuel Mannehed2024-01-099-10/+10
* Xvnc: do not use dup2() to create a file descriptor for -inetd optionJan Grulich2024-01-081-2/+4
* Merge branch 'master' of https://github.com/zmudc/tigervncPierre Ossman2023-12-282-9/+39
|\
| * Add option to run vncsession without forking and detachingChuck Zmudzinski2023-11-202-9/+39
* | Merge branch 'master' of https://github.com/LMattsson/tigervncPierre Ossman2023-12-281-11/+14
|\ \
| * | Update server configure example to RHEL 9Linn Mattsson2023-12-221-8/+5
| * | Remove unnecessary step from building the serverLinn Mattsson2023-12-221-1/+0
| * | Clarify details about requirements in BUILDING.txtLinn Mattsson2023-12-221-1/+5
| * | Add missing requirements to BUILDING.txtLinn Mattsson2023-12-221-1/+4
* | | Prevent incorrect cmake usagePierre Ossman2023-12-284-0/+16
* | | Merge branch 'keysym' of github.com:CendioOssman/tigervncPierre Ossman2023-12-1314-2442/+7259
|\ \ \
| * | | Automatically generate keyucsmap.hPierre Ossman2023-12-132-54/+109
| * | | Move Keysym/Unicode mapping table to separate filePierre Ossman2023-12-132-789/+800
| * | | Move dead/combining keys to separate tablePierre Ossman2023-12-131-39/+82
| * | | Update keysym header filesPierre Ossman2023-11-162-1594/+2772
| * | | Add own keysym to name functionPierre Ossman2023-11-169-22/+3552
| | |/ | |/|
* | | Fix logging when no working VeNCrypt typesPierre Ossman2023-12-121-3/+3
| |/ |/|
* | Replace INITARGS with void in function parameter listFlorian Weimer2023-11-221-2/+2
* | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-204-14/+17
|\ \ | |/ |/|
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-204-14/+17
* | fix spelling errorut0045272023-11-061-1/+1
* | Merge pull request #1690 from LMattsson/LMattsson-patch-1linma (ThinLinc team)2023-10-311-0/+4
|\ \
| * | Clarify how to build server out-of-treelinma (ThinLinc team)2023-10-301-0/+4
|/ /
* | Merge branch 'casantos-rhbz_2233204-b' of https://github.com/casantos/tigervncPierre Ossman2023-10-272-4/+2
|\ \
| * | Fix description of "%u" in manual pages.Carlos Santos2023-10-042-4/+2
* | | Update Russian translationYuri Kozlov2023-10-231-12/+12
|/ /
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-033-4/+15
* | Enforce accelerators in translationsPierre Ossman2023-09-291-1/+1
* | Fix missing/wrong menu acceleratorsPierre Ossman2023-09-295-17/+17
* | Update Turkish translationVolkan Gezer2023-09-291-299/+575
* | Completely ignore server clipboard when unfocusedPierre Ossman2023-09-112-20/+4
* | More graceful handling of disabled listenersPierre Ossman2023-09-084-14/+30