Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 95dbbb8a | 2009-04-04 09:37:53 | rulescomp: Remove unneeded API | ||
| 5cc55d7c | 2009-04-04 09:14:20 | Test compiler to simulate xkbcomp usage Added a test program, rulescomp, which takes a RMLVO set and generates a XkbcDescPtr. This is essentially what the xserver will do, except that we still need to access some xkbcomp internal API to make it work. | ||
| 1ff77ecd | 2009-03-05 18:20:15 | Rename headers to XKBcommon* and install in extensions directory Following the kbproto convention, the headers will be named XKBcommon.h and XKBcommonint.h. Furthermore, they'll be installed in X11/extensions directory with the rest of the XKB headers. | ||
| ffa0ccfa | 2009-01-23 18:09:31 | Use XORG_CWARNFLAGS for more warnings | ||
| 49a06f92 | 2009-01-22 20:10:19 | test: Add convenience functions for xkey.sh | ||
| 176b9cf5 | 2009-01-22 20:18:33 | test: Consistently use upper case hex | ||
| ba0b312a | 2009-01-22 20:20:02 | test: Add tests for XFree86 special keys Since the XFree86 special keysyms contain an underscore after the XF86 prefix, check to make sure they're handled correctly. | ||
| b2737e9b | 2009-01-20 18:57:22 | Testing harness for keysym functions A test program and script have been added for checking the XkbCommon keysym functions. This has already highlighted an error in handling of keysyms from XF86keysym.h. |