Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Keysym/Unicode mapping table to separate file | Pierre Ossman | 2023-12-13 | 1 | -789/+1 |
| | | | | Make it easier to see what's code and what's just a lot of data. | ||||
* | Move dead/combining keys to separate table | Pierre Ossman | 2023-12-13 | 1 | -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 variables | Pierre Ossman | 2015-03-03 | 1 | -1/+0 |
| | |||||
* | Add helper to get combining codepoint from a spacing character | Pierre Ossman | 2014-08-22 | 1 | -0/+46 |
| | |||||
* | Better codepoint for combining ypogegrammeni (dead iota) | Pierre Ossman | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Use NoSymbol as the error code | Pierre Ossman | 2014-07-21 | 1 | -1/+3 |
| | | | | | This is how the X11 API does things, so it's clearer if we use the same principle. | ||||
* | Make keysymtab static and const | Pierre Ossman | 2014-07-21 | 1 | -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 Ossman | 2011-04-11 | 1 | -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 Ossman | 2011-03-10 | 1 | -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 Ossman | 2011-03-09 | 1 | -0/+872 |
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4349 3789f03b-4d11-0410-bbf8-ca57d06f2519 |