index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vncviewer
/
UserDialog.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ask for login data when reconnecting
Johannes
2024-08-07
1
-1
/
+42
*
Correctly handle cancelled authentication
Pierre Ossman
2024-08-07
1
-1
/
+1
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-9
/
+9
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-5
/
+4
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-8
/
+8
*
Use StringParameters directly
Pierre Ossman
2023-02-04
1
-3
/
+3
*
Make UserDialog use standard layout constants.
Pierre Ossman
2022-12-22
1
-21
/
+30
*
Split out FLTK utility functions
Pierre Ossman
2022-09-07
1
-0
/
+1
*
Move general FLTK stuff to own directory
Pierre Ossman
2022-09-07
1
-1
/
+1
*
bug fix for user is NULL
Jiuyang liu
2020-02-10
1
-1
/
+1
*
implement username/password from env.
Jiuyang liu
2020-02-06
1
-0
/
+13
*
Avoid compiler "use of uninitialised variable" warnings
Pierre Ossman
2018-09-13
1
-0
/
+6
*
Display security state when asking for password
Pierre Ossman
2017-09-01
1
-3
/
+28
*
Merge authentication dialogs
Pierre Ossman
2017-09-01
1
-23
/
+37
*
Make sure we're paranoid about accidentally feeding a format string.
Pierre Ossman
2012-04-25
1
-6
/
+4
*
Make sure to include config.h in every compilation unit. Otherwise,
Peter Åstrand
2011-08-23
1
-0
/
+4
*
The password file must be opened in binary mode. Otherwise, you might
Peter Åstrand
2011-07-14
1
-1
/
+1
*
We need to be careful about feeding FLTK @:s when they will be used in a
Pierre Ossman
2011-05-23
1
-4
/
+10
*
Implement dialog for when both username and password is needed.
Pierre Ossman
2011-05-17
1
-4
/
+62
*
Make sure we can display all the possible dialog types the RFB core needs.
Pierre Ossman
2011-05-17
1
-1
/
+20
*
Initial commit of new FLTK based vncviewer. Most of the code comes from the
Pierre Ossman
2011-03-09
1
-0
/
+86