summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* keymap-dump: use consistent order set/latch/lock (style)Ran Benita2016-06-091-1/+1
* src/state: match_mod_masks can return bool instead of intRan Benita2016-06-091-6/+4
* src/utils: check if fileno() failed in map_fileRan Benita2016-03-131-1/+4
* keymap: share LevelsSameSyms()Ran Benita2016-02-283-14/+14
* state: factor out get_entry_for_mods()Ran Benita2016-02-281-7/+11
* state: factor out entry_is_active() checkRan Benita2016-02-281-11/+14
* keymap: add xkb_keymap_key_by_name(), xkb_keymap_key_get_name(), testsMike Blumenkrantz2016-01-201-0/+34
* src/utils: change map_file to not take const string argumentRan Benita2015-11-196-13/+14
* keymap: fix outdated commentRan Benita2015-10-261-1/+1
* state: reduce scope of fake actionRan Benita2015-09-071-4/+4
* Add XKB_CONFIG_ROOT environmentMichael Vogt2015-07-201-2/+6
* compose: correctly parse modifier syntaxRan Benita2015-03-241-17/+24
* keycodes: use correct printf formatRan Benita2014-10-231-1/+1
* Reduce variable scopesRan Benita2014-10-235-17/+12
* ast-build: remove log message about allocation failureRan Benita2014-10-181-5/+1
* xkbcomp: remove file->topNameRan Benita2014-10-187-15/+6
* xkbcomp/keymap: remove useless free()Ran Benita2014-10-181-3/+1
* Replace some strncmp's with memcmpRan Benita2014-10-182-4/+4
* compose/parser: save len in keysym_from_name cacheRan Benita2014-10-181-1/+4
* state: correctly infer inactive type entriesRan Benita2014-10-171-1/+1
* symbols: don't warn about conflicting syms if they are the sameRan Benita2014-10-171-1/+14
* parser: bring back warning about includes of files with no defaultRan Benita2014-10-171-0/+6
* compose/parser: fix parsing of multiple modifiersRan Benita2014-10-141-13/+20
* compose/parser: parse (! mods) properlyRan Benita2014-10-131-15/+91
* compose/parser: resolve keysyms in parser instead of scannerRan Benita2014-10-131-28/+38
* compose/parser: use parameter as intendedRan Benita2014-10-131-1/+1
* compose/parser: one more skip_to_eol()Ran Benita2014-10-131-3/+2
* compose/parser: fix segfault when includingRan Benita2014-10-134-6/+7
* COPYING: add copyright notice from libX11:modules/im/ximcp/imLcPrs.cRan Benita2014-10-131-0/+31
* scanner-utils: optimize one-line commentsRan Benita2014-10-084-3/+12
* compose: add xkbcommon-compose - implementationRan Benita2014-10-057-0/+1431
* scanner-utils: add priv memberRan Benita2014-10-031-0/+1
* darray: add darray_shrink()Ran Benita2014-10-031-0/+6
* keysym: add function to test if a keysym is for a modifierRan Benita2014-10-032-0/+15
* scanner-utils: add helper for appending an entire stringRan Benita2014-10-021-0/+11
* scanner-utils: add helper for hex string escapeRan Benita2014-10-021-0/+13
* scanner-utils: optimize str()/lit()Ran Benita2014-10-011-1/+1
* keymap: rename XkbKeyGroupWidth to XkbKeyNumLevelsRan Benita2014-09-255-10/+9
* symbols: improve FindKeyForSymbol()Ran Benita2014-09-251-29/+23
* symbols: use correct max valueRan Benita2014-09-251-1/+1
* keymap-dump: combine modifier_map's with the same modifierRan Benita2014-09-221-11/+16
* rules: fix mlvo-not-used warningRan Benita2014-09-211-9/+11
* rules: warn when an RMLVO component isn't usedRan Benita2014-09-201-32/+69
* parser: use "atom" instead of "sval" in yylvalRan Benita2014-09-202-4/+4
* symbols: use darray_foreach_from for nicer loopRan Benita2014-09-111-3/+4
* Remove compatibility symbolsRan Benita2014-09-101-189/+0
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-101-3/+6
* ast-build: fix leak in error pathRan Benita2014-09-101-1/+7
* state: make sure the mods are fully resolved after xkb_state_update_mask()Ran Benita2014-08-181-0/+21
* Make the effective mod mask calculation available to other filesRan Benita2014-08-183-9/+26