summaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Fix some inappropriate format specifiersPierre Ossman2020-06-182-7/+7
* Use hypot(x,y) instead of sqrt(x*x + y*y)Samuel Mannehed2020-06-151-5/+3
* Fix typos in commentsSamuel Mannehed2020-06-051-2/+2
* Add proper spacing to if statementsSamuel Mannehed2020-06-041-2/+2
* Add constant for TWOTOUCH_TIMEOUTSamuel Mannehed2020-06-041-1/+4
* Don't catch exceptions by valuePierre Ossman2020-05-311-1/+1
* Move pgettext_aux() declaration earlierPierre Ossman2020-05-311-2/+2
* Support touch gestures on WindowsSamuel Mannehed2020-05-294-10/+565
* Implement touch gesture handling on UnixAaron Sowry2020-05-298-21/+1054
* Cancel AltGr timeout on mouse events as wellSamuel Mannehed2020-05-292-16/+33
* Implement X Input pointer handling for UnixAaron Sowry2020-05-297-19/+644
* Ignore bogus FL_MOVE events from FLTKSamuel Mannehed2020-05-261-0/+6
* Fix position for click and drag with EmulateMBAlex Tanskanen2020-05-262-13/+63
* Open X11 display properlyPierre Ossman2020-05-261-7/+7
* Remove default config alertPierre Ossman2020-05-261-2/+0
* Use exit_vncviewer() for early errorsPierre Ossman2020-05-201-12/+16
* 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