aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncconfig/Legacy.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of TCHAR magicPierre Ossman2023-02-041-54/+54
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-041-4/+3
| | | | | This makes memory management more clear and robust when using these helper functions.
* Remove Java web serverPierre Ossman2018-10-091-4/+0
| | | | | Applets don't work anymore so remove everything that has to do with serving them.
* Catch exceptions by referencePierre Ossman2018-05-291-2/+2
| | | | | We use polymorphic exception objects, so catching by value invokes the copy constructor and stuff that we don't really want.
* Remove legacy Windows codePierre Ossman2016-01-121-2/+1
| | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3913 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+248
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519