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
/
ServerDialog.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-6
/
+6
*
Use what() to access exception description
Pierre Ossman
2024-11-06
1
-10
/
+10
*
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Split SystemException to handle Windows
Pierre Ossman
2024-10-09
1
-3
/
+3
*
Filter duplicate server history entries
Pierre Ossman
2024-09-06
1
-4
/
+42
*
Move recent server to top of history
Pierre Ossman
2024-09-06
1
-6
/
+5
*
Use std::list for server history
Pierre Ossman
2024-09-06
1
-8
/
+10
*
Handle server history with '/' in entries
Pierre Ossman
2024-09-06
1
-1
/
+3
*
Add more usage of SystemException
Pierre Ossman
2024-09-04
1
-7
/
+10
*
Improve error messages for base directory creation
Pierre Ossman
2024-08-29
1
-2
/
+2
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-8
/
+8
*
Begin work on XDGBDS compliance and overrideable configs
90
2024-03-15
1
-8
/
+8
*
Fix correct background in Fl_Input_Choice
Pierre Ossman
2023-07-14
1
-0
/
+2
*
Use std::string for string memory management
Pierre Ossman
2023-02-04
1
-12
/
+9
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Remove trailing slash from getvnchomedir()
Pierre Ossman
2023-02-04
1
-2
/
+2
*
Namespace directory functions
Pierre Ossman
2023-02-04
1
-4
/
+4
*
Return static char buffer from some methods
Pierre Ossman
2023-02-04
1
-8
/
+6
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-6
/
+6
*
Make ServerDialog use standard layout constants
Pierre Ossman
2022-12-22
1
-35
/
+35
*
Move general FLTK stuff to own directory
Pierre Ossman
2022-09-07
1
-1
/
+1
*
Handle empty lines in server history
Pierre Ossman
2021-12-23
1
-4
/
+8
*
Merge pull request #1350 from samhed/serverdialogmodal
Samuel Mannehed
2021-10-06
1
-2
/
+0
|
\
|
*
Remove modal property from ServerDialog
Samuel Mannehed
2021-10-05
1
-2
/
+0
*
|
Adjust default directory for configuration file save and load
Johannes
2021-09-21
1
-9
/
+28
|
/
*
Clean up some error strings
Pierre Ossman
2021-09-08
1
-8
/
+4
*
Consistently use exceptions for parameter errors
Pierre Ossman
2021-09-08
1
-7
/
+35
*
Use classic FILE I/O for storing server history
Pierre Ossman
2021-09-08
1
-28
/
+50
*
Have a history of used vnc servers to select from in the vncviewer
Johannes
2021-01-11
1
-8
/
+105
*
Fix memory leaks
Jan Grulich
2018-11-20
1
-5
/
+5
*
Mark strings for translation
Alexander Shopov
2017-04-29
1
-6
/
+6
*
Re-add the "-via" parameter support on UNIX platforms.
Adam Tkac
2013-01-23
1
-8
/
+7
*
Make it possible to load and save configuration files. Also, when
Peter Åstrand
2012-08-08
1
-17
/
+152
*
Make sure to include config.h in every compilation unit. Otherwise,
Peter Åstrand
2011-08-23
1
-0
/
+4
*
Create a proper header file for the exported functions from vncviewer.cxx.
Pierre Ossman
2011-07-12
1
-2
/
+1
*
Initial options dialog (read-only) loosly based on the Unix vncviewer.
Pierre Ossman
2011-05-16
1
-2
/
+12
*
Implement connection dialog based on unix vncviewer.
Pierre Ossman
2011-05-13
1
-0
/
+100