aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-2921-259/+624
|\
| * 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-299-218/+257
| * Remove unused code from socket classesPierre Ossman2018-05-295-109/+24
| * Add support for Unix socketsPierre Ossman2018-05-296-4/+369
| * Use abstract SocketListener classPierre Ossman2018-05-0411-36/+39
| * Handle hexadecimal and octal parametersPierre Ossman2018-05-031-1/+1
* | Don't require server name in config filePierre Ossman2018-05-292-11/+10
* | Merge branch 'config_as_an_argument' of https://github.com/Kypert/tigervncPierre Ossman2018-05-293-2/+71
|\ \
| * | Accept a cfg as an argument as an alt way to start the viewerMathias Jonsson2018-05-223-2/+71
* | | Stop treating "\\\\" as a special casePierre Ossman2018-05-291-35/+20
* | | Fix parameter escape sequence parsingPierre Ossman2018-05-291-1/+1
* | | Catch exceptions by referencePierre Ossman2018-05-299-19/+19
* | | Fix bad reference in TLSException initialiserPierre Ossman2018-05-291-1/+1
* | | Avoid assert crash after bytestream position wrap aroundPeter Åstrand (astrand)2018-05-291-2/+7
* | | Update Esperanto translationFelipe Castro2018-05-161-115/+100
* | | 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
* | | Avoid creating unused thread on single CPU machinesPeter Åstrand (astrand)2018-05-071-1/+7
* | | Flush pending changes when desktop startsPierre Ossman2018-05-071-2/+8
* | | Comparing ScreenSet:s should be done without considering orderPeter Åstrand (astrand)2018-05-071-3/+15
| |/ |/|
* | Merge pull request #638 from x11clone/fullscreen-multimon-toggleastrand2018-05-023-4/+9
|\ \ | |/ |/|
| * Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktopPeter Åstrand (astrand)2018-05-021-2/+2
| * Fix another compile error on Windows when not building with GnuTLSPeter Åstrand (astrand)2018-05-021-0/+2
| * Update fullscreen window if changing fullScreenAllMonitors optionPeter Åstrand (astrand)2018-05-021-2/+5
|/
* Merge branch 'alr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-2013-93/+269
|\
| * Send lossless refresh even with pending updatesPierre Ossman2018-03-283-18/+29
| * Limit lossless refresh update to safe sizePierre Ossman2018-03-289-18/+73
| * Automatic lossless refreshPierre Ossman2018-03-285-20/+128
| * Avoid checking updates when desktop is stoppedPierre Ossman2018-03-282-11/+18
| * Remove redundant Region::copyFrom()Pierre Ossman2018-03-284-7/+2
| * Respect request area for cursor renderingPierre Ossman2018-03-282-39/+39
* | Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-205-49/+126
|\ \
| * | Avoid clipboard updates when not focusedPierre Ossman2018-03-262-0/+52
| * | Add focus test helper for ViewportPierre Ossman2018-03-262-17/+14
| * | Handle LED state sync entirely in ViewportPierre Ossman2018-03-263-6/+17
| * | Move server cut text handler to ViewportPierre Ossman2018-03-265-26/+43
* | | Make sure we get C99Pierre Ossman2018-04-131-0/+3
* | | Improve out-of-tree build of Xvnc/libvnc.soPierre Ossman2018-04-131-8/+8
* | | Merge branch 'x0vncserver-randr' of https://github.com/x11clone/x11clonePierre Ossman2018-04-1022-556/+1872
|\ \ \
| * | | Add RandR support for x0vncserverPeter Åstrand (astrand)2018-04-097-6/+831
| * | | 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