2012-05-07 | Daniel Stone | Use AC_ARG_VAR for X11 header and XKB paths Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-05-07 | Daniel Stone | Rename YYLTYPE to struct YYLTYPE Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-26 | Daniel Stone | Dump include paths when we can't find rules Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-09 | Daniel Stone | Unconstify xkb_rules_names Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-09 | Daniel Stone | Rename xkb_desc to xkb_keymap Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-09 | Daniel Stone | Use xorg CFLAGS and fix AC_USE_SYSTEM_EXTENSIONS Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-09 | Daniel Stone | Eliminate remaining gcc warnings Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-03 | Daniel Stone | Don't parse nonsense Unicode/hex keycodes Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-03 | Daniel Stone | Remove unused device_spec Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-03 | Daniel Stone | include resets group compatibility modifiers #43091 Reviewed-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-03 | Daniel Stone | Add cscope output to .gitignore Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-04-03 | Daniel Stone | Properly document xkb_key_get_syms Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Fail gracefully on failure to find component include Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Tests: Release context on failure to build keymap Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Full support for multiple keysyms per level Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Parsing support for multiple keysyms per entry Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Don't leak strings in merge declarations Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-29 | Daniel Stone | Don't leak include_paths in context Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-28 | Daniel Stone | Remove unused rtrnValue declaration Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Use xkb_contexts in keymap compilation Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Add new context API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Update xkb_filter_group_lock_func for xkb_key_direction Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Fix distcheck with non-recursive Makefiles Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Fix build for X11 modifier masks Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Remove fallback strcasecmp/strncasecmp Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Add include/ to makekeys include path Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Remove internal API from xkbcommon.h Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Remove hardcoded legacy modifier masks Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Remove unused changes structs Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Remove unused members of xkb_state Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Add enum xkb_key_direction instead of bool Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Add state serialisation API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-27 | Daniel Stone | Cosmetic coding style fixups Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-22 | Daniel Stone | Rename keymap allocation API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-22 | Daniel Stone | Add LED state API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-22 | Daniel Stone | LEDs: Fix string comparison bug Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-22 | Daniel Stone | Check for invalid indices in mod/group state API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-22 | Daniel Stone | Fix documentation bugs with mod/group state API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Add a proper README Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Round out new state API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Fix (correct, but harmless) const warning Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Add new state API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Remove some rogue fprintfs Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Don't clear real mods in action modmask Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-21 | Daniel Stone | Remove unnecessary allocation in expr.c Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-20 | Daniel Stone | Small constification Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-16 | Daniel Stone | Also print group name in keysym error Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-16 | Daniel Stone | More useful errors for invalid keysyms Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-16 | Daniel Stone | Fix non-useModMapMods action masks Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-15 | Daniel Stone | Add geometry test Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-15 | Daniel Stone | Plug leaks in geometry parsing Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-15 | Daniel Stone | Remove more float support Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-15 | Daniel Stone | Also update vmod -> indicator maps Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Update modifiers after building keymap Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Convert interp action from xkb_any_action to xkb_action Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Add xkb_get_syms_by_level Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Fix leak in xkbcomp.c Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Remove component listing code Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Remove unused control members Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-14 | Daniel Stone | Add a tiny bit of documentation to xkbcommon.h Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-13 | Daniel Stone | Add xkb_key_get_syms API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-13 | Daniel Stone | Revert "Use XKB_COMMON_* modifier defines in ExprResolveModMask" |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Use XKB_COMMON_* modifier defines in ExprResolveModMask Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Remove overlay support as well Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Remove half-implemented radio groups Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Remove indirect XkbCM* and XkbSM* macros Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Handle XkbFiles without a name Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-10 | Daniel Stone | Move allocation of xkb_desc into CompileKeymap Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Clean up xkb_keysym_to_string message Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Remove geometry even harder Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Introduce xkb_atom_t type Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Introduce xkb_keysym_t type Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Remove atom functions from public API Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Stringify public name types Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Ensure we always have a complete keymap Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | filecomp: Fix xkbcomp warning Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Convert CompileKeymap to early-return style Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Use compile_keymap in xkb_compile_keymap_from_components Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Add explicit braces Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | xkbcomp: Turn an array into an anonymous struct Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Remove geometry support, again Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-09 | Daniel Stone | Remove KcCGST names from the map Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-05 | Daniel Stone | Merge remote-tracking branch 'ran/fixes-cont' Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-03-05 | Daniel Stone | Merge remote-tracking branch 'ran/fixes' |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Perform bounds checking in ExprResolveLevel Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Fix typo in ExprResolveKeyCode Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Perform bounds checking in ExprResolveGroup Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Switch expression resolution priv from char to void Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Remove chaining support from LookupModMask Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Invert LookupModMask/LookupVModMask order Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Remove unused LookupPriv::priv Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Move some definitions from expr.h to expr.c Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Remove field reference lookup support Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Move groupNames mask definition to its user Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Turn ExprResolveInteger into a simple wrapper Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Open-code a radio group SimpleLookup Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Add ExprResolveGroup helper Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Add ExprResolveButton helper Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Introduce ExprResolveLevel helper Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
2012-02-20 | Daniel Stone | Introduce ExprResolveRadioGroup helper Signed-off-by: Daniel Stone <daniel@fooishbar.org> |
commit | commitdiff | tree |
next |