2012-09-23 |
Ran Benita | symbols: remove useless identical groups optimization |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | symbols: avoid reverse iteration in PrepareKeyDef |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | Don't choke on RMLVO layout string with holes |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | Rename map.{c,h} to keymap.{c,h} |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | state, map: check XkbKey != NULL where missing |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | Move xkb_state functions from map.c to state.c |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | Rename private xkb_map_new to xkb_keymap_new |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ran Benita | Don't use xkbcommon-compat names in internal code |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Daniel Stone | Promote keymap enumeration API to public |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Daniel Stone | API change: Rename xkb_map_* and group -> layout |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Daniel Stone | Add _xkbcommon_ prefix to parser and lexer symbols |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Daniel Stone | Add xkbcommon-compat.h and compat.c |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Ran Benita | test: add print-compiled-keymap tool |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Ran Benita | state: handle ACTION_LOCK_NO_{UN,}LOCK for mods |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Ran Benita | xkbcomp/keymap: correct ACTION_MODS_LOOKUP_MODS handling |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Ran Benita | Fix a couple of mistakes from previous commits |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Rob Bradford | keysym-utf8: Optimise the keysym to utf8 lookup |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Ran Benita | symbols: fix buffer overflow with illegal explicit... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Ran Benita | keyseq: add test for repeat-shift-repeat-unshift-repeat |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Ran Benita | Organize src/ and test/ headers |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Ran Benita | include: improve file-not-found error reporting |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Ran Benita | keycodes: add KeyNameInfo |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | keycodes: rename computedMin/Max to min/max_key_code |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | keycodes: ignore explicit minimum/maximum statements |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | symbols: remove useless grow_alloc of keys array |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state: use filter->priv instead of modifying the action |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state: move filter initialization to the dispatcher |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state: call xkb_filter_new from the dispatcher |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state: dispatch actions from a table |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | Rename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIES |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state: don't keep the xkb_state in the filters |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state, map: constify references to xkb_key |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | state, map: use keycodes only for the API functions |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | rules: fix mmap failure handling |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ran Benita | Clean up Init/Clear functions |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: refactor CoypSymbolsDef |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: FindAutomaticType only needs the context |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | keyseq: test that de(neo) is working properly |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: store actions from symbols in the right offset |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: remove CopyKeyInfo |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: fix real/alias key merge ordering bug |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: add CopySymbolsToKeymap |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: remove mention of keycodes in CopySymbolsDef |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: remove unneeded recursion form CopySymbolsDef |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: add LevelInfo |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: make xkb_key::syms a plain array |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: shorten symsMapNumEntries to uint from size_t |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: consolidate group merging in MergeGroups |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: add GroupInfo |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | keymap-dump: don't write spaces between multiple-syms... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | symbols: use darray for ModMapEntry instead of list |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ran Benita | state: remove unused next field from xkb_filter |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Daniel Stone | Update COPYING |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Daniel Stone | Copyright updates |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | utils: Replace DEC copyright with Ran's |
commit | commitdiff | tree | snapshot |
2012-09-11 |
David Herrmann | xkbcommon-keysyms: Add header protection |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Helio Chissini... | Android.mk: Remove unnecessary for loop |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | Remove unused ExprResolveKeyName |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | Constify keysym <-> Unicode lookup table |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Pekka Paalanen | xkbcommon.h build fix for missing stdarg.h |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | Update Android.mk |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: drop dependency |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: XkbGeomPtsPerMM |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: XkbExplicit*Mask |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: XkbSI_AutoRepeat |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: XkbSI match flags |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Daniel Stone | kbproto unentanglement: control actions |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: XkbMaxShiftLevel |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: Xkb{Wrap,Clamp,Redirect}IntoRange |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | actions: Remove PointerDefault affect field |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: action flags |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: XkbLC_* |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: XkbIM_* |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: action types |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | Remove deprecated actions |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: XkbNumVirtualMods |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto unentanglement: XkbNumIndicators |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto untanglement: XkbKbdNumGroups |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Daniel Stone | kbproto untanglement: XkbKeyNameLength |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Ran Benita | rules: use goto instead of state variable |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Ran Benita | rules: rewrite |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Ran Benita | compat: make LEDInfo a wrapper around xkb_indicator_map |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Ran Benita | Fold keymap->indicator_names into keymap->indicators |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | Unify some string tables from xkbcomp, text and keymap... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | Convert rest of names in xkb_keymap back to atoms |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | expr: make ResolveString return an atom |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | atom: add xkb_atom_lookup |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | atom: separate lookup logic from atom_intern |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | atom: make type and name of the 'a' field clearer |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | test/rules-file: add benchmark |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | test: add rmlvo-to-kccgst tool |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | rules: fix check for appending '|' character when applying |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | Use XKB_MOD_INVALID instead of XkbNoModifier |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | Don't printf NULL strings |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | xkbcomp: add debug messages of the RMLVO and KcCGST |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | include: document ParseIncludeMap better |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | test/data/symbols: keypad can only have one default... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | include: properly use the default map if none is found |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | Set log level for tests through env, not directly |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Ran Benita | log: replace "priority" by "level" everywhere |
commit | commitdiff | tree | snapshot |
next |