aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncconfig/vncconfig.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use StringParameters directlyPierre Ossman2023-02-041-4/+3
| | | | | We don't need to make extra copies of the string in most cases, so let's simplify the code and access the string directly when we can.
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+2
| | | | | This allows us to separate accidentally unused, from explicitly unused parameters, which allows us to turn on such checks in the compiler.
* Log objects should be localPierre Ossman2022-01-211-1/+1
| | | | Otherwise things might be logged under the wrong label.
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Restore UI for PRIMARY behaviourPierre Ossman2016-07-081-1/+24
| | | | | They were lost when the mechanism moved from vncconfig in to Xvnc. Restore the UI by having them reconfigure Xvnc instead.
* Remove clipboard code from vncconfigPierre Ossman2016-02-051-134/+4
| | | | | The clipboard is handled internally in the server now, so the code in vncconfig is no longer useful.
* Make sure we check failed memory allocationsPierre Ossman2014-10-101-0/+4
|
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4905 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+438
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@590 3789f03b-4d11-0410-bbf8-ca57d06f2519