aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Fix closing reconnect dialog logicPierre Ossman2021-10-141-2/+2
* Merge pull request #1349 from samhed/fullscreenLevelSamuel Mannehed2021-10-063-4/+29
|\
| * Workaround options window appearing behind viewerSamuel Mannehed2021-10-063-4/+29
* | Merge pull request #1350 from samhed/serverdialogmodalSamuel Mannehed2021-10-061-2/+0
|\ \
| * | Remove modal property from ServerDialogSamuel Mannehed2021-10-051-2/+0
| |/
* | Merge branch 'master' of https://github.com/johahauf/tigervncPierre Ossman2021-10-062-9/+30
|\ \ | |/ |/|
| * Adjust default directory for configuration file save and loadJohannes2021-09-212-9/+30
* | Only grab keyboard when we have focusSamuel Mannehed2021-09-242-1/+17
* | Create helper function for grabKeyboard conditionsSamuel Mannehed2021-09-242-18/+13
|/
* Give all monitor names when mirroredPierre Ossman2021-09-091-16/+29
* More user friendly monitor name on WindowsPierre Ossman2021-09-091-1/+5
* Use std::string for monitor namesPierre Ossman2021-09-092-27/+27
* Inline the Windows monitor name codePierre Ossman2021-09-093-54/+35
* Fix corner case in monitor index calculationPierre Ossman2021-09-091-4/+6
* Handle mirrored monitors on X11Pierre Ossman2021-09-093-17/+63
* 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