aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Include translations in macOS and Windows buildsPierre Ossman2021-08-271-1/+62
* Expose reconnect setting in options dialogPierre Ossman2021-07-233-0/+10
* Retry connection in case of an errorJohannes2021-07-239-61/+141
* Simply screen refresh handlerPierre Ossman2021-07-201-9/+4
* Only log error when setting FullScreenSelectedMonitorsPierre Ossman2021-07-192-12/+18
* Don't reference specific variable in classPierre Ossman2021-07-191-3/+3
* Avoiding final period in log messagesPierre Ossman2021-07-193-10/+10
* Clean up style in recent monitor codePierre Ossman2021-07-196-89/+89
* Refresh MonitorArrangement on configuration changeHugo Lundin2021-07-162-0/+49
* Add monitor description to tooltipHugo Lundin2021-07-165-0/+226
* Explicitly choose current monitorHugo Lundin2021-07-161-3/+4
* Add fullscreen mode for selected monitorsHugo Lundin2021-07-1611-11/+753
* Add fullscreen mode parameterHugo Lundin2021-07-167-69/+182
* Calculate overlay position from window sizeHugo Lundin2021-07-161-2/+27
* Release displays not enclosed by the windowHugo Lundin2021-07-162-19/+28
* Capture all displays inside the viewport (macOS)Hugo Lundin2021-07-163-20/+27
* Merge branch 'smooth-edge-scrolling' of https://github.com/ToyKeeper/tigervncPierre Ossman2021-06-161-20/+34
|\
| * made full-screen edge scrolling smoother and fasterSelene ToyKeeper2021-04-301-20/+34
* | Clean up default value for X509 parametersPierre Ossman2021-06-132-6/+2
|/
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-114-0/+42
* Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-031-5/+7
|\
| * Improve clipboard debug logging in viewerPierre Ossman2021-01-041-5/+7
* | Update copyright year to 2021Pierre Ossman2021-01-252-2/+2
* | Heavily reduce window for bandwidth estimatePierre Ossman2021-01-191-5/+9
* | Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-196-63/+110
|\ \
| * | Better error messages when terminatingPierre Ossman2020-05-214-23/+49
| * | Change streams to be asynchronousPierre Ossman2020-05-212-27/+27
| * | Improved bandwidth monitoringPierre Ossman2020-05-212-17/+34
| * | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-0/+2
* | | Merge branch 'master' of https://github.com/johahauf/tigervncPierre Ossman2021-01-124-13/+197
|\ \ \ | |_|/ |/| |
| * | Have a history of used vnc servers to select from in the vncviewerJohannes2021-01-114-13/+197
* | | Map macOS Eisu key to XK_Eisu_togglePierre Ossman2020-12-091-1/+1
| | |
| \ \
*-. \ \ Merge branches 'japanese_layout' and 'win_japanese_keyboard' of https://githu...Pierre Ossman2020-12-093-9/+82
|\ \ \ \
| | * | | Fake key release events for some Japanese keysPierre Ossman2020-11-201-0/+10
| | * | | Handle Korean keys on WindowsPierre Ossman2020-11-201-0/+14
| | * | | Add some more Japanese keysPierre Ossman2020-11-201-1/+5
| | * | | Only handle Japanese keys when Japanese layoutPierre Ossman2020-11-201-9/+42
| | * | | Windows JIS Keyboard Supportgsittyz2020-11-011-0/+9
| * | | | OS X Japanese Keyboard Supportgsittyz2020-10-251-0/+3
| |/ / /
* | / / Remove bogus strncpy() callsPierre Ossman2020-12-071-4/+2
| |/ / |/| |
* | | Don't show error dialog if exiting without messagePierre Ossman2020-11-161-1/+1
* | | Properly report connection errors to exit_vncviewer()Pierre Ossman2020-11-161-3/+1
* | | Update keycode maps to latest versionPierre Ossman2020-11-162-12/+11
* | | Merge branch 'master' of https://github.com/johnmartin-oracle/tigervncPierre Ossman2020-10-271-11/+11
|\ \ \ | |/ / |/| |
| * | Update Surface_X11.cxxjohnmartin-oracle2020-08-271-11/+11
* | | Tolerate specifying -BoolParam 0 and similarPierre Ossman2020-09-181-0/+20
|/ /
* | 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