aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/UserDialog.h
Commit message (Collapse)AuthorAgeFilesLines
* 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