summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-19Use generated config.h headerDan Nicholson1-0/+1
2009-03-19makekeys: Fix warning about not returning from functionDan Nicholson1-10/+6
2009-03-19Use XORG_CWARNFLAGS for more warningsDan Nicholson2-2/+2
2009-03-19makekeys: No need for strncatDan Nicholson1-9/+7
2009-03-19makekeys: Handle XFree86 special action keysDan Nicholson1-5/+42
2009-03-19makekeys: Always continue when no alias match foundDan Nicholson1-1/+1
2009-03-19makekeys: Handle aliases in convenience functionsDan Nicholson1-14/+12
2009-03-19makekeys: Prepend XF86 to XFree86 keysymsDan Nicholson1-8/+28
2009-03-19Refactor makekeys with some convenience functionsDan Nicholson1-42/+75
2009-03-19Move makekeys to separate subdirDan Nicholson5-7/+15
2009-03-19keysym: Coding style cleanupDan Nicholson1-67/+84
2009-03-19Initial implementation of keysym handlersDan Nicholson3-2/+168
2009-03-19makekeys: Handle XF86XK_ keysyms in addition to XK_ keysymsDan Nicholson1-3/+35
2009-03-19Generate keysym tables from X and XF86 keysym definitionsDan Nicholson2-0/+7
2009-03-19ks_tables: Remove table-specific #ifdefs and add header guardDan Nicholson1-4/+3
2009-03-19makekeys: Coding style cleanupDan Nicholson1-147/+144
2009-03-19Add makekeys for creating keysym hash tablesDan Nicholson3-0/+278