kc3-lang/libxkbcommon/src/makekeys

Branch :


Log

Author Commit Date CI Message
8e3239a7 2009-04-25 14:32:04 KeySym: Actually handle NoSymbol Add NoSymbol into the keysym table, so keysym <-> string conversion works for that, too; also eliminate special-casing of VoidSymbol. This will require special-casing in libX11 to preserve its API. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
23caa60f 2009-03-27 18:43:12 Ignore ks_tables.h in makekeys directory now
f4d8e293 2009-03-26 06:50:33 Move ks_tables.h build into makekeys subdirectory This avoids the BUILT_SOURCES weirdness and forcing the build into the makekeys subdirectory. Added a new make variable KS_HEADERS that lists all the keysym headers we're going to parse.
ffa0ccfa 2009-01-23 18:09:31 Use XORG_CWARNFLAGS for more warnings
a45cdf4b 2009-01-23 18:12:04 makekeys: Fix warning about not returning from function If we've gotten through the for loop in the alias functions, then we don't have a match.
d60166b5 2009-01-23 18:05:12 makekeys: No need for strncat
e8c7f685 2009-01-22 19:59:24 makekeys: Handle XFree86 special action keys For some reason, there are a set of keys that have an underscore after the XF86 prefix when Xlib gets them from XKeysymDB.
c005d63c 2009-01-22 18:09:51 makekeys: Always continue when no alias match found
498935c1 2009-01-22 18:06:48 makekeys: Handle aliases in convenience functions There's no need to pass the alias buffer down.
6518e548 2009-01-22 18:01:13 makekeys: Prepend XF86 to XFree86 keysyms
49cda118 2009-01-22 07:16:12 Move makekeys to separate subdir The build is a little cleaner when makekeys has its own Makefile.
79ddd7e5 2009-01-22 08:25:39 Refactor makekeys with some convenience functions All the nested ifs in the parsing code were confusing me.