aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/ServerDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-6/+6
* Use what() to access exception descriptionPierre Ossman2024-11-061-10/+10
* Use static string for exceptionsPierre Ossman2024-11-061-2/+2
* Split SystemException to handle WindowsPierre Ossman2024-10-091-3/+3
* Filter duplicate server history entriesPierre Ossman2024-09-061-4/+42
* Move recent server to top of historyPierre Ossman2024-09-061-6/+5
* Use std::list for server historyPierre Ossman2024-09-061-8/+10
* Handle server history with '/' in entriesPierre Ossman2024-09-061-1/+3
* Add more usage of SystemExceptionPierre Ossman2024-09-041-7/+10
* Improve error messages for base directory creationPierre Ossman2024-08-291-2/+2
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-8/+8
* Begin work on XDGBDS compliance and overrideable configs902024-03-151-8/+8
* Fix correct background in Fl_Input_ChoicePierre Ossman2023-07-141-0/+2
* Use std::string for string memory managementPierre Ossman2023-02-041-12/+9
* Use std::string instead of CharArrayPierre Ossman2023-02-041-0/+1
* Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-041-2/+2
* Namespace directory functionsPierre Ossman2023-02-041-4/+4
* Return static char buffer from some methodsPierre Ossman2023-02-041-8/+6
* Explicitly mark unused parametersPierre Ossman2023-01-041-6/+6
* Make ServerDialog use standard layout constantsPierre Ossman2022-12-221-35/+35
* Move general FLTK stuff to own directoryPierre Ossman2022-09-071-1/+1
* Handle empty lines in server historyPierre Ossman2021-12-231-4/+8
* Merge pull request #1350 from samhed/serverdialogmodalSamuel Mannehed2021-10-061-2/+0
|\
| * Remove modal property from ServerDialogSamuel Mannehed2021-10-051-2/+0
* | Adjust default directory for configuration file save and loadJohannes2021-09-211-9/+28
|/
* Clean up some error stringsPierre Ossman2021-09-081-8/+4
* Consistently use exceptions for parameter errorsPierre Ossman2021-09-081-7/+35
* Use classic FILE I/O for storing server historyPierre Ossman2021-09-081-28/+50
* Have a history of used vnc servers to select from in the vncviewerJohannes2021-01-111-8/+105
* Fix memory leaksJan Grulich2018-11-201-5/+5
* Mark strings for translationAlexander Shopov2017-04-291-6/+6
* Re-add the "-via" parameter support on UNIX platforms.Adam Tkac2013-01-231-8/+7
* Make it possible to load and save configuration files. Also, whenPeter Åstrand2012-08-081-17/+152
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-121-2/+1
* Initial options dialog (read-only) loosly based on the Unix vncviewer.Pierre Ossman2011-05-161-2/+12
* Implement connection dialog based on unix vncviewer.Pierre Ossman2011-05-131-0/+100