aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-095-3/+17
|\
| * Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-092-3/+3
| * Properly terminate server on timeoutsPierre Ossman2018-11-094-0/+14
* | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-095-75/+90
|\|
| * Inherit SocketServer directly from VNCServerPierre Ossman2018-10-263-5/+5
| * Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+2
| * Remove QueryConnectionHandlerPierre Ossman2018-10-105-57/+77
| * Force common flow of connection queriesPierre Ossman2018-10-093-19/+12
* | Adjust XDamage tracking to geometryPierre Ossman2018-11-051-0/+2
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-266-184/+1
|\|
| * Remove Java web serverPierre Ossman2018-10-096-184/+1
* | Merge branch 'x0vncserver-run-destructors' of https://github.com/x11clone/x11...Pierre Ossman2018-10-261-0/+7
|\ \
| * | Run listener destructors before terminatingPeter Åstrand (astrand)2018-10-231-0/+7
| |/
* / Change to https for tigervnc URLPierre Ossman2018-10-196-6/+6
|/
* Replace Shift+Alt with Shift+Meta when possiblePierre Ossman2018-09-211-0/+24
* Update NumLock comment now that we have syncPierre Ossman2018-09-211-3/+3
* Fix bad color of cursor with x0vncserverPierre Ossman2018-09-181-6/+5
* Stop tracking changes for each glyphPierre Ossman2018-09-131-20/+34
* Explicitly check screen layout after changePierre Ossman2018-09-112-5/+16
* Adjust cursor position according to geometryPierre Ossman2018-09-101-0/+2
* Add debug output for x0vncserver key eventsPierre Ossman2018-07-251-1/+5
* Handle Shift+Tab (ISO_Left_Tab) in x0vncserverPierre Ossman2018-07-251-4/+10
* Add a basic gitignoreLauri Kasanen2018-07-115-0/+8
* Compile fixes for Xserver 1.9Lauri Kasanen2018-07-092-16/+20
* Avoid error/warning about implicit function declarationJan Grulich2018-06-281-0/+3
* Change development version to 1.9.80Pierre Ossman2018-06-131-1/+1
* Add support for X server 1.20.0.Michal Srb2018-06-083-1/+93
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-299-24/+82
|\
| * Unix socket support in x0vncserverPierre Ossman2018-05-292-2/+19
| * Proper cleanup on termination of Xvnc/libvnc.soPierre Ossman2018-05-293-0/+14
| * Merge common socket codePierre Ossman2018-05-292-2/+2
| * Add support for Unix socketsPierre Ossman2018-05-292-0/+27
| * Use abstract SocketListener classPierre Ossman2018-05-045-20/+20
* | x0vncserver: Make sure rotation for new outputs is set to RR_Rotate_0Peter Åstrand (astrand)2018-05-081-0/+1
* | Handle view only password in vncpasswd filter modePierre Ossman2018-05-072-5/+18
|/
* Improve out-of-tree build of Xvnc/libvnc.soPierre Ossman2018-04-131-8/+8
* Add RandR support for x0vncserverPeter Åstrand (astrand)2018-04-096-6/+828
* Add a tryScreenLayout functionPeter Åstrand (astrand)2018-04-097-60/+282
* Add debug log messagesPeter Åstrand (astrand)2018-04-091-12/+27
* Avoid disabling outputs which are already disabledPeter Åstrand (astrand)2018-04-091-0/+4
* Select the correct output for new screensPeter Åstrand (astrand)2018-04-094-27/+99
* Disable outputs which are larger than the target framebuffer sizePeter Åstrand (astrand)2018-04-091-1/+21
* vncRandRDisableOutput: Disable only the requested outputPeter Åstrand (astrand)2018-04-091-1/+26
* Make vncRandRGetOutputDimensions tolerant for disabled outputsPeter Åstrand (astrand)2018-04-093-10/+17
* Remove "screen" argument from Randr glue functionsPeter Åstrand (astrand)2018-04-099-69/+94
* Removed support for building without RANDR definePeter Åstrand (astrand)2018-04-095-74/+1
* Corrected RandR wrapper return codesPeter Åstrand (astrand)2018-04-094-10/+10
* Move computeScreenLayout/setScreenLayout to unixcommon libPeter Åstrand (astrand)2018-04-0914-497/+664
* vncRandRGetOutputName: return a copy of the stringPeter Åstrand (astrand)2018-04-093-7/+14
* Make vncRandRGetOutputId return the actual id; not a pointerPeter Åstrand (astrand)2018-04-094-7/+7