aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/UserDialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce header #include:sPierre Ossman2025-02-131-2/+0
| | | | | Make compile times faster by reducing the number of headers included in other headers.
* Keep saved username/password between connectsPierre Ossman2024-11-041-2/+2
| | | | | | The UserDialog object is now only created for a single connection at a time, which means we need to make sure the cached username and password survive until the subsequent object.
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-301-8/+5
| | | | | Problems with the original code: A process can only establish one connection. After modification, multiple connections can be supported.
* Don't ask for login data when reconnectingJohannes2024-08-071-0/+6
|
* Mark overridden virtual functionsPierre Ossman2024-06-241-2/+2
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-1/+2
| | | | | | We mostly use classical C strings, but the memory management around them can get confusing and error prone. Let's use std::string for the cases where we need to return a newly allocated string.
* Display security state when asking for passwordPierre Ossman2017-09-011-1/+1
| | | | | Indicate to the user how secure the transport channel is so they can avoid entering their password for untrusted sites.
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+41
current Unix vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4345 3789f03b-4d11-0410-bbf8-ca57d06f2519