aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/KeyRemapper.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert RemapKeys to StringListParameterPierre Ossman2025-03-131-29/+35
|
* Remove KeyRemapper mutexPierre Ossman2025-03-131-8/+0
| | | | We don't do multiple threads on the server, so this is not needed.
* Move concurrency abstration layer to corePierre Ossman2025-02-251-5/+4
| | | | | OS abstractions are generic enough that we can merge these with the new core library.
* Move logging to core libraryPierre Ossman2025-02-251-2/+2
| | | | | | | Make it clearer what is protocol handling and what is just general plumbing. This is one step of several.
* Move configuration to core libraryPierre Ossman2025-02-251-4/+5
| | | | | | | Make it clearer what is protocol handling and what is just general plumbing. This is one step of several.
* Standardize log message prefix formatMadeleine Nilsson2024-11-111-2/+2
| | | | The reason for this is to keep a consistency through out the project.
* Mark overridden virtual functionsPierre Ossman2024-06-241-1/+1
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* Use std::string for string memory managementPierre Ossman2023-02-041-1/+1
| | | | | Avoids a bit of complexity by delegating that handling to a string object.
* Use std::string instead of CharArrayPierre Ossman2023-02-041-0/+1
| | | | | Let's use a more common type instead of something homegrown. Should be more familiar to new developers.
* Use stdint typesPierre Ossman2023-02-011-2/+2
| | | | | Avoid having our own custom stuff and instead use the modern, standard types, for familiarity.
* 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.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-9/+18
| | | | Use the platform independent primitives instead.
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
|
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+84
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519