aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-192-5/+8
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-2/+5
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-0/+2
|/
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-061-1/+1
* Fix shared memory leakAdam Halim2024-01-261-1/+1
* Set all HAVE_ macros on the top levelPierre Ossman2024-01-242-8/+3
* Remove superfluous X11_FOUND checkPierre Ossman2024-01-241-4/+4
* 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
* x0vncserver: Add support for systemd socket activationMike Looijmans2024-01-123-29/+62
* Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-201-6/+0
|\
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-201-6/+0
* | Fix description of "%u" in manual pages.Carlos Santos2023-10-041-2/+1
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-031-2/+3
* | More graceful handling of disabled listenersPierre Ossman2023-09-081-5/+16
* | Only set up TCP filter for TCP connectionsPierre Ossman2023-09-081-7/+7
|/
* Fix missing XRandR buildPierre Ossman2023-06-141-1/+4
* Fix missing XFixes buildPierre Ossman2023-06-142-0/+4
* Fix missing XTest buildPierre Ossman2023-06-142-5/+18
* Remove unneeded "using namespace"Pierre Ossman2023-06-141-1/+0
* Prefer target_include_directories()Pierre Ossman2023-03-311-6/+5