aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/vncviewer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Consistently use SocketException for socket errorsPierre Ossman2024-10-091-1/+1
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-301-12/+0
* Improve error messages for base directory creationPierre Ossman2024-08-291-3/+6
* Handle failure getting VNC directoriesPierre Ossman2024-08-291-6/+25
* Move base directory creation to helper functionPierre Ossman2024-08-291-25/+31
* Don't ask for login data when reconnectingJohannes2024-08-071-1/+7
* Avoid shadowing variablesPierre Ossman2024-06-241-5/+5
* Simplify code using range-based for loopsPierre Ossman2024-06-241-11/+7
* Use nullptr in all C++ codePierre Ossman2024-06-241-42/+44
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-191-1/+1
|\
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-1/+1
* | Create common recursive mkdir()Pierre Ossman2024-05-301-34/+15
* | Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-4/+9
* | Begin work on XDGBDS compliance and overrideable configs902024-03-151-10/+34
|/
* Update copyright year to 2024Samuel Mannehed2024-01-091-1/+1
* More graceful handling of disabled listenersPierre Ossman2023-09-081-0/+2
* Update copyright year to 2023Samuel Mannehed2023-07-201-1/+1
* Remove unneeded "using namespace"Pierre Ossman2023-06-141-1/+0
* Namespace directory functionsPierre Ossman2023-02-041-1/+1
* Return static char buffer from some methodsPierre Ossman2023-02-041-4/+2
* Use StringParameters directlyPierre Ossman2023-02-041-2/+2
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+2
* Respect given server namePierre Ossman2023-01-041-1/+1
* Split general FLTK appearance to separate filePierre Ossman2022-09-071-23/+3
* Split out FLTK utility functionsPierre Ossman2022-09-071-1/+1
* Move general FLTK stuff to own directoryPierre Ossman2022-09-071-1/+1
* Add support for RSA-AES security typespdlan2022-09-011-2/+2
* Add more Unix icon sizesPierre Ossman2022-05-111-1/+1
* Remove dead codePierre Ossman2022-05-111-6/+0
* Safer allocation of icon arrayPierre Ossman2022-05-111-1/+1
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-211-3/+2
* Log objects should be localPierre Ossman2022-01-211-1/+1
* Update copyright year to 2022Pierre Ossman2022-01-051-1/+1
* Don't add . to error message stringPierre Ossman2022-01-041-1/+1
* Deduplicate vncviewer error messagesWilliam Sjöblom2021-11-231-0/+6
* Fix closing reconnect dialog logicPierre Ossman2021-10-141-2/+2
* Clean up some error stringsPierre Ossman2021-09-081-4/+3
* Include translations in macOS and Windows buildsPierre Ossman2021-08-271-1/+62
* Retry connection in case of an errorJohannes2021-07-231-27/+86
* Avoiding final period in log messagesPierre Ossman2021-07-191-1/+1
* Add fullscreen mode parameterHugo Lundin2021-07-161-0/+12
* Clean up default value for X509 parametersPierre Ossman2021-06-131-4/+0
* Update copyright year to 2021Pierre Ossman2021-01-251-1/+1
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+13
|\
| * Better error messages when terminatingPierre Ossman2020-05-211-6/+14
* | Remove bogus strncpy() callsPierre Ossman2020-12-071-4/+2
* | Don't show error dialog if exiting without messagePierre Ossman2020-11-161-1/+1
* | Tolerate specifying -BoolParam 0 and similarPierre Ossman2020-09-181-0/+20
* | Implement X Input pointer handling for UnixAaron Sowry2020-05-291-0/+2
* | Open X11 display properlyPierre Ossman2020-05-261-7/+7