aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/XDesktop.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-221-4/+4
* | | Use standard exception classesPierre Ossman2024-11-061-2/+1
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
* | | Use what() to access exception descriptionPierre Ossman2024-11-061-1/+1
* | | Use static string for exceptionsPierre Ossman2024-11-061-1/+1
| |/ |/|
* | Add clipboard support to x0vncserverGaurav Ujjwal2024-09-251-2/+47
|/
* Better type for pointer button maskPierre Ossman2024-08-121-1/+1
* Remove InputHandler interfacePierre Ossman2024-08-121-3/+0
* Improve x0vncserver key allocation log linePierre Ossman2024-08-061-1/+2
* Improve unknown keysym handlingGaurav Ujjwal2024-06-301-15/+52
* Avoid redundant argumentsPierre Ossman2024-06-241-10/+10
* Prefer std::find() over manual searchPierre Ossman2024-06-241-6/+6
* Use nullptr in all C++ codePierre Ossman2024-06-241-13/+13
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-191-4/+6
|\
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-191-4/+6
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-0/+2
|/
* Fix missing XRandR buildPierre Ossman2023-06-141-1/+4
* Fix missing XFixes buildPierre Ossman2023-06-141-0/+2
* Fix missing XTest buildPierre Ossman2023-06-141-1/+10
* Remove unneeded "using namespace"Pierre Ossman2023-06-141-1/+0
* Merge branch 'types' of https://github.com/CendioOssman/tigervncPierre Ossman2023-03-021-9/+10
|\
| * Remove unneeded header from SDesktop.hPierre Ossman2023-02-041-0/+1
| * Return static char buffer from some methodsPierre Ossman2023-02-041-2/+2
| * Use stdint typesPierre Ossman2023-02-011-7/+7
* | Sanity check when cleaning up keymap changesPierre Ossman2023-02-091-0/+4
|/
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
*-. Merge branches 'x0vncserver-keyboard' and 'zaphod-fixes' of https://github.co...Pierre Ossman2022-12-011-10/+171
|\ \
| | * x0vncserver: update/display cursor only on correct screen in zaphod modeJan Grulich2022-08-241-7/+53
| |/ |/|
| * x0vncserver: add new keysym in case we don't find a matching keycodeJan Grulich2022-12-011-3/+118
|/
* Improve logging around screen resizingPierre Ossman2022-01-251-6/+0
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Correctly handle screen layout with offsetPierre Ossman2021-06-171-5/+8
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Handle clients lost during queryingPierre Ossman2020-05-211-2/+12
* Clean up internal clipboard handlingPierre Ossman2019-07-011-1/+1
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-0/+19
|\
| * Make sure we always have a valid screen layoutPierre Ossman2018-12-101-0/+5
| * Respect geometry setting in screen layoutPierre Ossman2018-11-011-0/+14
* | Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-091-0/+6
|\ \
| * | Properly terminate server on timeoutsPierre Ossman2018-11-091-0/+6
* | | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-091-1/+52
|\| |
| * | Inherit SocketServer directly from VNCServerPierre Ossman2018-10-261-1/+1
| * | Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+2
| * | Remove QueryConnectionHandlerPierre Ossman2018-10-101-0/+49
| |/
* / Adjust XDamage tracking to geometryPierre Ossman2018-11-051-0/+2
|/
* Fix bad color of cursor with x0vncserverPierre Ossman2018-09-181-6/+5
* Explicitly check screen layout after changePierre Ossman2018-09-111-4/+7