kc3-lang/libxkbcommon/src/makekeys

Branch :


Log

Author Commit Date CI Message
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.
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.
ffa0ccfa 2009-01-23 18:09:31 Use XORG_CWARNFLAGS for more warnings
d60166b5 2009-01-23 18:05:12 makekeys: No need for strncat
c005d63c 2009-01-22 18:09:51 makekeys: Always continue when no alias match found
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.
79ddd7e5 2009-01-22 08:25:39 Refactor makekeys with some convenience functions All the nested ifs in the parsing code were confusing me.
498935c1 2009-01-22 18:06:48 makekeys: Handle aliases in convenience functions There's no need to pass the alias buffer down.
49cda118 2009-01-22 07:16:12 Move makekeys to separate subdir The build is a little cleaner when makekeys has its own Makefile.
6518e548 2009-01-22 18:01:13 makekeys: Prepend XF86 to XFree86 keysyms