summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TigerVNC 1.9.0v1.9.01.9-branchPierre Ossman2018-07-163-4/+4
* Update Swedish translationGöran Uddeborg2018-07-161-96/+167
* Update Ukrainian translationYuri Chornoivan2018-07-111-95/+169
* Add Czech translationPetr Pisar2018-07-112-0/+731
* Update Russian translationYuri Kozlov2018-07-111-97/+171
* Update Brazilian Portuguese translationRafael Fontenelle2018-07-111-103/+178
* Update Vietnamese translationTrần Ngọc Quân2018-07-111-97/+171
* Avoid error/warning about implicit function declarationJan Grulich2018-06-281-0/+3
* TigerVNC 1.8.90 (1.9.0 beta)v1.8.90Pierre Ossman2018-06-133-4/+4
* Update translation template filePierre Ossman2018-06-131-89/+156
* Merge branch 'grab' of https://github.com/CendioOssman/tigervncPierre Ossman2018-06-131-9/+48
|\
| * Ignore fake focus events from XGrabKeyboard()Pierre Ossman2018-06-121-0/+44
| * Update comment about keyboard grab on focus changesPierre Ossman2018-06-121-9/+4
* | Better string handling of default server namePierre Ossman2018-06-131-3/+5
|/
* Add support for X server 1.20.0.Michal Srb2018-06-083-1/+93
* Properly sync LED state on connectPierre Ossman2018-06-072-0/+12
* 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
|\ \