aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/UserDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* Don't ask for login data when reconnectingJohannes2024-08-071-1/+42
* Correctly handle cancelled authenticationPierre Ossman2024-08-071-1/+1
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-9/+9
* Use std::string instead of CharArrayPierre Ossman2023-02-041-5/+4
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-8/+8
* Use StringParameters directlyPierre Ossman2023-02-041-3/+3
* Make UserDialog use standard layout constants.Pierre Ossman2022-12-221-21/+30
* Split out FLTK utility functionsPierre Ossman2022-09-071-0/+1
* Move general FLTK stuff to own directoryPierre Ossman2022-09-071-1/+1
* bug fix for user is NULLJiuyang liu2020-02-101-1/+1
* implement username/password from env.Jiuyang liu2020-02-061-0/+13
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-0/+6
* Display security state when asking for passwordPierre Ossman2017-09-011-3/+28
* Merge authentication dialogsPierre Ossman2017-09-011-23/+37
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-251-6/+4
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* The password file must be opened in binary mode. Otherwise, you mightPeter Åstrand2011-07-141-1/+1
* We need to be careful about feeding FLTK @:s when they will be used in aPierre Ossman2011-05-231-4/+10
* Implement dialog for when both username and password is needed.Pierre Ossman2011-05-171-4/+62
* Make sure we can display all the possible dialog types the RFB core needs.Pierre Ossman2011-05-171-1/+20
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+86