aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'systemd' of https://github.com/CendioOssman/tigervncPierre Ossman2020-04-024-9/+9
|\
| * Use standard install dir variable namesPierre Ossman2020-03-123-8/+8
| * Start sessions via PAMPierre Ossman2020-03-121-1/+1
* | Do maximize more properly on macOSPierre Ossman2020-03-263-7/+9
* | Don't resize viewer window when maximizedPierre Ossman2020-03-263-1/+47
|/
* bug fix for user is NULLJiuyang liu2020-02-101-1/+1
* add manJiuyang liu2020-02-101-1/+2
* implement username/password from env.Jiuyang liu2020-02-061-0/+13
* Update copyright year to 2020Pierre Ossman2020-01-162-2/+2
* Add emulated middle mouse buttonAlex Tanskanen2020-01-1610-17/+384
* Remove "Dismiss menu" from context menuAlex Tanskanen2020-01-091-8/+2
* Allow XK_Scroll_Lock when LED state isn't supportedPierre Ossman2020-01-031-1/+1
* Provide correct dimensions for XShm setupPierre Ossman2019-12-302-4/+4
* Set initial blank cursorPierre Ossman2019-12-231-3/+6
* Fix maximum compress lvl in parameter listSamuel Mannehed2019-12-202-2/+2
* Use the correct minimum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* Use the correct maximum value for compression lvlSamuel Mannehed2019-12-201-1/+1
* Remove confusing note about compression levelSamuel Mannehed2019-12-201-1/+1
* Simplify color level descriptionsSamuel Mannehed2019-12-202-6/+5
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-201-5/+4
|\
| * Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-5/+4
* | Check the correct stream if there is more data pendingPierre Ossman2019-12-091-1/+1
|/
* Don't show the context menu hint when no hotkeySamuel Mannehed2019-10-251-2/+5
* Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervncPierre Ossman2019-07-017-104/+137
|\
| * Support extended clipboard transfersPierre Ossman2019-07-011-0/+5
| * Use UTF-8 in clipboard APIPierre Ossman2019-07-011-11/+5
| * Improved clipboard APIPierre Ossman2019-07-016-84/+130
| * Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-012-31/+15
| * Clean up internal clipboard handlingPierre Ossman2019-07-016-13/+13
| * Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-6/+10
* | Properly mark overloaded methods with virtualPierre Ossman2019-06-181-3/+3
* | Request keyboard grab ability under XwaylandPierre Ossman2019-06-182-0/+23
|/
* Always get raw keyboard layout on macOSPierre Ossman2019-04-041-1/+1
* replace free with delete[]Marcel Schneider2019-04-031-2/+2
* Only save parameters that are visible from the UIPierre Ossman2019-04-011-3/+2
* Hide setPrimary parameter on non-X11 platformsPierre Ossman2019-04-012-3/+7
* Handle server name overflow properlyPierre Ossman2019-03-261-3/+6
* Better document the argument for -geometryPierre Ossman2019-03-262-2/+7
* Show extra options in vncviewer --helpPierre Ossman2019-03-261-0/+8
* Don't use un-initialized stride to base constructorPierre Ossman2019-03-251-1/+1
* Merge branch 'copyrightyear' of https://github.com/samhed/tigervncPierre Ossman2019-02-282-2/+2
|\
| * Update visible copyright years to 2019Samuel Mannehed2019-02-272-2/+2
* | Only do initial LED sync if focusedPierre Ossman2019-02-281-3/+5
|/
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-104-251/+75
|\
| * Move client attributes out of ServerParamsPierre Ossman2018-11-011-12/+10
| * Merge client resize capabilitiesPierre Ossman2018-11-011-1/+0
| * Remove unused flags from ServerParamsPierre Ossman2018-11-011-1/+0
| * Move update request handling in to CConnectionPierre Ossman2018-11-012-199/+36
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-5/+1
| * Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-012-5/+3