aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Capitalize some more logging and exceptionsPierre Ossman2024-11-221-14/+14
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-1/+1
|\
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-111-1/+1
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-181-1/+1
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-221-1/+1
* | | Use standard exception classesPierre Ossman2024-11-061-10/+9
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
| |/ |/|
* | More carefully release mouse buttons on closePierre Ossman2024-09-241-1/+4
|/
* Better type for pointer button maskPierre Ossman2024-08-121-1/+1
* Be more careful with ComparingUpdateTracker pointerPierre Ossman2024-07-051-4/+13
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Remove careful client iteratationPierre Ossman2024-06-241-42/+24
* Use nullptr in all C++ codePierre Ossman2024-06-241-16/+16
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-191-22/+58
|\
| * Slow down fake clock when no clientsPierre Ossman2024-06-191-11/+32
| * Keep frame clock running if waiting for frame tickPierre Ossman2024-06-191-4/+16
| * Restart the frame timer immediatelyPierre Ossman2024-06-191-3/+3
| * Add support for X Present extensionPierre Ossman2024-06-191-2/+10
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-191-1/+3
| * Make it easier to change timer intervalPierre Ossman2024-06-191-4/+1
| * Explicitly request timer repetitionPierre Ossman2024-06-191-9/+5
* | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-261-2/+2
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-3/+3
* | Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-2/+2
|/
* Increase time required to override pointerClientSamuel Mannehed2024-01-261-1/+1
* Break long lines in new pointerEvent logicSamuel Mannehed2024-01-261-3/+4
* VNCServerST: Add a timeout to pointer button ownershipMike Looijmans2024-01-221-2/+6
* Add own keysym to name functionPierre Ossman2023-11-161-1/+3
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Use operator overloading for comparisonPierre Ossman2023-02-041-1/+1
* Remove unneeded header from SDesktop.hPierre Ossman2023-02-041-0/+1
* Use std::string instead of CharArrayPierre Ossman2023-02-041-6/+6
* Return static char buffer from some methodsPierre Ossman2023-02-041-9/+5
* Use stdint typesPierre Ossman2023-02-011-4/+3
* Improve logging around screen resizingPierre Ossman2022-01-251-2/+6
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Keep ownership of second selection when first is lostPierre Ossman2021-07-201-4/+3
* Add support for notifying clients about pointer movementslhchavez2021-03-021-2/+5
* Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-031-2/+4
|\
| * Update desktop if clipboard client goes awayPierre Ossman2021-01-051-1/+1
| * Add debug logging for ignored clipboard eventsPierre Ossman2021-01-051-1/+3
* | Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-3/+5
|\ \ | |/ |/|
| * Remove readString()/writeString()Pierre Ossman2020-05-211-1/+3
| * Fix connection close logPierre Ossman2020-05-191-2/+2
* | Hide base SConnection methods from VNCServerSTPierre Ossman2020-08-211-1/+1
* | Call correct wrappers for clipboard handlingPierre Ossman2020-08-211-3/+3
* | Fix non-functional MaxDisconnectionTimePierre Ossman2020-06-181-5/+5
* | Reject too large screen resize requestsPierre Ossman2020-05-231-0/+5
|/
* Merge branch 'fix-mistake' of https://github.com/gschwind/tigervncPierre Ossman2019-10-141-2/+2
|\
| * fix to early remove of iterator in VNCServerST::removeSocketBenoit Gschwind2019-08-241-2/+2