aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/keysym2ucs.c
Commit message (Collapse)AuthorAgeFilesLines
* Move Keysym/Unicode mapping table to separate filePierre Ossman2023-12-131-789/+1
| | | | Make it easier to see what's code and what's just a lot of data.
* Move dead/combining keys to separate tablePierre Ossman2023-12-131-39/+82
| | | | | This is a manually set up table specific for TigerVNC. For clarity, separate it out from the general keysym/Unicode table.
* Remove unused variablesPierre Ossman2015-03-031-1/+0
|
* Add helper to get combining codepoint from a spacing characterPierre Ossman2014-08-221-0/+46
|
* Better codepoint for combining ypogegrammeni (dead iota)Pierre Ossman2014-08-221-1/+1
|
* Use NoSymbol as the error codePierre Ossman2014-07-211-1/+3
| | | | | This is how the X11 API does things, so it's clearer if we use the same principle.
* Make keysymtab static and constPierre Ossman2014-07-211-1/+3
| | | | | Static to avoid namespace polution, and const so that it can be shared among instances.
* Handle dead keys more properly (through some fixing in FLTK).Pierre Ossman2011-04-111-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4365 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove extra (incorrect) entry for the euro symbol.Pierre Ossman2011-03-101-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4354 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial stab at keyboard support. Lots of corner case to work out though...Pierre Ossman2011-03-091-0/+872
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4349 3789f03b-4d11-0410-bbf8-ca57d06f2519