aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Clean up some error stringsPierre Ossman2021-09-085-24/+18
* Consistently use exceptions for parameter errorsPierre Ossman2021-09-082-184/+227
* Use classic FILE I/O for storing server historyPierre Ossman2021-09-081-28/+50
* Clean up global event handler structurePierre Ossman2021-09-062-37/+49
* Restore FLTK event dispatcher on exitPierre Ossman2021-09-061-0/+2
* Merge branch 'fullscreens-added-removed' of https://github.com/x11clone/x11clonePierre Ossman2021-09-022-0/+40
|\
| * Recreate fullscreen window if screens are removed or addedPeter Åstrand (astrand)2018-05-072-0/+40
* | Tolerate carriage return in config filesPierre Ossman2021-09-021-0/+4
* | Fix inconsistent line endings in vncviewer configuration fileMeng Dong2021-09-021-2/+2
* | 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